﻿/*
Theme Name: WQTAK Bosa Child
Theme URI: https://wqtak.com/
Template: bosa
Author: WQTAK
Description: Security-reviewed WQTAK child theme for the Bosa parent theme.
Version: 1.0.10
Text Domain: wqtak-bosa-child
*/

:root {
	--wqtak-ink: #171717;
	--wqtak-muted: #5f6368;
	--wqtak-red: #ef3b2d;
	--wqtak-red-dark: #b8261d;
	--wqtak-red-soft: #fff3f1;
	--wqtak-charcoal: #1f1f1f;
	--wqtak-white: #ffffff;
	--wqtak-blue: var(--wqtak-red);
	--wqtak-cyan: #ffd8d2;
	--wqtak-green: #13b981;
	--wqtak-paper: #fafafa;
	--wqtak-line: rgba(239, 59, 45, 0.16);
	--wqtak-shadow: 0 24px 70px rgba(31, 31, 31, 0.16);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px; /* offset for sticky header */
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	overflow-x: hidden;
}

body {
	overscroll-behavior-y: auto;
	overscroll-behavior-x: none;
}

html.wqtak-loading,
html.wqtak-loading body {
	overflow: hidden;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	min-width: 0; /* prevent flex/grid overflow */
}

/* ── Image CLS prevention ── */
img {
	height: auto;
	max-width: 100%;
}

/* ── Prevent invisible text during font load ── */
body {
	font-display: swap;
}

body {
	background: var(--wqtak-paper);
	color: var(--wqtak-ink);
	font-family: "Plus Jakarta Sans", Inter, "Segoe UI", Arial, sans-serif;
	font-feature-settings: "rlig" 1, "calt" 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
	font-family: "Plus Jakarta Sans", Inter, "Segoe UI", Arial, sans-serif;
}

a {
	color: var(--wqtak-blue);
}

.elementor-invisible,
.animated,
.elementor-motion-effects-element {
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

.preloader,
.loader,
.site-loader,
.page-loader,
.bosa-loader,
#site-preloader,
#loader {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

#wqtak-loader {
	align-items: center;
	background:
		radial-gradient(circle at 78% 18%, rgba(239, 59, 45, 0.36), transparent 34%),
		radial-gradient(circle at 16% 78%, rgba(255, 216, 210, 0.16), transparent 30%),
		linear-gradient(135deg, #171717 0%, #2a1714 52%, #ef3b2d 100%);
	color: #fff;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	transition: opacity 0.55s ease, visibility 0.55s ease;
	z-index: 999999;
}

#wqtak-loader.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.wqtak-loader-card {
	align-items: center;
	backdrop-filter: blur(22px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
	display: grid;
	gap: 18px;
	justify-items: center;
	max-width: 420px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 46px);
	position: relative;
	text-align: center;
	width: min(100%, 420px);
}

.wqtak-loader-card::before {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 34px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	content: "";
	height: 180px;
	position: absolute;
	right: -70px;
	top: -80px;
	transform: rotate(-10deg);
	width: 180px;
}

.wqtak-loader-logo,
.wqtak-loader-mark {
	border-radius: 16px;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
	height: 96px;
	object-fit: cover;
	position: relative;
	width: 96px;
	z-index: 1;
}

.wqtak-loader-mark {
	align-items: center;
	background: #fff;
	color: var(--wqtak-red);
	display: flex;
	font-size: 2.4rem;
	font-weight: 900;
	justify-content: center;
}

.wqtak-loader-copy {
	position: relative;
	z-index: 1;
}

.wqtak-loader-copy span {
	color: #ffd8d2;
	display: block;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.wqtak-loader-copy strong {
	color: #fff;
	display: block;
	font-size: clamp(1.5rem, 5vw, 2.15rem);
	line-height: 1.08;
}

.wqtak-loader-progress {
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	height: 7px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.wqtak-loader-progress span {
	background: linear-gradient(90deg, #ef3b2d 0%, #ff6b5b 50%, #ffd8d2 100%);
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width 0.38s cubic-bezier(0.4, 0, 0.2, 1);
	width: 0%;
	will-change: width;
	box-shadow: 0 0 12px rgba(239, 59, 45, 0.6);
}

.wqtak-loader-progress-row {
	align-items: center;
	display: flex;
	gap: 10px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.wqtak-loader-progress-row .wqtak-loader-progress {
	flex: 1;
}

.wqtak-loader-percent {
	color: rgba(255, 255, 255, 0.82);
	flex-shrink: 0;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	min-width: 38px;
	text-align: right;
}

.wqtak-loader-steps {
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.73rem;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.08em;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.wqtak-loader-steps span {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	transition: color 0.3s ease;
}

.wqtak-loader-steps span.active {
	color: #ffd8d2;
}

.wqtak-loader-steps span + span::before {
	background: rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	content: "";
	height: 4px;
	width: 4px;
}

@media (prefers-reduced-motion: reduce) {
	.wqtak-loader-progress span {
		animation: none;
		transform: none;
		width: 100%;
	}
}

.site-header,
.bottom-header-outer-wrapper,
.site-header .bottom-header {
	background: rgba(255, 255, 255, 0.92) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(7, 17, 31, 0.08);
	box-shadow: 0 12px 40px rgba(7, 17, 31, 0.06);
}

.top-header,
.offcanvas-menu-wrap,
.mobile-menu-container {
	display: none !important;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	overflow: visible !important;
}

.site-header .bottom-header-outer-wrapper,
.site-header .bottom-header {
	overflow: visible !important;
}

.site-header .container {
	overflow: visible !important;
	position: relative;
}

.site-header .bottom-header {
	padding: 12px 0 !important;
}

.site-header .container {
	max-width: 1180px;
	overflow: visible !important;
	padding-inline: 0;
	position: relative;
	width: min(1180px, calc(100% - 40px));
}

.site-header .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.site-header .col-lg-3 {
	flex: 0 0 auto;
	max-width: 280px;
}

.site-header .col-lg-9 {
	flex: 1 1 auto;
	max-width: none;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-branding img {
	border-radius: 12px;
	height: 64px;
	max-height: 64px;
	max-width: 64px;
	object-fit: cover;
	width: 64px;
}

.site-branding .site-title {
	display: none !important;
}

.site-branding .site-title a {
	align-items: center;
	color: var(--wqtak-ink) !important;
	display: inline-flex;
	gap: 10px;
	text-decoration: none;
}

.site-branding .site-description {
	display: none;
}

.main-navigation-wrap,
.main-navigation {
	display: flex !important;
	justify-content: flex-end;
	width: 100%;
}

.main-navigation .menu-toggle,
.slicknav_menu {
	display: none !important;
}

.main-navigation ul,
#primary-menu {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.main-navigation li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.main-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.86rem;
}

.site-header a,
.main-navigation a,
.primary-menu a {
	color: var(--wqtak-ink) !important;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.main-navigation a:hover,
.primary-menu a:hover,
.main-navigation .current-menu-item > a {
	color: var(--wqtak-red) !important;
}

.home .elementor-section.elementor-top-section:first-of-type {
	position: relative;
	overflow: hidden;
	min-height: 82vh;
	background:
		radial-gradient(circle at 82% 18%, rgba(239, 59, 45, 0.42), transparent 34%),
		radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.09), transparent 30%),
		linear-gradient(135deg, #171717 0%, #2b1815 50%, #ef3b2d 100%) !important;
}

.home .elementor-section.elementor-top-section:first-of-type::after {
	content: "";
	position: absolute;
	inset: auto 6% 7% auto;
	width: min(460px, 34vw);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 38px);
	border-radius: 8px;
	transform: rotate(-8deg);
	pointer-events: none;
}

.home .elementor-section.elementor-top-section:first-of-type .elementor-container {
	position: relative;
	z-index: 2;
}

.home .elementor-section.elementor-top-section:first-of-type .elementor-heading-title {
	color: #fff !important;
	text-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.home .elementor-section.elementor-top-section:first-of-type .elementor-widget-heading:first-child .elementor-heading-title {
	color: #ffd8d2 !important;
}

.home .elementor-section.elementor-top-section:first-of-type .elementor-button {
	background: linear-gradient(135deg, var(--wqtak-red), var(--wqtak-red-dark)) !important;
	border-radius: 8px !important;
	box-shadow: 0 18px 40px rgba(239, 59, 45, 0.3) !important;
	color: #fff !important;
	text-transform: uppercase;
}

.home .elementor-section.elementor-top-section:first-of-type .elementor-button:hover {
	background: linear-gradient(135deg, #fff, #ffd8d2) !important;
	box-shadow: 0 20px 46px rgba(255, 255, 255, 0.22) !important;
	color: var(--wqtak-red-dark) !important;
}

.home .elementor-section.elementor-top-section:not(:first-of-type) {
	background: #fff !important;
	border-bottom: 1px solid rgba(7, 17, 31, 0.07);
}

.elementor-widget-heading .elementor-heading-title {
	letter-spacing: 0 !important;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p {
	color: var(--wqtak-muted) !important;
}

.elementor-widget-icon-box,
.elementor-widget-image-box,
.elementor-widget-counter {
	border-radius: 8px;
}

.elementor-widget-icon-box .elementor-widget-container,
.elementor-widget-image-box .elementor-widget-container {
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.elementor-widget-icon-box .elementor-widget-container:hover,
.elementor-widget-image-box .elementor-widget-container:hover {
	transform: translateY(-4px);
	box-shadow: var(--wqtak-shadow);
}

.wqtak-packages-page {
	background: var(--wqtak-paper);
	padding: clamp(72px, 8vw, 120px) 20px;
}

.wqtak-page-hero,
.wqtak-package-grid,
.wqtak-package-cta {
	max-width: 1140px;
	margin-inline: auto;
}

.wqtak-page-hero {
	margin-bottom: 36px;
}

.wqtak-eyebrow,
.wqtak-package-card span {
	color: var(--wqtak-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wqtak-page-hero h1 {
	max-width: 920px;
	margin: 10px 0 16px;
	color: var(--wqtak-ink);
	font-size: clamp(2.4rem, 5vw, 4.9rem);
	font-weight: 800;
	letter-spacing: -0.026em;
	line-height: 1.04;
}

.wqtak-page-hero p {
	max-width: 760px;
	color: var(--wqtak-muted);
	font-size: 1.1rem;
	line-height: 1.8;
}

.wqtak-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.wqtak-package-card {
	min-height: 100%;
	padding: 30px;
	background: #fff;
	border: 1px solid var(--wqtak-line);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(7, 17, 31, 0.08);
}

.wqtak-package-card.featured {
	background:
		linear-gradient(135deg, rgba(239, 59, 45, 0.09), rgba(255, 216, 210, 0.2)),
		#fff;
	border-color: rgba(239, 59, 45, 0.34);
}

.wqtak-package-card h2 {
	margin: 12px 0 12px;
	color: var(--wqtak-ink);
	font-size: 1.5rem;
}

.wqtak-package-card p,
.wqtak-package-card li {
	color: var(--wqtak-muted);
	line-height: 1.7;
}

.wqtak-package-card ul {
	margin: 18px 0 0;
	padding-left: 18px;
}

.wqtak-package-cta {
	margin-top: 28px;
	padding: 34px;
	background: linear-gradient(135deg, var(--wqtak-charcoal), var(--wqtak-red-dark));
	border-radius: 8px;
	color: #fff;
	box-shadow: var(--wqtak-shadow);
}

.wqtak-package-cta h2,
.wqtak-package-cta p {
	color: #fff;
}

.wqtak-package-cta p {
	max-width: 740px;
	opacity: 0.84;
}

.wqtak-package-cta a {
	display: inline-flex;
	margin-top: 10px;
	padding: 12px 18px;
	background: var(--wqtak-red);
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.wqtak-site-footer {
	background:
		radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.12), transparent 28%),
		radial-gradient(circle at 86% 18%, rgba(239, 59, 45, 0.36), transparent 30%),
		linear-gradient(135deg, #171717 0%, #2b1815 48%, #ef3b2d 100%);
	color: #fff;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}

.wqtak-site-footer::before {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	content: "";
	height: 360px;
	position: absolute;
	right: -90px;
	top: -120px;
	transform: rotate(-9deg);
	width: 360px;
}

.wqtak-footer-inner {
	margin-inline: auto;
	max-width: 1180px;
	padding: clamp(64px, 8vw, 96px) 20px 28px;
	position: relative;
	z-index: 1;
}

.wqtak-footer-cta {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 54px;
}

.wqtak-footer-kicker {
	color: #ffd8d2;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.wqtak-footer-cta h2 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 800;
	letter-spacing: -0.022em;
	line-height: 1.06;
	margin: 0;
	max-width: 760px;
}

.wqtak-footer-button {
	background: linear-gradient(135deg, #fff, #ffd8d2);
	border-radius: 8px;
	box-shadow: 0 20px 46px rgba(255, 255, 255, 0.18);
	color: var(--wqtak-red-dark) !important;
	display: inline-flex;
	font-weight: 900;
	padding: 14px 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.wqtak-footer-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
}

.wqtak-footer-brand {
	max-width: 360px;
}

.wqtak-footer-logo {
	align-items: center;
	color: #fff !important;
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 22px;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.wqtak-footer-logo:hover {
	opacity: 0.88;
}

.wqtak-footer-logo img {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
	display: block;
	height: auto;
	max-height: 72px;
	max-width: 72px;
	object-fit: contain;
	padding: 6px;
	width: auto;
}

.wqtak-footer-brand p,
.wqtak-footer-col p,
.wqtak-footer-col a,
.wqtak-footer-bottom {
	color: rgba(255, 255, 255, 0.76);
}

.wqtak-footer-brand p {
	line-height: 1.8;
	margin: 0;
}

.wqtak-footer-col h3 {
	color: #fff;
	font-size: 0.92rem;
	font-weight: 900;
	margin: 8px 0 16px;
	text-transform: uppercase;
}

.wqtak-footer-col ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wqtak-footer-col a {
	text-decoration: none;
}

.wqtak-footer-col a:hover {
	color: #ffd8d2;
}

.wqtak-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	justify-content: space-between;
	margin-top: 48px;
	padding-top: 22px;
}

/* ── Footer: compact 3-col grid on tablet/mobile ── */
@media (max-width: 960px) {
	.wqtak-footer-inner {
		padding: 48px 20px 24px;
	}

	.wqtak-footer-cta {
		margin-bottom: 34px;
	}

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

	.wqtak-footer-brand {
		grid-column: 1 / -1;
		display: flex;
		align-items: flex-start;
		gap: 20px;
		max-width: 100%;
	}

	.wqtak-footer-brand p {
		flex: 1;
	}

	.wqtak-footer-cta {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.wqtak-footer-cta h2 {
		font-size: clamp(1.7rem, 5vw, 2.8rem);
	}

	.wqtak-footer-col h3 {
		margin: 4px 0 10px;
	}

	.wqtak-footer-col ul {
		gap: 8px;
	}
}

@media (max-width: 520px) {
	.wqtak-footer-inner {
		padding: 38px 18px 20px;
	}

	.wqtak-footer-cta {
		margin-bottom: 28px;
	}

	.wqtak-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px 22px;
	}

	.wqtak-footer-brand {
		flex-direction: column;
		gap: 10px;
	}

	.wqtak-footer-col:last-child {
		grid-column: 1 / -1;
	}

	.wqtak-footer-brand p {
		line-height: 1.55;
	}

	.wqtak-footer-logo {
		margin-bottom: 6px;
	}

	.wqtak-footer-social {
		margin-top: 12px;
	}

	.wqtak-footer-bottom {
		flex-direction: column;
		gap: 8px;
		margin-top: 28px;
	}
}

#back-to-top {
	bottom: 22px;
	display: none;
	position: fixed;
	right: 22px;
	z-index: 10000;
}

#back-to-top.wqtak-is-visible {
	display: block !important;
	opacity: 1 !important;
}

#back-to-top a {
	align-items: center;
	background: var(--wqtak-red);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(239, 59, 45, 0.28);
	color: #fff;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	position: static;
	text-decoration: none;
	width: 44px;
}

#back-to-top svg {
	display: block;
	height: 22px;
	width: 22px;
}

.wqtak-clean-main {
	background: var(--wqtak-paper);
}

.wqtak-modern {
	background: var(--wqtak-paper);
	color: var(--wqtak-ink);
	overflow: hidden;
}

.wqtak-modern img {
	height: auto;
	max-width: 100%;
}

.wqtak-wrap {
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: 0;
	width: min(1180px, calc(100% - 40px));
}

.wqtak-section {
	padding: clamp(70px, 8vw, 112px) 0;
}

.wqtak-section.white {
	background: #fff;
}

.wqtak-section.soft {
	background: var(--wqtak-red-soft);
}

.wqtak-hero {
	background:
		radial-gradient(circle at 82% 14%, rgba(239, 59, 45, 0.42), transparent 34%),
		radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
		linear-gradient(135deg, #171717 0%, #2a1b18 48%, #ef3b2d 100%);
	color: #fff;
	min-height: clamp(620px, 72vh, 820px);
	padding: clamp(72px, 8vw, 112px) 0;
	position: relative;
}

.wqtak-hero::after,
.wqtak-section.has-mark::after {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	content: "";
	height: min(420px, 34vw);
	pointer-events: none;
	position: absolute;
	right: -90px;
	top: 80px;
	transform: rotate(-8deg);
	width: min(420px, 34vw);
}

.wqtak-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(36px, 6vw, 86px);
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
	min-width: 0;
	position: relative;
	z-index: 1;
}

.wqtak-kicker {
	align-items: center;
	color: var(--wqtak-red);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.16em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.wqtak-kicker::before {
	background: currentColor;
	border-radius: 2px;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 2px;
	width: 22px;
}

.wqtak-hero .wqtak-kicker,
.wqtak-site-footer .wqtak-kicker {
	color: #ffd8d2;
}

.wqtak-modern h1,
.wqtak-modern h2,
.wqtak-modern h3 {
	color: inherit;
	letter-spacing: -0.01em;
	line-height: 1.1;
	margin: 0;
}

.wqtak-hero h1 {
	color: #fff;
	font-size: clamp(2.4rem, 5.2vw, 5.2rem);
	font-weight: 800;
	letter-spacing: -0.028em;
	line-height: 1.04;
	max-width: 820px;
	overflow-wrap: break-word;
}

/* Centered hero variant — used on Packages page */
.wqtak-hero-centered {
	padding-block: clamp(72px, 10vw, 110px);
	text-align: center;
}

.wqtak-hero-centered .wqtak-kicker {
	justify-content: center;
}

.wqtak-hero-centered h1 {
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	margin-inline: auto;
	max-width: 720px;
}

.wqtak-hero-centered .wqtak-lead {
	margin-inline: auto;
	max-width: 600px;
}

.wqtak-actions-center {
	justify-content: center;
}

.wqtak-lead {
	color: var(--wqtak-muted);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	line-height: 1.85;
	margin: 18px 0 0;
	max-width: 760px;
}

.wqtak-hero .wqtak-lead {
	color: rgba(255, 255, 255, 0.82);
}

.wqtak-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.wqtak-hero-docs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.wqtak-doc-btn {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 700;
	gap: 8px;
	padding: 10px 16px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.wqtak-doc-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.54);
	color: #fff !important;
}

.wqtak-doc-btn svg {
	flex-shrink: 0;
}

.wqp-hero .wqtak-hero-docs {
	gap: 12px;
	margin-top: 16px;
}

.wqp-hero .wqtak-doc-btn {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.72);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
	color: var(--wqtak-red-dark) !important;
	font-size: 0.88rem;
	font-weight: 900;
	min-height: 46px;
	padding: 12px 18px;
}

.wqp-hero .wqtak-doc-btn:hover,
.wqp-hero .wqtak-doc-btn:focus-visible {
	background: #fff;
	border-color: #fff;
	color: var(--wqtak-red-dark) !important;
	transform: translateY(-2px);
}

.wqtak-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.wqtak-btn.primary {
	background: #fff;
	color: var(--wqtak-red-dark);
	box-shadow: 0 18px 42px rgba(255, 255, 255, 0.16);
}

.wqtak-btn.secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.44);
	color: #fff;
}

.wqtak-btn.red {
	background: linear-gradient(135deg, var(--wqtak-red), var(--wqtak-red-dark));
	color: #fff;
	box-shadow: 0 18px 42px rgba(239, 59, 45, 0.26);
}

.wqtak-hero-visual {
	position: relative;
}

.wqtak-hero-visual img {
	display: block;
	filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.22));
	margin-inline: auto;
	max-height: 560px;
	max-width: 100%;
	object-fit: contain;
}

.wqtak-metric-strip {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: -38px;
	position: relative;
	z-index: 2;
}

.wqtak-metric {
	background: #fff;
	border: 1px solid var(--wqtak-line);
	border-radius: 8px;
	box-shadow: var(--wqtak-shadow);
	min-width: 0;
	padding: 24px;
}

.wqtak-metric strong {
	color: var(--wqtak-red);
	display: block;
	font-size: 2rem;
	line-height: 1;
}

.wqtak-metric span {
	color: var(--wqtak-muted);
	display: block;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 8px;
}

.wqtak-section-head {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.7fr);
	margin-bottom: 34px;
}

.wqtak-section-head h2 {
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.022em;
}

.wqtak-grid {
	display: grid;
	gap: 20px;
}

.wqtak-grid.three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wqtak-grid.four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wqtak-card {
	background: #fff;
	border: 1px solid var(--wqtak-line);
	border-radius: 8px;
	box-shadow: 0 16px 48px rgba(31, 31, 31, 0.07);
	min-width: 0;
	padding: 30px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wqtak-card:hover {
	box-shadow: 0 24px 64px rgba(239, 59, 45, 0.1);
	transform: translateY(-4px);
}

.wqtak-card.red {
	background: linear-gradient(135deg, var(--wqtak-red), var(--wqtak-red-dark));
	color: #fff;
}

.wqtak-card.red p,
.wqtak-card.red li,
.wqtak-card.red .wqtak-mini {
	color: rgba(255, 255, 255, 0.82);
}

.wqtak-card h3 {
	font-size: 1.32rem;
	margin-bottom: 12px;
}

.wqtak-card p,
.wqtak-card li {
	color: var(--wqtak-muted);
	line-height: 1.75;
}

.wqtak-card ul {
	margin: 18px 0 0;
	padding-left: 18px;
}

.wqtak-icon {
	align-items: center;
	background: var(--wqtak-red-soft);
	border-radius: 8px;
	color: var(--wqtak-red);
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	margin-bottom: 18px;
	width: 46px;
}

.wqtak-split {
	align-items: center;
	display: grid;
	gap: clamp(34px, 6vw, 76px);
	grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1fr);
}

.wqtak-split.reverse {
	grid-template-columns: minmax(320px, 1fr) minmax(0, 0.96fr);
}

.wqtak-visual {
	border-radius: 8px;
	display: block;
	filter: drop-shadow(0 24px 48px rgba(31, 31, 31, 0.14));
	margin-inline: auto;
	max-height: 520px;
	object-fit: contain;
}

.wqtak-check-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.wqtak-check-list li {
	align-items: flex-start;
	color: var(--wqtak-muted);
	display: flex;
	gap: 10px;
	line-height: 1.65;
}

.wqtak-check-list li::before {
	background: var(--wqtak-red);
	border-radius: 999px;
	color: #fff;
	content: "✓";
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 900;
	height: 22px;
	line-height: 22px;
	margin-top: 2px;
	text-align: center;
	width: 22px;
}

.wqtak-mini {
	color: var(--wqtak-red);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wqtak-client-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wqtak-client {
	background: #fff;
	border: 1px solid var(--wqtak-line);
	border-radius: 8px;
	color: var(--wqtak-ink);
	display: grid;
	min-height: 120px;
	padding: 22px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.wqtak-client:hover {
	box-shadow: var(--wqtak-shadow);
	transform: translateY(-4px);
}

.wqtak-client strong {
	font-size: 1.08rem;
}

.wqtak-client span {
	align-self: end;
	color: var(--wqtak-red);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.wqtak-faq {
	display: grid;
	gap: 14px;
}

.wqtak-faq details {
	background: #fff;
	border: 1px solid var(--wqtak-line);
	border-radius: 8px;
	padding: 20px 22px;
}

.wqtak-faq summary {
	color: var(--wqtak-ink);
	cursor: pointer;
	font-weight: 900;
}

.wqtak-faq p {
	color: var(--wqtak-muted);
	line-height: 1.75;
	margin: 12px 0 0;
}

.wqtak-contact-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wqtak-contact-card a {
	color: var(--wqtak-ink);
	font-weight: 900;
	text-decoration: none;
}

.wqtak-cta-band {
	background:
		radial-gradient(circle at 90% 16%, rgba(255, 255, 255, 0.16), transparent 30%),
		linear-gradient(135deg, var(--wqtak-charcoal), var(--wqtak-red));
	color: #fff;
	padding: clamp(60px, 7vw, 90px) 0;
}

.wqtak-cta-band h2 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 4rem);
	max-width: 760px;
}

.wqtak-cta-band p {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.8;
	max-width: 680px;
}

/* === HAMBURGER BUTTON === */
.wqtak-hamburger {
	align-items: center;
	background: var(--wqtak-red-soft);
	border: 1px solid rgba(239, 59, 45, 0.18);
	border-radius: 8px;
	cursor: pointer;
	display: none;
	flex-direction: column;
	flex-shrink: 0;
	gap: 5px;
	height: 44px;
	justify-content: center;
	margin-left: auto;
	padding: 8px;
	width: 44px;
}

.wqtak-hamburger span {
	background: var(--wqtak-ink);
	border-radius: 2px;
	display: block;
	height: 2px;
	transform-origin: center;
	transition: transform 0.25s ease, opacity 0.2s ease, width 0.2s ease;
	width: 24px;
}

.wqtak-hamburger.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.wqtak-hamburger.is-open span:nth-child(2) {
	opacity: 0;
	width: 0;
}

.wqtak-hamburger.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 900px) {
	/* Header row: logo left, hamburger right */
	.site-header .row {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 0;
		position: relative;
	}

	.site-header .row > .col-lg-3 {
		flex: 0 1 auto;
		max-width: calc(100% - 64px);
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}

	.site-header .row > .col-lg-9 {
		display: none !important;
		flex: 0 0 auto;
		max-width: 0;
		padding-left: 0;
		padding-right: 0;
		width: 0;
	}

	.site-branding {
		justify-content: flex-start;
	}

	.site-branding img {
		max-height: 46px;
	}

	/* Show hamburger, hide desktop nav by default on mobile */
	.wqtak-hamburger {
		display: flex;
		position: fixed !important;
		right: 16px;
		top: 13px;
		transform: none;
		z-index: 9999;
	}

	/* Nav drawer: full-width, anchored below site-header by JS */
	.site-header > .main-navigation-wrap {
		background: rgba(255, 255, 255, 0.98);
		backdrop-filter: blur(20px);
		border-top: 1px solid rgba(239, 59, 45, 0.12);
		box-shadow: 0 12px 36px rgba(23, 23, 23, 0.13);
		display: block !important;
		left: 0 !important;
		max-height: 0;
		max-width: 100vw;
		overflow: hidden;
		padding: 0;
		position: absolute;
		right: 0 !important;
		top: var(--wqtak-header-h, 70px);
		transform: none !important;
		transition: max-height 0.32s cubic-bezier(0.4, 0, 0.2, 1), padding 0.26s ease;
		width: 100vw !important;
		z-index: 200;
	}

	.site-header > .main-navigation-wrap.wqtak-nav-open {
		max-height: 520px;
		padding: 8px 0 18px;
	}

	.site-header > .main-navigation,
	.site-header > .main-navigation-wrap {
		justify-content: flex-start;
	}

	/* Hide the nav inside col-lg-9 on mobile (JS will move it) */
	.site-header .col-lg-9 .main-navigation-wrap {
		display: none !important;
	}

	.site-header > .main-navigation-wrap .main-navigation {
		display: block !important;
		width: 100%;
	}

	.site-header > .main-navigation-wrap .main-navigation ul,
	.site-header > .main-navigation-wrap #primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		justify-content: flex-start;
		padding: 0 !important;
		width: 100%;
	}

	.site-header > .main-navigation-wrap .main-navigation li {
		border-bottom: 1px solid rgba(23, 23, 23, 0.06);
		width: 100%;
	}

	.site-header > .main-navigation-wrap .main-navigation li:last-child {
		border-bottom: none;
	}

	.site-header > .main-navigation-wrap .main-navigation a {
		background: transparent;
		border: none;
		border-radius: 0;
		color: var(--wqtak-ink) !important;
		display: flex;
		font-size: 0.95rem;
		font-weight: 700;
		justify-content: flex-start;
		letter-spacing: 0.04em;
		margin: 0 !important;
		min-height: 52px;
		padding: 0 28px !important;
		text-indent: 0 !important;
		text-transform: uppercase;
		transform: none !important;
		width: 100%;
	}

	.site-header > .main-navigation-wrap .main-navigation a:hover,
	.site-header > .main-navigation-wrap .main-navigation .current-menu-item > a {
		background: var(--wqtak-red-soft);
		color: var(--wqtak-red) !important;
	}

	.wqtak-package-grid {
		grid-template-columns: 1fr;
	}

	.home .elementor-section.elementor-top-section:first-of-type {
		min-height: auto;
	}

	.wqtak-footer-cta {
		grid-template-columns: 1fr;
	}

	.wqtak-footer-button {
		justify-content: center;
		width: 100%;
	}

	.wqtak-hero-grid,
	.wqtak-section-head,
	.wqtak-split,
	.wqtak-split.reverse,
	.wqtak-grid.three,
	.wqtak-grid.four,
	.wqtak-metric-strip,
	.wqtak-client-grid,
	.wqtak-contact-grid {
		grid-template-columns: 1fr;
	}

	.wqtak-hero-grid {
		display: block !important;
	}

	.wqtak-hero-visual {
		margin-top: 34px;
		overflow: hidden;
	}

	.wqtak-metric-strip {
		display: block !important;
	}

	.wqtak-metric + .wqtak-metric {
		margin-top: 14px;
	}

	.wqtak-hero {
		min-height: auto;
		padding: 56px 0 70px;
	}

	.wqtak-hero h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.wqtak-hero-visual img {
		max-height: 360px;
	}

	.wqtak-hero::after,
	.wqtak-section.has-mark::after {
		display: none;
	}
}

@media (max-width: 560px) {
	.site-header .bottom-header {
		padding: 10px 0 !important;
	}

	.site-branding img {
		max-height: 52px;
	}

	.wqtak-wrap {
		width: calc(100% - 48px);
	}

	.wqtak-hero h1 {
		font-size: clamp(1.95rem, 8.4vw, 2.25rem);
		max-width: 300px;
		overflow-wrap: anywhere;
		white-space: normal !important;
	}

	.wqtak-hero .wqtak-lead {
		max-width: 300px;
	}

	.wqtak-lead,
	.wqtak-card p,
	.wqtak-card li,
	.wqtak-metric span {
		max-width: 260px;
		overflow-wrap: anywhere;
	}

	.wqtak-hero-grid > *,
	.wqtak-grid > *,
	.wqtak-metric-strip > * {
		max-width: 100%;
		min-width: 0;
	}

	.wqtak-card,
	.wqtak-metric {
		max-width: calc(100vw - 64px) !important;
		width: calc(100vw - 64px) !important;
	}

	.wqtak-client,
	.wqtak-faq details {
		max-width: calc(100vw - 64px) !important;
		width: calc(100vw - 64px) !important;
	}

	.wqtak-hero-visual img {
		max-width: calc(100vw - 64px);
	}

	.wqtak-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.wqtak-btn {
		max-width: calc(100vw - 64px);
		width: calc(100vw - 64px);
	}

	.wqtak-section-head h2,
	.wqtak-modern h2,
	.wqtak-cta-band h2 {
		font-size: clamp(1.75rem, 7vw, 2.2rem);
		max-width: 300px;
		overflow-wrap: anywhere;
	}
}

/* =============================================
   OUR CLIENTS / PORTFOLIO PAGE
   ============================================= */

.wqp-page {
	background: var(--wqtak-paper);
	overflow-x: hidden;
}

.wqp-kicker {
	color: #ffd8d2;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

/* ── Hero ── */
.wqp-hero {
	background:
		radial-gradient(circle at 85% 12%, rgba(239, 59, 45, 0.48), transparent 36%),
		radial-gradient(circle at 14% 80%, rgba(239, 59, 45, 0.24), transparent 32%),
		linear-gradient(135deg, #171717 0%, #2a1b18 48%, #ef3b2d 100%);
	color: #fff;
	overflow: hidden;
	padding: clamp(56px, 6vw, 88px) 0 0;
	position: relative;
}

.wqp-hero::after {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	content: "";
	height: min(480px, 48vw);
	pointer-events: none;
	position: absolute;
	right: -60px;
	top: 40px;
	transform: rotate(-8deg);
	width: min(420px, 36vw);
}

.wqp-hero-inner {
	padding-bottom: 36px;
	position: relative;
	z-index: 1;
}

.wqp-hero h1 {
	color: #fff;
	font-size: clamp(2.2rem, 4.2vw, 4.2rem);
	line-height: 1.06;
	margin: 0 0 18px;
	max-width: 760px;
}

.wqp-hero-lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	line-height: 1.8;
	margin: 0 0 28px;
	max-width: 580px;
}

.wqp-hero-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wqp-btn-white {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(255, 255, 255, 0.16);
	color: var(--wqtak-red-dark) !important;
	display: inline-flex;
	font-weight: 900;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.wqp-btn-ghost {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 900;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Stats strip */
.wqp-stats-strip {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
	z-index: 1;
}

.wqp-stat {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	padding: 28px 20px;
	text-align: center;
}

.wqp-stat:last-child {
	border-right: none;
}

.wqp-stat strong {
	color: #ffd8d2;
	display: block;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1;
}

.wqp-stat span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 0.82rem;
	font-weight: 600;
	margin-top: 6px;
}

/* ── Section ── */
.wqp-section {
	padding: clamp(72px, 8vw, 112px) 0;
}

.wqp-section.on-white {
	background: #fff;
}

.wqp-section-head {
	margin-bottom: 52px;
	text-align: center;
}

.wqp-section-kicker {
	color: var(--wqtak-red);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.wqp-section-head h2 {
	color: var(--wqtak-ink);
	font-size: clamp(2rem, 4vw, 3.8rem);
	margin: 0 0 14px;
}

.wqp-section-head p {
	color: var(--wqtak-muted);
	font-size: 1.05rem;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 560px;
}

/* ── Portfolio grid ── */
.wqp-grid {
	contain: layout;
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Card (works as div or a element) */
.wqp-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	color: var(--wqtak-ink) !important;
	display: block;
	overflow: hidden;
	text-decoration: none !important;
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.2s ease;
	will-change: transform;
}

.wqp-card:hover {
	border-color: rgba(239, 59, 45, 0.18);
	box-shadow:
		0 28px 64px rgba(239, 59, 45, 0.14),
		0 8px 22px rgba(0, 0, 0, 0.09);
	transform: translateY(-8px);
}

/* Screenshot area */
.wqp-screen {
	aspect-ratio: 528 / 285;
	background: #e5e7eb;
	overflow: hidden;
	position: relative;
}

.wqp-screen img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
	width: 100%;
}

.wqp-card:hover .wqp-screen img {
	transform: scale(1.07);
}

/* Sector badge on image */
.wqp-sector-badge {
	background: rgba(239, 59, 45, 0.92);
	bottom: 0;
	color: #fff;
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

/* Hover overlay over screenshot */
.wqp-screen-overlay {
	align-items: flex-end;
	background: linear-gradient(to top, rgba(15, 15, 15, 0.92) 0%, rgba(23, 23, 23, 0.42) 40%, transparent 70%);
	display: flex;
	inset: 0;
	opacity: 0;
	padding: 14px 16px;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.28s ease;
}

.wqp-card:hover .wqp-screen-overlay {
	opacity: 1;
}

.wqp-overlay-cta {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	color: var(--wqtak-red-dark) !important;
	display: inline-flex;
	font-size: 0.73rem;
	font-weight: 900;
	gap: 6px;
	letter-spacing: 0.07em;
	padding: 7px 14px;
	text-decoration: none;
	text-transform: uppercase;
	transform: translateY(8px);
	transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wqp-overlay-cta svg {
	display: block;
	flex-shrink: 0;
}

.wqp-card:hover .wqp-overlay-cta {
	transform: translateY(0);
}

/* Card bottom row */
.wqp-card-foot {
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	display: flex;
	gap: 8px;
	justify-content: space-between;
	padding: 13px 16px 15px;
}

.wqp-card-foot h3 {
	color: var(--wqtak-ink);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wqp-chip {
	background: var(--wqtak-red-soft);
	border-radius: 999px;
	color: var(--wqtak-red);
	flex-shrink: 0;
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 3px 9px;
	text-transform: uppercase;
}

/* Entry animation */
@keyframes wqp-rise {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wqp-card {
	animation: wqp-rise 0.45s ease both;
}

.wqp-grid .wqp-card:nth-child(1)  { animation-delay: 0.04s; }
.wqp-grid .wqp-card:nth-child(2)  { animation-delay: 0.09s; }
.wqp-grid .wqp-card:nth-child(3)  { animation-delay: 0.14s; }
.wqp-grid .wqp-card:nth-child(4)  { animation-delay: 0.19s; }
.wqp-grid .wqp-card:nth-child(5)  { animation-delay: 0.24s; }
.wqp-grid .wqp-card:nth-child(6)  { animation-delay: 0.29s; }
.wqp-grid .wqp-card:nth-child(7)  { animation-delay: 0.34s; }
.wqp-grid .wqp-card:nth-child(8)  { animation-delay: 0.39s; }
.wqp-grid .wqp-card:nth-child(9)  { animation-delay: 0.44s; }
.wqp-grid .wqp-card:nth-child(10) { animation-delay: 0.49s; }
.wqp-grid .wqp-card:nth-child(11) { animation-delay: 0.54s; }
.wqp-grid .wqp-card:nth-child(12) { animation-delay: 0.59s; }

/* ── CTA band ── */
.wqp-cta-band {
	background:
		radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.14), transparent 28%),
		linear-gradient(135deg, #171717 0%, #2a1b18 48%, #ef3b2d 100%);
	color: #fff;
	padding: clamp(72px, 8vw, 104px) 0;
	text-align: center;
}

.wqp-cta-band h2 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.8rem);
	margin: 0 auto 16px;
	max-width: 760px;
}

.wqp-cta-band p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.06rem;
	line-height: 1.85;
	margin: 0 auto 36px;
	max-width: 560px;
}

.wqp-cta-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.wqp-cta-primary {
	align-items: center;
	background: linear-gradient(135deg, #fff, #ffd8d2);
	border-radius: 8px;
	box-shadow: 0 20px 46px rgba(255, 255, 255, 0.18);
	color: var(--wqtak-red-dark) !important;
	display: inline-flex;
	font-weight: 900;
	padding: 14px 28px;
	text-decoration: none;
	text-transform: uppercase;
}

.wqp-cta-secondary {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 900;
	padding: 14px 28px;
	text-decoration: none;
	text-transform: uppercase;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.wqp-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.wqp-grid {
		gap: 16px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wqp-stats-strip {
		grid-template-columns: repeat(2, 1fr);
	}

	.wqp-stat:nth-child(2) {
		border-right: none;
	}

	.wqp-stat:nth-child(3),
	.wqp-stat:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.wqp-stat:nth-child(4) {
		border-right: none;
	}
}

@media (max-width: 480px) {
	.wqp-grid {
		grid-template-columns: 1fr;
	}

	.wqp-cta-btns {
		flex-direction: column;
		align-items: stretch;
	}

	.wqp-cta-primary,
	.wqp-cta-secondary {
		justify-content: center;
	}
}

/* === WQTAK shared portfolio-style sections === */
.wqtak-system-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wqtak-system-card {
	background: #fff;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(23, 23, 23, 0.07);
	color: var(--wqtak-ink);
	min-width: 0;
	padding: 28px;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wqtak-system-card::before {
	background: linear-gradient(90deg, var(--wqtak-red), rgba(239, 59, 45, 0));
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wqtak-system-card:hover {
	box-shadow: 0 26px 70px rgba(239, 59, 45, 0.12);
	transform: translateY(-6px);
}

.wqtak-system-card .wqtak-icon {
	margin-bottom: 18px;
}

.wqtak-system-card h3 {
	color: var(--wqtak-ink);
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 10px;
}

.wqtak-system-card p {
	color: var(--wqtak-muted);
	font-size: 0.95rem;
	line-height: 1.75;
	margin: 0;
}

.wqtak-showcase-section {
	background:
		radial-gradient(circle at 88% 18%, rgba(239, 59, 45, 0.32), transparent 30%),
		linear-gradient(135deg, #171717 0%, #2a1b18 50%, #ef3b2d 100%);
	color: #fff;
	overflow: hidden;
	padding: clamp(72px, 8vw, 112px) 0;
	position: relative;
}

.wqtak-showcase-grid {
	align-items: center;
	display: grid;
	gap: clamp(30px, 5vw, 72px);
	grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.92fr);
	position: relative;
	z-index: 1;
}

.wqtak-showcase-grid.reverse {
	grid-template-columns: minmax(360px, 0.92fr) minmax(0, 0.86fr);
}

.wqtak-showcase-copy h2 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.7rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.08;
	margin: 0;
	max-width: 760px;
}

.wqtak-showcase-copy .wqtak-lead {
	color: rgba(255, 255, 255, 0.78);
}

.wqtak-showcase-copy .wqtak-kicker {
	color: #ffd8d2;
}

.wqtak-showcase-copy .wqtak-check-list li {
	color: rgba(255, 255, 255, 0.86);
}

.wqtak-dashboard-panel,
.wqtak-package-panel {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
		linear-gradient(135deg, rgba(23, 23, 23, 0.94), rgba(77, 24, 19, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
	color: #fff;
	min-width: 0;
	overflow: hidden;
	padding: clamp(24px, 4vw, 36px);
	position: relative;
}

.wqtak-dashboard-panel::before,
.wqtak-package-panel::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	inset: 0;
	opacity: 0.32;
	pointer-events: none;
	position: absolute;
}

.wqtak-panel-row {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	direction: ltr;
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-top: 12px;
	min-width: 0;
	padding: 15px;
	position: relative;
	z-index: 1;
}

.wqtak-panel-row:first-child {
	margin-top: 0;
}

.wqtak-panel-index {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	color: var(--wqtak-red);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.wqtak-panel-row strong {
	color: #fff;
	display: block;
	font-weight: 900;
	line-height: 1.3;
}

.wqtak-panel-row span:last-child,
.wqtak-panel-row p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
	line-height: 1.55;
	margin: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.wqtak-panel-badge {
	background: rgba(239, 59, 45, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #ffd8d2;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 7px 10px;
	justify-self: end;
	text-transform: uppercase;
	white-space: nowrap;
}

.wqtak-price-grid {
	display: grid;
	align-items: stretch;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wqtak-price-card {
	background: #fff;
	border: 1px solid rgba(23, 23, 23, 0.07);
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(23, 23, 23, 0.06), 0 1px 4px rgba(23, 23, 23, 0.04);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	padding: 32px;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wqtak-price-card:hover {
	box-shadow: 0 16px 56px rgba(23, 23, 23, 0.13), 0 4px 12px rgba(23, 23, 23, 0.06);
	transform: translateY(-5px);
}

.wqtak-price-card.featured {
	background:
		radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.18) 0%, transparent 48%),
		radial-gradient(circle at 12% 88%, rgba(184, 38, 29, 0.6) 0%, transparent 38%),
		linear-gradient(148deg, #f04535 0%, #d42b1c 52%, #9e1e12 100%);
	border: 1.5px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 8px 40px rgba(239, 59, 45, 0.38), 0 2px 8px rgba(239, 59, 45, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
	color: #fff;
}

.wqtak-price-card.featured:hover {
	box-shadow: 0 24px 72px rgba(239, 59, 45, 0.50), 0 6px 20px rgba(239, 59, 45, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transform: translateY(-7px);
}

.wqtak-price-card h3 {
	color: var(--wqtak-ink);
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 8px 0 10px;
}

.wqtak-price-card.featured h3 {
	color: #fff;
	font-size: 1.35rem;
}

.wqtak-price-card p,
.wqtak-price-card li {
	color: var(--wqtak-muted);
	font-size: 0.875rem;
	line-height: 1.65;
}

.wqtak-price-card.featured p,
.wqtak-price-card.featured li,
.wqtak-price-card.featured .wqtak-mini,
.wqtak-price-card.featured .wqtak-price sub {
	color: rgba(255, 255, 255, 0.84);
}

.wqtak-price-card.featured .wqtak-price {
	color: #fff;
	font-size: 1.5rem;
}

.wqtak-price-card ul {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 9px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.wqtak-price-card li {
	align-items: flex-start;
	display: flex;
	gap: 9px;
	padding-left: 0;
}

.wqtak-price-card li::before {
	align-items: center;
	background: var(--wqtak-red-soft);
	border-radius: 50%;
	color: var(--wqtak-red);
	content: '✓';
	display: inline-flex;
	flex-shrink: 0;
	font-size: 0.62rem;
	font-weight: 900;
	height: 17px;
	justify-content: center;
	margin-top: 3px;
	min-width: 17px;
	width: 17px;
}

.wqtak-price-card.featured li::before {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.wqtak-price-card .wqtak-card-btn {
	align-self: stretch;
	border-radius: 12px;
	font-size: 0.92rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	margin-top: auto;
	padding: 13px 22px;
}

.wqtak-price-card.featured .wqtak-card-btn {
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	color: var(--wqtak-red);
}

.wqtak-price-card.featured .wqtak-card-btn:hover {
	background: rgba(255, 255, 255, 0.93);
	opacity: 1;
	transform: translateY(-1px);
}

@media (max-width: 1200px) {
	.wqtak-system-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 700px) {
	.wqtak-price-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.wqtak-showcase-grid,
	.wqtak-showcase-grid.reverse {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.wqtak-system-grid {
		grid-template-columns: 1fr;
	}

	.wqtak-panel-row {
		align-items: center;
		gap: 12px 14px;
		grid-template-columns: auto minmax(0, 1fr);
		padding: 16px;
	}

	.wqtak-panel-row > :not(.wqtak-panel-index):not(.wqtak-panel-badge) {
		grid-column: 1 / -1;
		grid-row: 2;
		min-width: 0;
	}

	.wqtak-panel-row .wqtak-panel-badge {
		align-self: center;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.wqtak-showcase-copy h2 {
		font-size: clamp(1.9rem, 8vw, 2.4rem);
	}
}

/* === ABOUT PAGE — TEAM SECTION === */
.wqtak-team-head {
	text-align: center;
	margin-bottom: 52px;
}

.wqtak-team-head .wqtak-kicker,
.wqtak-team-head h2,
.wqtak-team-head .wqtak-lead {
	text-align: center;
}

.wqtak-team-head h2 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.wqtak-team-head .wqtak-lead {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.wqtak-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.wqtak-team-card {
	text-align: center;
	padding: 44px 28px 36px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 28px rgba(23, 23, 23, 0.07);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid rgba(23, 23, 23, 0.06);
}

.wqtak-team-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 56px rgba(239, 59, 45, 0.13);
}

.wqtak-team-card:nth-child(2) {
	border-top: 3px solid var(--wqtak-red);
}

.wqtak-team-photo {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 22px;
	border: 3px solid var(--wqtak-red);
	box-shadow: 0 0 0 6px rgba(239, 59, 45, 0.1);
}

.wqtak-team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.wqtak-team-card h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--wqtak-ink);
	margin: 0 0 6px;
	line-height: 1.3;
}

.wqtak-team-role {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--wqtak-red);
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin: 0 0 20px;
}

.wqtak-team-socials {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.wqtak-team-socials a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #f4f4f4;
	color: var(--wqtak-ink);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
	text-decoration: none;
}

.wqtak-team-socials a:hover {
	background: var(--wqtak-red);
	color: #fff;
	transform: scale(1.12);
}

.wqtak-team-socials svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
	display: block;
}

@media (max-width: 900px) and (min-width: 521px) {
	.wqtak-team-grid {
		grid-template-columns: 1fr;
		margin-inline: auto;
		max-width: 360px;
	}

	.wqtak-team-card:nth-child(2) {
		order: -1;
	}
}

@media (max-width: 520px) {
	.wqtak-team-grid {
		grid-template-columns: 1fr;
		margin-inline: auto;
		max-width: 340px;
	}

	.wqtak-team-card:nth-child(2) {
		order: -1;
	}
}

/* ── Site logo — constrain the square red logo to header height ── */
.site-header .site-branding > a {
	max-width: none !important;
}

.site-header .site-branding > a img#headerLogo {
	display: block;
	height: 68px !important;
	max-height: 68px !important;
	width: auto !important;
}

@media (max-width: 900px) {
	.site-header .site-branding > a img#headerLogo {
		height: 54px !important;
		max-height: 54px !important;
	}
}

@media (max-width: 560px) {
	.site-header .site-branding > a img#headerLogo {
		height: 52px !important;
		max-height: 52px !important;
	}
}

/* ══════════════════════════════════════════════════════
   10/10 UPGRADE — May 2026
══════════════════════════════════════════════════════ */

/* ── SVG icons inside .wqtak-icon ── */
.wqtak-icon svg {
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	display: block;
}

/* ── Stats strip ── */
.wqtak-stats-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--wqtak-ink);
	border-radius: 16px;
	overflow: hidden;
}

.wqtak-stat {
	padding: 40px 28px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wqtak-stat:last-child {
	border-right: none;
}

.wqtak-stat strong {
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	font-weight: 800;
	color: var(--wqtak-red);
	white-space: nowrap;
	line-height: 1;
	letter-spacing: -0.02em;
}

.wqtak-stat span {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
}

@media (max-width: 700px) {
	.wqtak-stats-strip {
		grid-template-columns: repeat(2, 1fr);
	}

	.wqtak-stat:nth-child(2) {
		border-right: none;
	}
}

@media (max-width: 400px) {
	.wqtak-stats-strip {
		grid-template-columns: 1fr;
	}

	.wqtak-stat {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	}
}

/* ── Testimonials ── */
.wqtak-testimonials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.wqtak-testimonial {
	background: #fff;
	border-radius: 14px;
	padding: 32px;
	margin: 0;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-left: 3px solid var(--wqtak-red);
	transition: transform 0.2s, box-shadow 0.2s;
}

.wqtak-testimonial:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.wqtak-testimonial p {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--wqtak-ink);
	font-style: italic;
	margin: 0;
	flex: 1;
}

.wqtak-testimonial footer {
	display: flex;
	flex-direction: column;
	gap: 3px;
	border-top: 1px solid #f0f0f0;
	padding-top: 16px;
}

.wqtak-testimonial footer strong {
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--wqtak-ink);
	font-style: normal;
}

.wqtak-testimonial footer span {
	font-size: 0.82rem;
	color: #6b7280;
	font-style: normal;
}

@media (max-width: 900px) {
	.wqtak-testimonials {
		grid-template-columns: 1fr;
		max-width: 560px;
		margin: 0 auto;
	}
}

/* ── Package pricing + CTA ── */
.wqtak-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	column-gap: 6px;
	font-size: 1.45rem;
	font-weight: 800;
	color: var(--wqtak-ink);
	margin: 10px 0 4px;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.wqtak-price sub {
	font-size: 0.72rem;
	font-weight: 500;
	color: #6b7280;
	vertical-align: baseline;
	white-space: nowrap;
	display: inline-block;
}

.wqtak-card.red .wqtak-price {
	color: rgba(255, 255, 255, 0.95);
}

.wqtak-card.red .wqtak-price sub {
	color: rgba(255, 255, 255, 0.7);
}

.wqtak-badge-popular {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 20px;
	color: #fff;
	display: inline-flex;
	font-size: 0.62rem;
	font-weight: 800;
	gap: 5px;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	padding: 5px 13px;
	text-transform: uppercase;
}

.wqtak-badge-popular::before {
	content: '★';
	font-size: 0.7rem;
}

.wqtak-card-btn {
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	padding: 10px 22px;
	background: var(--wqtak-red);
	color: #fff;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	transition: opacity 0.2s, transform 0.2s;
	align-self: flex-start;
}

.wqtak-card-btn:hover {
	opacity: 0.88;
	transform: translateY(-1px);
}

.wqtak-card.red .wqtak-card-btn {
	background: #fff;
	color: var(--wqtak-red);
}

/* ── Contact form wrapper ── */
.wqtak-contact-hero {
	background:
		radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.12), transparent 28%),
		radial-gradient(circle at 8% 86%, rgba(239, 59, 45, 0.42), transparent 32%),
		linear-gradient(135deg, #171717 0%, #2b1916 44%, #ef3b2d 100%);
}

.wqtak-contact-hero::after {
	display: none;
}

.wqtak-contact-hero .wqtak-kicker {
	color: #ffd8d2;
}

.wqtak-contact-hero .wqtak-hero-grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.86fr);
}

.wqtak-contact-hero .wqtak-hero-visual {
	align-items: center;
	display: flex;
	min-width: 0;
}

.wqtak-contact-hero-panel {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
		linear-gradient(135deg, rgba(23, 23, 23, 0.94), rgba(77, 24, 19, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
	color: #fff;
	isolation: isolate;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	padding: clamp(24px, 4vw, 38px);
	position: relative;
	width: 100%;
}

.wqtak-contact-hero-panel::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 46px 46px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(135deg, transparent 0%, #000 24%, #000 72%, transparent 100%);
	opacity: 0.32;
	pointer-events: none;
	position: absolute;
	-webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 24%, #000 72%, transparent 100%);
	z-index: -2;
}

.wqtak-contact-hero-panel::after {
	background: linear-gradient(135deg, rgba(239, 59, 45, 0.9), rgba(255, 216, 210, 0.18));
	border-radius: 999px;
	content: "";
	filter: blur(2px);
	height: 220px;
	position: absolute;
	right: -98px;
	top: -72px;
	width: 220px;
	z-index: -1;
}

.wqtak-contact-panel-top {
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	font-size: 0.76rem;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wqtak-contact-panel-top strong {
	background: rgba(239, 59, 45, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #fff;
	font-size: 0.72rem;
	padding: 7px 10px;
}

.wqtak-contact-panel-brand {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr);
	margin-top: 28px;
	min-width: 0;
}

.wqtak-contact-panel-brand img {
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(239, 59, 45, 0.3);
	height: 74px;
	object-fit: cover;
	width: 74px;
}

.wqtak-contact-panel-brand strong {
	display: block;
	font-size: clamp(1.2rem, 2.5vw, 1.55rem);
	font-weight: 900;
	line-height: 1.1;
}

.wqtak-contact-panel-brand span {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 0.92rem;
	line-height: 1.5;
	margin-top: 4px;
}

.wqtak-contact-panel-flow {
	display: grid;
	gap: 12px;
	margin-top: 30px;
	min-width: 0;
}

.wqtak-contact-panel-flow div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	display: grid;
	gap: 6px;
	grid-template-columns: 32px minmax(0, 1fr);
	min-width: 0;
	padding: 15px 16px;
}

.wqtak-contact-panel-flow span {
	color: #ffd8d2;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding-top: 3px;
}

.wqtak-contact-panel-flow strong {
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.3;
	min-width: 0;
	overflow-wrap: anywhere;
}

.wqtak-contact-panel-flow p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
	grid-column: 2;
	line-height: 1.55;
	margin: 0;
	min-width: 0;
	overflow-wrap: anywhere;
}

.wqtak-contact-panel-actions {
	display: grid;
	gap: 10px;
	margin-top: 24px;
	min-width: 0;
}

.wqtak-contact-panel-actions a {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	color: var(--wqtak-ink);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-width: 0;
	padding: 13px 15px;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease;
}

.wqtak-contact-panel-actions a:hover,
.wqtak-contact-panel-actions a:focus-visible {
	background: #fff;
	transform: translateY(-2px);
}

.wqtak-contact-panel-actions strong {
	color: var(--wqtak-red);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wqtak-contact-panel-actions span {
	color: #3f3f46;
	font-size: 0.9rem;
	font-weight: 800;
	overflow-wrap: anywhere;
	text-align: right;
}

.wqtak-contact-card {
	border-radius: 8px;
	overflow: hidden;
}

.wqtak-contact-card::before {
	background: linear-gradient(90deg, var(--wqtak-red), rgba(239, 59, 45, 0));
	content: "";
	display: block;
	height: 4px;
	margin: -30px -30px 26px;
}

.wqtak-contact-form-wrap {
	max-width: 680px;
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	padding: 40px 44px;
	box-shadow: 0 2px 28px rgba(0, 0, 0, 0.07);
}

.wqtak-contact-hero ~ .wqtak-section.soft {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.64), rgba(255, 243, 241, 0.48)),
		var(--wqtak-red-soft);
	padding-block: clamp(58px, 7vw, 86px);
}

.wqtak-contact-hero ~ .wqtak-section.soft > .wqtak-wrap {
	align-items: start;
	display: grid;
	gap: clamp(28px, 5vw, 56px);
	grid-template-columns: minmax(280px, 0.78fr) minmax(440px, 1fr);
}

.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head {
	display: block;
	margin: 0;
	padding-top: 10px;
}

.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head h2 {
	font-size: clamp(2.55rem, 4.6vw, 4.35rem);
	line-height: 1.02;
	margin: 0;
	max-width: 600px;
}

.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head .wqtak-lead {
	color: #4f4f55;
	font-size: 1rem;
	line-height: 1.85;
	margin-top: 24px;
	max-width: 520px;
}

.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-contact-form-wrap {
	border: 1px solid rgba(23, 23, 23, 0.06);
	box-shadow: 0 24px 70px rgba(31, 31, 31, 0.10);
	margin: 0;
	max-width: none;
	padding: clamp(28px, 4vw, 42px);
	position: relative;
}

.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-contact-form-wrap::before {
	background: linear-gradient(90deg, var(--wqtak-red), rgba(239, 59, 45, 0));
	border-radius: 8px 8px 0 0;
	content: "";
	height: 4px;
	inset: 0 0 auto;
	position: absolute;
}

.wqtak-contact-form-wrap .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.wqtak-contact-form-wrap .wpcf7-form > p,
.wqtak-contact-form-wrap .wpcf7-form > div {
	margin: 0 0 22px;
}

.wqtak-contact-form-wrap .wpcf7-form > p:last-of-type {
	margin-bottom: 0;
}

.wqtak-contact-hero ~ .wqtak-section.soft .wpcf7-form > p {
	display: grid;
	gap: 18px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.wqtak-contact-hero ~ .wqtak-section.soft .wpcf7-form > p br {
	display: none;
}

.wqtak-contact-hero ~ .wqtak-section.soft .wpcf7-form-control-wrap[data-name="your-message"],
.wqtak-contact-hero ~ .wqtak-section.soft .wpcf7-submit,
.wqtak-contact-hero ~ .wqtak-section.soft .wpcf7-spinner {
	grid-column: 1 / -1;
}

.wqtak-contact-form-wrap .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wqtak-contact-form-wrap label .wpcf7-form-control-wrap {
	margin-top: 8px;
}

.wqtak-contact-form-wrap input[type="text"],
.wqtak-contact-form-wrap input[type="email"],
.wqtak-contact-form-wrap input[type="tel"],
.wqtak-contact-form-wrap select,
.wqtak-contact-form-wrap textarea {
	width: 100%;
	padding: 13px 16px;
	border: 1.5px solid #e5e7eb;
	border-radius: 8px;
	font-family: inherit;
	font-size: 0.97rem;
	color: var(--wqtak-ink);
	background: #fafafa;
	outline: none;
	transition: border-color 0.18s, background 0.18s;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.wqtak-contact-form-wrap input:focus,
.wqtak-contact-form-wrap select:focus,
.wqtak-contact-form-wrap textarea:focus {
	border-color: var(--wqtak-red);
	background: #fff;
}

.wqtak-contact-form-wrap textarea {
	min-height: 130px;
	resize: vertical;
}

.wqtak-contact-form-wrap input[type="submit"],
.wqtak-contact-form-wrap .wpcf7-submit {
	background: var(--wqtak-red);
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 1rem;
	font-family: inherit;
	padding: 14px 32px;
	border-radius: 8px;
	width: 100%;
	transition: opacity 0.2s;
	-webkit-appearance: none;
}

.wqtak-contact-form-wrap input[type="submit"]:hover,
.wqtak-contact-form-wrap .wpcf7-submit:hover {
	opacity: 0.88;
}

.wqtak-contact-form-wrap .wpcf7-not-valid-tip {
	color: var(--wqtak-red);
	font-size: 0.8rem;
	margin-top: 2px;
}

.wqtak-contact-form-wrap .wpcf7-response-output {
	margin-top: 12px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 0.9rem;
	border: none !important;
}

@media (max-width: 980px) {
	.wqtak-contact-hero ~ .wqtak-section.soft > .wqtak-wrap {
		grid-template-columns: 1fr;
	}

	.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head {
		text-align: center;
	}

	.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head .wqtak-kicker {
		justify-content: center;
	}

	.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head h2,
	.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head .wqtak-lead {
		margin-inline: auto;
	}

	.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-contact-form-wrap {
		margin-inline: auto;
		max-width: 720px;
		width: 100%;
	}
}

@media (max-width: 620px) {
	.wqtak-contact-hero ~ .wqtak-section.soft {
		padding-block: 48px;
	}

	.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head {
		text-align: left;
	}

	.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head .wqtak-kicker {
		justify-content: flex-start;
	}

	.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head h2 {
		font-size: clamp(2.05rem, 9vw, 2.7rem);
		max-width: 330px;
	}

	.wqtak-contact-hero ~ .wqtak-section.soft .wqtak-section-head .wqtak-lead {
		margin-top: 18px;
		max-width: 340px;
	}

	.wqtak-contact-hero ~ .wqtak-section.soft .wpcf7-form > p {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.wqtak-contact-hero .wqtak-hero-grid {
		display: grid !important;
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.wqtak-contact-hero .wqtak-hero-visual {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.wqtak-contact-hero .wqtak-wrap {
		width: calc(100% - 32px);
	}

	.wqtak-contact-hero .wqtak-hero-grid,
	.wqtak-contact-hero .wqtak-hero-visual {
		max-width: 100%;
		overflow: hidden;
		width: 100%;
	}

	/* hero-grid doubles as wrap — restore side padding so text doesn't bleed to edge */
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid {
		padding-inline: 24px;
		width: 100%;
	}

	.wqtak-contact-hero .wqtak-hero-visual {
		margin-top: 4px;
	}

	.wqtak-contact-hero-panel {
		margin-inline: auto;
		max-width: calc(100vw - 40px);
		padding: 22px;
		width: calc(100vw - 40px);
	}

	.wqtak-contact-panel-top {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.wqtak-contact-panel-brand img {
		height: 58px;
		width: 58px;
	}

	.wqtak-contact-panel-flow div {
		display: block;
		overflow: hidden;
		padding: 13px;
	}

	.wqtak-contact-panel-flow span,
	.wqtak-contact-panel-flow strong,
	.wqtak-contact-panel-flow p {
		display: block;
		grid-column: auto;
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
		word-break: break-word;
	}

	.wqtak-contact-panel-flow strong {
		margin-top: 5px;
	}

	.wqtak-contact-panel-flow p {
		margin-top: 8px;
	}

	.wqtak-contact-panel-actions a {
		align-items: flex-start;
		flex-direction: column;
	}

	.wqtak-contact-panel-actions span {
		text-align: left;
	}

	.wqtak-contact-form-wrap {
		padding: 28px 22px;
	}
}

/* ── Footer social icons ── */
.wqtak-footer-social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.wqtak-footer-social a {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, transform 0.2s;
	text-decoration: none;
}

.wqtak-footer-social a:hover {
	background: var(--wqtak-red);
	transform: translateY(-2px);
}

.wqtak-footer-social svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: rgba(255, 255, 255, 0.75);
	display: block;
}

.wqtak-footer-social a:hover svg {
	stroke: #fff;
}

/* ── WhatsApp floating button ── */
#wqtak-whatsapp {
	position: fixed;
	bottom: 28px;
	left: 28px;
	width: 54px;
	height: 54px;
	background: #25d366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
	z-index: 9998;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

#wqtak-whatsapp:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}

#wqtak-whatsapp svg {
	width: 28px;
	height: 28px;
	fill: #fff;
	display: block;
}

@media (max-width: 768px) {
	/* WhatsApp stays LEFT always — back-to-top stays RIGHT */
	#wqtak-whatsapp {
		bottom: calc(18px + env(safe-area-inset-bottom, 0px));
		left: 18px;
		right: auto;
		width: 50px;
		height: 50px;
	}

	#wqtak-whatsapp svg {
		height: 26px;
		width: 26px;
	}

	/* Back-to-top: right side, big enough to tap */
	#back-to-top {
		bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
		right: 18px !important;
	}

	#back-to-top a {
		bottom: auto;
		height: 48px;
		position: static;
		right: auto;
		width: 48px;
	}

	.wqtak-site-footer {
		padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
	}

	body.wqtak-footer-in-view #wqtak-whatsapp {
		opacity: 0;
		pointer-events: none;
		transform: translateY(14px);
	}
}

/* ── Custom 404 page ── */
.wqtak-404 {
	min-height: 65vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 80px 24px;
	gap: 16px;
}

.wqtak-404 .wqtak-404-code {
	font-size: clamp(5rem, 18vw, 10rem);
	font-weight: 800;
	color: var(--wqtak-red);
	line-height: 1;
	letter-spacing: -0.05em;
}

.wqtak-404 h1 {
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 700;
	margin: 0;
}

.wqtak-404 p {
	color: #6b7280;
	max-width: 440px;
	line-height: 1.6;
	margin: 0;
}

.wqtak-404 .wqtak-actions {
	margin-top: 8px;
}

/* ── Prose (privacy policy, long-form pages) ── */
.wqtak-prose {
	max-width: 780px;
}

.wqtak-prose h2 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 36px 0 10px;
	color: var(--wqtak-ink);
}

.wqtak-prose h2:first-child {
	margin-top: 0;
}

.wqtak-prose p,
.wqtak-prose li {
	font-size: 1rem;
	line-height: 1.75;
	color: #374151;
}

.wqtak-prose ul {
	padding-left: 20px;
	margin: 10px 0;
}

.wqtak-prose a {
	color: var(--wqtak-red);
	text-decoration: underline;
}

/* ── wqtak-mini label on package cards ── */
.wqtak-mini {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--wqtak-red);
	margin: 0 0 6px;
}

/* ══════════════════════════════════════════════════════
   WQTAK 10/10 POLISH — v1.0.6
   Fix: buttons, scroll animations, counter, typography
══════════════════════════════════════════════════════ */

/* ── Skip navigation link — override Bosa's .skip-link to use transform-hide ── */
.skip-link {
	background: var(--wqtak-red) !important;
	border-radius: 0 0 8px 8px !important;
	box-shadow: 0 4px 20px rgba(239, 59, 45, 0.35) !important;
	clip: auto !important;
	clip-path: none !important;
	color: #fff !important;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	height: auto !important;
	left: 50% !important;
	overflow: visible !important;
	padding: 10px 24px !important;
	position: fixed !important;
	text-decoration: none !important;
	top: 0 !important;
	transform: translate(-50%, -110%) !important;
	transition: transform 0.18s ease !important;
	white-space: nowrap !important;
	width: auto !important;
	z-index: 999999 !important;
}

.skip-link:focus {
	transform: translate(-50%, 0) !important;
}

/* ── Brand selection highlight ── */
::selection {
	background: rgba(239, 59, 45, 0.18);
	color: var(--wqtak-ink);
}

/* ── Text-wrap balance on headings ── */
h1, h2, h3 {
	text-wrap: balance;
}

/* ── Focus visible: keyboard nav ── */
a:focus,
button:focus {
	outline: none;
}

a:focus-visible,
button:focus-visible {
	border-radius: 8px;
	box-shadow: 0 0 0 3px rgba(239, 59, 45, 0.18);
	outline: 2px solid rgba(239, 59, 45, 0.82);
	outline-offset: 2px;
}

.main-navigation a:focus-visible,
.primary-menu a:focus-visible,
.site-header > .main-navigation-wrap .main-navigation a:focus-visible {
	box-shadow: inset 0 0 0 2px var(--wqtak-red);
	outline: none;
	outline-offset: 0;
}

.main-navigation a:focus:not(:focus-visible),
.primary-menu a:focus:not(:focus-visible),
.wqtak-btn:focus:not(:focus-visible),
.wqp-btn-white:focus:not(:focus-visible),
.wqp-btn-ghost:focus:not(:focus-visible),
.wqtak-card-btn:focus:not(:focus-visible),
.wqtak-doc-btn:focus:not(:focus-visible),
.wqtak-footer-button:focus:not(:focus-visible) {
	box-shadow: none;
	outline: none;
}

/* ── Tabular numbers for stats ── */
.wqp-stat strong,
.wqtak-stat strong,
.wqtak-metric strong {
	font-variant-numeric: tabular-nums;
}

/* ── FIX: doc buttons — inline on desktop ── */
.wqtak-hero-docs {
	align-items: center;
}

.wqtak-doc-btn {
	flex-shrink: 0;
}

/* ── FIX: hero primary buttons — mobile/tablet ── */
@media (max-width: 768px) {
	/* Stack main CTA buttons full-width */
	.wqp-hero-btns {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.wqp-btn-white,
	.wqp-btn-ghost {
		justify-content: center;
		min-height: 52px;
		text-align: center;
		width: 100%;
	}

	/* Stack wqtak-btn (About/Contact) too */
	.wqtak-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.wqtak-btn {
		justify-content: center;
		min-height: 52px;
		text-align: center;
		width: 100%;
	}

	/* Doc buttons: full-width grid at mobile */
	.wqtak-hero-docs {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		width: 100%;
	}

	.wqtak-doc-btn {
		justify-content: center;
		min-height: 52px;
		text-align: center;
		width: 100%;
	}

	/* CTA band buttons */
	.wqp-cta-btns {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.wqp-cta-primary,
	.wqp-cta-secondary {
		justify-content: center;
		min-height: 52px;
		text-align: center;
		width: 100%;
	}
}

/* ── Button hover improvements ── */
.wqp-btn-white {
	letter-spacing: 0.04em;
	transition: background 0.22s ease, color 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;
}

.wqp-btn-white:hover {
	background: var(--wqtak-red);
	box-shadow: 0 18px 42px rgba(239, 59, 45, 0.28);
	color: #fff !important;
	transform: translateY(-2px);
}

.wqp-btn-ghost {
	letter-spacing: 0.04em;
	transition: background 0.22s ease, border-color 0.22s ease, transform 0.18s ease;
}

.wqp-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.72);
	transform: translateY(-2px);
}

.wqtak-btn.primary {
	letter-spacing: 0.04em;
	transition: background 0.22s ease, color 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;
}

.wqtak-btn.primary:hover {
	background: var(--wqtak-red);
	box-shadow: 0 18px 42px rgba(239, 59, 45, 0.28);
	color: #fff !important;
	transform: translateY(-2px);
}

.wqtak-btn.secondary {
	letter-spacing: 0.04em;
	transition: background 0.22s ease, border-color 0.22s ease, transform 0.18s ease;
}

.wqtak-btn.secondary:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.66);
	transform: translateY(-2px);
}

.wqtak-btn.red:hover {
	box-shadow: 0 22px 52px rgba(239, 59, 45, 0.38);
	filter: brightness(1.08);
	transform: translateY(-2px);
}

/* ── CTA band buttons ── */
.wqp-cta-primary,
.wqtak-footer-button {
	letter-spacing: 0.04em;
	transition: filter 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}

.wqp-cta-primary:hover,
.wqtak-footer-button:hover {
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.wqp-cta-secondary {
	letter-spacing: 0.04em;
	transition: background 0.22s ease, border-color 0.22s ease, transform 0.18s ease;
}

.wqp-cta-secondary:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.66);
	transform: translateY(-2px);
}

/* ── Scroll-triggered animations ── */
.wqtak-will-animate {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 0.52s ease,
		transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.28s ease,
		border-color 0.2s ease;
}

.wqtak-will-animate.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ── Section head fade-in ── */
.wqtak-section-head-anim {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.wqtak-section-head-anim.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ── Stats strip pulse on enter ── */
@keyframes wqtak-stat-in {
	from { opacity: 0; transform: scale(0.88); }
	to   { opacity: 1; transform: scale(1); }
}

.wqp-stats-strip.animated .wqp-stat,
.wqtak-stats-strip.animated .wqtak-stat {
	animation: wqtak-stat-in 0.42s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.wqp-stats-strip.animated .wqp-stat:nth-child(1),
.wqtak-stats-strip.animated .wqtak-stat:nth-child(1) { animation-delay: 0.05s; }
.wqp-stats-strip.animated .wqp-stat:nth-child(2),
.wqtak-stats-strip.animated .wqtak-stat:nth-child(2) { animation-delay: 0.12s; }
.wqp-stats-strip.animated .wqp-stat:nth-child(3),
.wqtak-stats-strip.animated .wqtak-stat:nth-child(3) { animation-delay: 0.19s; }
.wqp-stats-strip.animated .wqp-stat:nth-child(4),
.wqtak-stats-strip.animated .wqtak-stat:nth-child(4) { animation-delay: 0.26s; }

/* ── Metric strip rise animation ── */
.wqtak-metric.wqtak-will-animate {
	transition-delay: calc(var(--i, 0) * 0.08s);
}

/* ── Section kicker line ── */
.wqp-section-kicker::before {
	background: var(--wqtak-red);
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 2px;
	margin-right: 10px;
	vertical-align: middle;
	width: 18px;
}

/* ── Reduce motion: respect user preference ── */
@media (prefers-reduced-motion: reduce) {
	.wqtak-will-animate,
	.wqtak-section-head-anim {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.wqp-stats-strip.animated .wqp-stat,
	.wqtak-stats-strip.animated .wqtak-stat {
		animation: none !important;
	}
}

/* ══════════════════════════════════════════════════════
   WQTAK PRINT STYLES
══════════════════════════════════════════════════════ */
@media print {
	#wqtak-loader,
	#wqtak-whatsapp,
	#back-to-top,
	.wqtak-hamburger,
	.site-header,
	.wqtak-site-footer,
	.wqp-hero-btns,
	.wqp-cta-band,
	.wqtak-card-btn,
	.wqtak-btn {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
		font-size: 12pt;
	}

	a {
		color: #000;
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
		font-size: 9pt;
		color: #555;
	}

	h1, h2, h3 {
		color: #000;
		page-break-after: avoid;
	}

	.wqp-hero,
	.wqtak-hero,
	.wqtak-showcase-section {
		background: #fff !important;
		color: #000 !important;
	}

	.wqtak-price-card {
		break-inside: avoid;
		border: 1px solid #ccc;
		page-break-inside: avoid;
	}
}

/* ══════════════════════════════════════════════════════
   WQTAK HIGH CONTRAST MODE
══════════════════════════════════════════════════════ */
@media (forced-colors: active) {
	.wqtak-btn,
	.wqp-btn-white,
	.wqp-btn-ghost,
	.wqtak-card-btn {
		border: 2px solid ButtonText;
	}

	.skip-link:focus {
		forced-color-adjust: none;
		background: Highlight !important;
		color: HighlightText !important;
	}
}

/* ══════════════════════════════════════════════════════
   WQTAK PERFORMANCE — content-visibility & rendering
══════════════════════════════════════════════════════ */

/* Keep sections fully renderable for anchor jumps and visual checks. */
.wqtak-showcase-section,
.wqp-cta-band {
	content-visibility: visible;
}

/* ── Prevent layout shift on client/portfolio screenshots only ── */
.wqp-card-img,
.wqp-screen,
.wqp-screen img {
	aspect-ratio: 528 / 285;
	object-fit: cover;
	width: 100%;
}

.wqtak-team-card img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

/* ── GPU-accelerate animated elements ── */
.wqtak-will-animate,
.wqtak-loader-card,
#wqtak-whatsapp {
	will-change: transform, opacity;
}

/* ── Smooth link transitions ── */
a {
	transition: color 0.18s ease, opacity 0.18s ease;
}

/* ── Better tap target size on mobile ── */
@media (max-width: 768px) {
	nav a,
	.wqtak-footer-col a,
	.wqtak-footer-social a {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
	}
}

/* ══════════════════════════════════════════════════════
   WQTAK 10/10 POLISH — responsive rhythm, no clipping
══════════════════════════════════════════════════════ */
.wqp-page,
.wqtak-modern,
.wqtak-clean-main,
.site,
.site-content {
	max-width: 100%;
	overflow-x: clip;
}

.wqp-hero h1,
.wqtak-hero h1,
.wqtak-showcase-copy h2,
.wqp-section-head h2,
.wqtak-section-head h2,
.wqp-cta-band h2 {
	overflow-wrap: break-word;
	text-wrap: balance;
}

.wqp-hero-lead,
.wqtak-lead,
.wqtak-card p,
.wqtak-card li,
.wqtak-system-card p,
.wqtak-price-card p,
.wqtak-price-card li {
	overflow-wrap: break-word;
}

.wqtak-system-grid,
.wqtak-grid,
.wqtak-contact-grid,
.wqtak-price-grid,
.wqp-grid {
	align-items: stretch;
}

.wqtak-system-card,
.wqtak-card,
.wqp-card,
.wqtak-contact-card {
	height: 100%;
}

.wqtak-price-card {
	min-height: clamp(540px, 43vw, 680px);
}

.wqtak-price-card .wqtak-price {
	margin-bottom: 12px;
}

.wqtak-price-card ul {
	margin-top: 20px;
}

.wqtak-price-card .wqtak-card-btn {
	min-height: 56px;
}

@media (max-width: 1200px) {
	.wqtak-price-card {
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.wqtak-wrap {
		width: min(1180px, calc(100% - 40px));
	}

	.wqp-hero,
	.wqtak-hero {
		min-height: auto;
	}

	.wqp-hero::after,
	.wqtak-hero::after,
	.wqtak-section.has-mark::after {
		display: none !important;
	}

	.wqp-hero-inner,
	.wqtak-hero-grid {
		max-width: 100%;
	}

	.wqp-hero h1,
	.wqtak-hero h1,
	.wqtak-hero-centered h1 {
		max-width: 720px;
	}

	.wqtak-showcase-grid,
	.wqtak-showcase-grid.reverse {
		gap: 28px;
	}

	.wqtak-dashboard-panel,
	.wqtak-package-panel,
	.wqtak-contact-hero-panel {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.wqtak-wrap,
	.wqp-hero .wqtak-wrap,
	.wqtak-hero .wqtak-wrap {
		max-width: calc(100vw - 36px) !important;
		width: calc(100vw - 36px) !important;
	}

	.wqp-hero-inner,
	.wqtak-hero-grid > *,
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid > *,
	.wqtak-showcase-copy {
		max-width: calc(100vw - 36px) !important;
		min-width: 0 !important;
		width: calc(100vw - 36px) !important;
	}

	.wqp-hero {
		padding-top: 46px;
	}

	.wqp-hero-inner {
		padding-bottom: 28px;
	}

	.wqp-hero h1,
	.wqtak-hero h1,
	.wqtak-hero-centered h1 {
		font-size: clamp(1.9rem, 7.6vw, 2.42rem) !important;
		line-height: 1.12 !important;
		max-width: 100% !important;
		overflow-wrap: anywhere !important;
		white-space: normal !important;
		width: 100% !important;
		word-break: normal;
	}

	.wqp-kicker,
	.wqtak-kicker,
	.wqp-section-kicker {
		font-size: 0.68rem;
		letter-spacing: 0.11em;
		white-space: normal;
	}

	.wqp-hero-lead,
	.wqtak-hero .wqtak-lead,
	.wqtak-lead {
		font-size: 0.98rem !important;
		line-height: 1.72 !important;
		max-width: 100% !important;
		overflow-wrap: anywhere !important;
		white-space: normal !important;
		width: 100% !important;
	}

	.wqp-hero-btns,
	.wqtak-actions,
	.wqtak-hero-docs,
	.wqp-cta-btns {
		gap: 10px;
	}

	.wqp-btn-white,
	.wqp-btn-ghost,
	.wqtak-btn,
	.wqtak-doc-btn,
	.wqp-cta-primary,
	.wqp-cta-secondary {
		min-height: 54px;
		padding-inline: 16px;
	}

	.wqp-stats-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wqp-stat {
		min-width: 0;
		padding: 20px 10px;
	}

	.wqp-stat strong {
		font-size: clamp(1.55rem, 7.4vw, 2.1rem);
		overflow-wrap: anywhere;
	}

	.wqp-stat span {
		font-size: 0.76rem;
		line-height: 1.35;
		overflow-wrap: anywhere;
		text-wrap: balance;
	}

	.wqp-section,
	.wqtak-section,
	.wqtak-showcase-section,
	.wqp-cta-band {
		padding-block: 58px;
	}

	.wqp-section-head,
	.wqtak-section-head {
		margin-bottom: 34px;
	}

	.wqp-section-head h2,
	.wqtak-section-head h2,
	.wqp-cta-band h2,
	.wqtak-showcase-copy h2 {
		font-size: clamp(2rem, 8vw, 2.8rem);
		line-height: 1.1;
	}

	.wqtak-system-grid,
	.wqtak-grid.three,
	.wqtak-grid.four,
	.wqtak-price-grid,
	.wqtak-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 561px) and (max-width: 768px) {
	.wqtak-hero {
		padding-block: 62px 72px;
	}

	.wqtak-hero-grid > :first-child,
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid > :first-child {
		margin-inline: auto !important;
		max-width: min(520px, calc(100vw - 88px)) !important;
		width: min(520px, calc(100vw - 88px)) !important;
	}

	.wqtak-hero h1,
	.wqtak-contact-hero h1 {
		font-size: clamp(2.05rem, 5.8vw, 2.2rem) !important;
		line-height: 1.14 !important;
		max-width: 100% !important;
	}

	.wqtak-hero .wqtak-lead,
	.wqtak-contact-hero .wqtak-lead {
		font-size: 1rem !important;
		line-height: 1.7 !important;
		max-width: min(470px, 100%) !important;
		width: min(470px, 100%) !important;
	}

	.wqtak-actions {
		max-width: min(420px, 100%);
	}
}

@media (max-width: 560px) {
	.wqtak-wrap {
		width: calc(100% - 36px);
	}

	.wqp-hero-inner,
	.wqtak-hero-grid > :first-child,
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid > :first-child,
	.wqtak-showcase-copy {
		max-width: min(330px, 100%) !important;
		width: min(330px, 100%) !important;
	}

	.wqp-hero h1,
	.wqtak-hero h1,
	.wqtak-hero-centered h1 {
		font-size: clamp(1.72rem, 7.4vw, 1.96rem) !important;
		line-height: 1.15 !important;
		max-width: 100% !important;
	}

	.wqp-hero-lead,
	.wqtak-hero .wqtak-lead,
	.wqtak-lead {
		font-size: 0.94rem !important;
		line-height: 1.68 !important;
		max-width: min(310px, 100%) !important;
		width: min(310px, 100%) !important;
	}

	.wqp-hero-lead,
	.wqtak-hero .wqtak-lead,
	.wqtak-lead,
	.wqtak-card p,
	.wqtak-card li,
	.wqtak-metric span {
		max-width: 100%;
	}

	.wqtak-card,
	.wqtak-metric {
		max-width: 100% !important;
		width: 100% !important;
	}

	.wqtak-system-card,
	.wqtak-price-card,
	.wqtak-team-card,
	.wqtak-contact-form-wrap {
		border-radius: 8px;
	}

	.wqtak-price-card,
	.wqtak-system-card {
		padding: 26px;
	}
}

@media (max-width: 600px) {
	.wqp-stats-strip {
		grid-template-columns: 1fr !important;
	}

	.wqp-stat {
		border-right: none !important;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.wqp-stat:first-child {
		border-top: none;
	}
}

/* Final mobile hero balance: keep inner-page copy/buttons centered and full width. */
@media (max-width: 768px) {
	.wqtak-hero .wqtak-wrap,
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid {
		box-sizing: border-box;
		margin-inline: auto !important;
		max-width: min(680px, calc(100vw - 36px)) !important;
		padding-inline: 0 !important;
		width: min(680px, calc(100vw - 36px)) !important;
	}

	.wqtak-hero-grid,
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		justify-items: center;
	}

	.wqtak-hero-grid > :first-child,
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid > :first-child {
		margin-inline: auto !important;
		max-width: min(560px, 100%) !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.wqtak-hero h1,
	.wqtak-contact-hero h1 {
		max-width: 100% !important;
		overflow-wrap: break-word !important;
		text-wrap: balance;
		width: 100% !important;
	}

	.wqtak-hero .wqtak-lead,
	.wqtak-contact-hero .wqtak-lead {
		max-width: 100% !important;
		width: 100% !important;
	}

	.wqtak-actions {
		max-width: 100% !important;
		width: 100% !important;
	}

	.wqtak-hero .wqtak-actions .wqtak-btn {
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media (max-width: 560px) {
	.wqtak-hero .wqtak-wrap,
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid {
		max-width: calc(100vw - 32px) !important;
		width: calc(100vw - 32px) !important;
	}

	.wqtak-hero-grid > :first-child,
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid > :first-child {
		max-width: 100% !important;
		width: 100% !important;
	}

	.wqtak-hero h1,
	.wqtak-contact-hero h1 {
		font-size: clamp(1.86rem, 7.7vw, 2.08rem) !important;
		line-height: 1.14 !important;
	}
}

/* Keep hero words intact; especially "transformation" on About. */
.wqtak-hero h1,
.wqtak-contact-hero h1 {
	hyphens: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

@media (min-width: 769px) and (max-width: 980px) {
	.page-id-2125 .wqtak-hero h1 {
		font-size: clamp(4rem, 7.9vw, 4.72rem) !important;
		line-height: 1.08 !important;
		max-width: 780px !important;
	}
}

@media (max-width: 560px) {
	.page-id-2125 .wqtak-hero h1 {
		font-size: clamp(1.72rem, 7vw, 1.9rem) !important;
		line-height: 1.16 !important;
		max-width: min(340px, 100%) !important;
		text-wrap: wrap;
	}
}

/* Mobile QA pass: prevent horizontal clipping without breaking words mid-letter. */
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

@media (max-width: 768px) {
	#wqtak-whatsapp,
	#back-to-top {
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	body.wqtak-footer-in-view #wqtak-whatsapp,
	body.wqtak-footer-in-view #back-to-top,
	body.wqtak-near-top #wqtak-whatsapp {
		opacity: 0;
		pointer-events: none;
		transform: translateY(14px);
	}

	.wqtak-clean-main {
		padding-bottom: 46px;
	}
}

@media (max-width: 560px) {
	.wqp-hero h1,
	.wqtak-hero h1,
	.wqtak-contact-hero h1,
	.wqtak-hero-centered h1 {
		font-size: clamp(1.56rem, 6.25vw, 1.78rem) !important;
		hyphens: none !important;
		line-height: 1.18 !important;
		max-width: 100% !important;
		overflow-wrap: normal !important;
		text-wrap: wrap !important;
		white-space: normal !important;
		width: 100% !important;
		word-break: normal !important;
	}

	.page-id-2125 .wqtak-hero h1,
	.wqtak-contact-hero h1 {
		font-size: clamp(1.48rem, 5.95vw, 1.68rem) !important;
		line-height: 1.2 !important;
	}

	.wqp-section-head,
	.wqtak-section-head,
	.wqtak-showcase-copy {
		box-sizing: border-box;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.wqp-section-head h2,
	.wqtak-section-head h2,
	.wqtak-showcase-copy h2,
	.wqp-cta-band h2 {
		font-size: clamp(1.82rem, 7.2vw, 2.18rem) !important;
		line-height: 1.16 !important;
		max-width: 100% !important;
		overflow-wrap: normal !important;
		text-wrap: wrap !important;
		white-space: normal !important;
		width: 100% !important;
		word-break: normal !important;
	}

	.wqp-hero-lead,
	.wqtak-hero .wqtak-lead,
	.wqtak-lead,
	.wqp-section-head p,
	.wqtak-section-head p,
	.wqtak-showcase-copy p {
		overflow-wrap: break-word !important;
		text-wrap: wrap !important;
		width: 100% !important;
	}
}

@media (max-width: 400px) {
	.wqp-hero h1,
	.wqtak-hero h1,
	.wqtak-contact-hero h1,
	.wqtak-hero-centered h1 {
		font-size: clamp(1.42rem, 6vw, 1.58rem) !important;
		line-height: 1.22 !important;
	}

	.wqp-section-head h2,
	.wqtak-section-head h2,
	.wqtak-showcase-copy h2,
	.wqp-cta-band h2 {
		font-size: clamp(1.68rem, 7vw, 1.96rem) !important;
	}
}

/* Font and mobile measure lock after removing unused parent fonts. */
.wqp-page,
.wqtak-modern,
.wqp-page :is(h1, h2, h3, h4, h5, h6, p, a, span, strong, li, button),
.wqtak-modern :is(h1, h2, h3, h4, h5, h6, p, a, span, strong, li, button) {
	font-family: "Plus Jakarta Sans", Inter, "Segoe UI", Arial, sans-serif !important;
}

@media (max-width: 560px) {
	.wqp-hero-inner,
	.wqtak-hero .wqtak-wrap.wqtak-hero-grid,
	.wqtak-contact-hero .wqtak-wrap.wqtak-hero-grid {
		margin-inline: auto !important;
		max-width: calc(100% - 32px) !important;
		width: calc(100% - 32px) !important;
	}

	.wqp-hero h1,
	.wqtak-hero h1,
	.wqtak-contact-hero h1,
	.wqtak-hero-centered h1 {
		display: block !important;
		max-inline-size: min(21ch, 100%) !important;
		max-width: min(21ch, 100%) !important;
	}

	.wqtak-contact-hero h1 {
		max-inline-size: min(22ch, 100%) !important;
		max-width: min(22ch, 100%) !important;
	}

	.wqp-hero-lead,
	.wqtak-hero .wqtak-lead,
	.wqtak-lead {
		display: block !important;
		font-size: 0.9rem !important;
		line-height: 1.66 !important;
		max-inline-size: min(34ch, 100%) !important;
		max-width: min(34ch, 100%) !important;
		overflow-wrap: break-word !important;
		white-space: normal !important;
		width: min(34ch, 100%) !important;
	}

	.wqp-section-head h2,
	.wqtak-section-head h2,
	.wqtak-showcase-copy h2,
	.wqp-cta-band h2 {
		max-inline-size: min(15ch, 100%) !important;
		max-width: min(15ch, 100%) !important;
		margin-inline: auto;
	}

	.wqp-hero h1,
	.wqtak-hero h1,
	.wqtak-contact-hero h1,
	.wqtak-hero-centered h1 {
		max-inline-size: min(320px, 100%) !important;
		max-width: min(320px, 100%) !important;
		width: min(320px, 100%) !important;
	}

	.page-id-2125 .wqtak-hero h1 {
		max-inline-size: min(330px, 100%) !important;
		max-width: min(330px, 100%) !important;
		width: min(330px, 100%) !important;
	}

	.wqtak-contact-hero h1 {
		max-inline-size: min(304px, 100%) !important;
		max-width: min(304px, 100%) !important;
		width: min(304px, 100%) !important;
	}

	.wqp-section-head h2,
	.wqtak-section-head h2,
	.wqtak-showcase-copy h2,
	.wqp-cta-band h2 {
		max-inline-size: min(320px, 100%) !important;
		max-width: min(320px, 100%) !important;
		width: min(320px, 100%) !important;
	}

	.wqtak-contact-panel-flow p,
	.wqtak-contact-panel-flow strong,
	.wqtak-contact-panel-actions a,
	.wqtak-contact-panel-actions span {
		max-width: 100% !important;
		overflow-wrap: anywhere !important;
		white-space: normal !important;
		word-break: break-word !important;
	}

	.wqtak-contact-hero-panel {
		padding-inline: 18px !important;
	}

	.wqtak-contact-panel-flow div {
		box-sizing: border-box;
		display: block !important;
		max-width: 100% !important;
		overflow: visible !important;
		width: 100% !important;
	}

	.wqtak-contact-panel-flow p {
		font-size: 0.84rem !important;
		line-height: 1.55 !important;
		max-inline-size: min(260px, 100%) !important;
		max-width: min(260px, 100%) !important;
		width: min(260px, 100%) !important;
	}
}

@media (max-width: 400px) {
	.wqp-hero h1,
	.wqtak-hero h1,
	.wqtak-contact-hero h1,
	.wqtak-hero-centered h1 {
		max-inline-size: min(302px, 100%) !important;
		max-width: min(302px, 100%) !important;
		width: min(302px, 100%) !important;
	}

	.page-id-2125 .wqtak-hero h1 {
		max-inline-size: min(326px, 100%) !important;
		max-width: min(326px, 100%) !important;
		width: min(326px, 100%) !important;
	}

	.wqtak-contact-hero h1 {
		max-inline-size: min(292px, 100%) !important;
		max-width: min(292px, 100%) !important;
		width: min(292px, 100%) !important;
	}

	.wqp-section-head h2,
	.wqtak-section-head h2,
	.wqtak-showcase-copy h2,
	.wqp-cta-band h2 {
		max-inline-size: min(306px, 100%) !important;
		max-width: min(306px, 100%) !important;
		width: min(306px, 100%) !important;
	}
}

/* Deep mobile pass: keep every card, paragraph, and action inside a comfortable rail. */
@media (max-width: 560px) {
	.wqp-section > .wqtak-wrap,
	.wqtak-section > .wqtak-wrap,
	.wqtak-showcase-section > .wqtak-wrap,
	.wqp-cta-band > .wqtak-wrap {
		box-sizing: border-box !important;
		margin-inline: auto !important;
		max-width: calc(100vw - 56px) !important;
		padding-inline: 0 !important;
		width: calc(100vw - 56px) !important;
	}

	.wqtak-system-grid,
	.wqtak-grid,
	.wqtak-grid.three,
	.wqtak-grid.four,
	.wqtak-price-grid,
	.wqtak-contact-grid,
	.wqtak-team-grid,
	.wqp-grid {
		box-sizing: border-box !important;
		display: grid !important;
		gap: 20px !important;
		grid-template-columns: 1fr !important;
		margin-inline: auto !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: visible !important;
		width: 100% !important;
	}

	.wqtak-system-card,
	.wqtak-card,
	.wqtak-price-card,
	.wqtak-contact-card,
	.wqtak-team-card,
	.wqp-card,
	.wqtak-contact-form-wrap {
		box-sizing: border-box !important;
		margin-inline: auto !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: hidden !important;
		padding: 24px 22px !important;
		width: 100% !important;
	}

	.wqtak-price-card.featured {
		padding: 26px 22px !important;
	}

	.wqtak-system-card *,
	.wqtak-card *,
	.wqtak-price-card *,
	.wqtak-contact-card *,
	.wqtak-team-card *,
	.wqp-card *,
	.wqtak-contact-form-wrap * {
		max-width: 100%;
		min-width: 0;
	}

	.wqtak-system-card h3,
	.wqtak-card h3,
	.wqtak-price-card h3,
	.wqtak-contact-card h3,
	.wqtak-team-card h3,
	.wqp-card h3 {
		overflow-wrap: normal !important;
		white-space: normal !important;
		word-break: normal !important;
	}

	.wqtak-system-card p,
	.wqtak-card p,
	.wqtak-card li,
	.wqtak-price-card p,
	.wqtak-price-card li,
	.wqtak-contact-card p,
	.wqtak-contact-card a,
	.wqtak-team-card p,
	.wqp-card p,
	.wqp-card li {
		overflow-wrap: break-word !important;
		white-space: normal !important;
		word-break: normal !important;
	}

	.wqtak-card-btn,
	.wqtak-price-card .wqtak-card-btn,
	.wqp-btn-white,
	.wqp-btn-ghost,
	.wqp-cta-primary,
	.wqp-cta-secondary {
		box-sizing: border-box !important;
		margin-inline: auto !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.wqp-section-head,
	.wqtak-section-head,
	.wqtak-team-head {
		margin-inline: auto !important;
		max-width: calc(100vw - 56px) !important;
		width: calc(100vw - 56px) !important;
	}

	.wqp-section-head p,
	.wqtak-section-head .wqtak-lead,
	.wqtak-team-head .wqtak-lead,
	.wqtak-showcase-copy .wqtak-lead {
		margin-inline: auto !important;
		max-width: min(30ch, 100%) !important;
		width: min(30ch, 100%) !important;
	}
}

/* Mobile rail tightening: visible breathing room around every content card. */
@media (max-width: 560px) {
	.wqp-section > .wqtak-wrap,
	.wqtak-section > .wqtak-wrap,
	.wqtak-showcase-section > .wqtak-wrap,
	.wqp-cta-band > .wqtak-wrap,
	.wqp-section-head,
	.wqtak-section-head,
	.wqtak-team-head {
		max-width: min(330px, calc(100vw - 48px)) !important;
		width: min(330px, calc(100vw - 48px)) !important;
	}

	.wqtak-system-card,
	.wqtak-card,
	.wqtak-price-card,
	.wqtak-contact-card,
	.wqtak-team-card,
	.wqp-card,
	.wqtak-contact-form-wrap {
		max-width: min(330px, 100%) !important;
		width: min(330px, 100%) !important;
	}

	.wqtak-system-card p,
	.wqtak-card p,
	.wqtak-card li,
	.wqtak-price-card p,
	.wqtak-price-card li,
	.wqtak-contact-card p,
	.wqtak-contact-card a,
	.wqtak-team-card p,
	.wqp-card p,
	.wqp-card li {
		font-size: 0.92rem !important;
		line-height: 1.68 !important;
	}
}
