/* WSL THEME VERSION 1.2.1 - LOGO VISIBILITY + SERVICE CARD UX FIX */
/* =========================================================================
   WSL Smart Logistics — main stylesheet
   Brand: Cairo type; red #b22e33, burgundy #290000, gray #939598,
   white #ffffff, dark #0b0b0b. Built to match WSL-Design-Option-Final.
   ========================================================================= */

/* Smooth in-page scrolling to the Contact CTA (disabled for reduced motion). */
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

:root {
	--wsl-red: #b22e33;
	--wsl-red-dark: #8f2429;
	--wsl-burgundy: #290000;
	--wsl-gray: #939598;
	--wsl-gray-light: #e6e7e8;
	--wsl-dark: #0b0b0b;
	--wsl-white: #ffffff;
	--wsl-ink: #1b1b1d;
	--wsl-muted: #5d5f63;
	--wsl-bg-soft: #f6f7f8;
	--wsl-container: 1200px;
	--wsl-radius: 14px;
	--wsl-radius-sm: 10px;
	--wsl-shadow: 0 18px 45px rgba(11, 11, 11, 0.10);
	--wsl-shadow-sm: 0 8px 22px rgba(11, 11, 11, 0.08);
	--wsl-header-h: 96px;
}

/* ---------- Base ---------- */
body {
	font-family: "Cairo", "Segoe UI", Tahoma, sans-serif;
	color: var(--wsl-ink);
	background: var(--wsl-white);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--wsl-red);
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
	line-height: 1.2;
	font-weight: 800;
}

p {
	margin: 0 0 1rem;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wsl-container {
	width: 100%;
	max-width: var(--wsl-container);
	margin: 0 auto;
	padding: 0 24px;
}

.wsl-icon {
	display: inline-block;
	vertical-align: middle;
	flex: 0 0 auto;
}

.wsl-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--wsl-red);
	color: #fff;
	padding: 10px 16px;
	z-index: 1000;
	border-radius: 0 0 8px 0;
}
.wsl-skip-link:focus {
	left: 0;
}

/* ---------- Buttons ---------- */
.wsl-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	border: 1.6px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
	line-height: 1;
}
.wsl-btn:hover {
	transform: translateY(-1px);
}
/* Button icons always follow the button's text colour (white on red). */
.wsl-btn .wsl-icon {
	stroke: currentColor;
}
.wsl-btn--lg {
	padding: 16px 30px;
	font-size: 1.06rem;
}
.wsl-btn:focus-visible,
.wsl-header__menu-toggle:focus-visible,
.wsl-hero__thumb-btn:focus-visible,
.wsl-carousel__nav:focus-visible,
.wsl-carousel__dot:focus-visible,
.wsl-social-card__link:focus-visible {
	outline: 3px solid rgba(178, 46, 51, 0.55);
	outline-offset: 2px;
}
.wsl-btn--primary {
	background: var(--wsl-red);
	color: #fff;
	border-color: var(--wsl-red);
	box-shadow: 0 10px 24px rgba(178, 46, 51, 0.28);
}
.wsl-btn--primary:hover {
	background: var(--wsl-red-dark);
	border-color: var(--wsl-red-dark);
	color: #fff;
}
.wsl-btn--ghost {
	background: transparent;
	color: var(--wsl-ink);
	border-color: var(--wsl-gray-light);
}
.wsl-btn--ghost:hover {
	border-color: var(--wsl-red);
	color: var(--wsl-red);
}
.wsl-btn--outline-light {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}
.wsl-btn--outline-light:hover {
	background: #fff;
	color: var(--wsl-burgundy);
	border-color: #fff;
}
.wsl-btn--block {
	width: 100%;
	justify-content: center;
	padding: 17px 22px;
	font-size: 1.02rem;
}

/* ---------- Shared section bits ---------- */
.wsl-section-head {
	margin-bottom: 38px;
}
.wsl-section-head--center {
	text-align: center;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.wsl-section-title {
	font-size: clamp(1.6rem, 1.1rem + 1.6vw, 2.3rem);
	letter-spacing: 0.04em;
	color: var(--wsl-burgundy);
	text-transform: uppercase;
}
.wsl-section-title--light {
	color: #fff;
}
.wsl-eyebrow {
	display: inline-block;
	font-size: clamp(1.4rem, 1rem + 1.4vw, 2rem);
	font-weight: 800;
	letter-spacing: 0.05em;
	color: var(--wsl-burgundy);
	text-transform: uppercase;
}
.wsl-section-rule {
	display: block;
	width: 64px;
	height: 4px;
	border-radius: 4px;
	background: var(--wsl-red);
	margin: 14px 0 18px;
}
.wsl-section-rule--center {
	margin-left: auto;
	margin-right: auto;
}
.wsl-section-rule--light {
	background: var(--wsl-red);
}
.wsl-section-intro {
	color: var(--wsl-muted);
	font-size: 1.05rem;
	margin: 0 auto;
}

/* Offset in-page anchor jumps so they clear the sticky header. */
#wsl-hero,
#wsl-facts,
#wsl-about,
#wsl-services,
#wsl-testimonials,
#wsl-partners,
#wsl-social,
#wsl-contact {
	scroll-margin-top: calc(var(--wsl-header-h) + 12px);
}

/* ---------- Header ---------- */
.wsl-header {
	position: sticky;
	top: 0;
	z-index: 900;
	background: var(--wsl-white);
	border-bottom: 3px solid var(--wsl-red);
	box-shadow: 0 2px 14px rgba(11, 11, 11, 0.05);
}
.wsl-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--wsl-header-h);
	gap: 24px;
}
.wsl-header__brand {
	display: flex;
	align-items: center;
	line-height: 0;
}
.wsl-header__logo {
	display: inline-flex;
	align-items: center;
}
/* Logo is sized by WIDTH (the trimmed PNG has no transparent padding), so it
   reads at a confident size and is never shrunk by a stray max-height. */
.wsl-header__logo img {
	display: block;
	width: 148px;
	height: auto;
	max-height: none;
}
.wsl-header__nav {
	display: flex;
	align-items: center;
	gap: 14px;
}
.wsl-header__cta {
	font-size: 1rem;
}
.wsl-header__menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1.6px solid var(--wsl-gray-light);
	border-radius: 12px;
	background: #fff;
	color: var(--wsl-burgundy);
	cursor: pointer;
}
.wsl-header__menu-toggle:hover {
	border-color: var(--wsl-red);
	color: var(--wsl-red);
}

.wsl-mobile-menu {
	border-top: 1px solid var(--wsl-gray-light);
	background: #fff;
}
.wsl-mobile-menu__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	padding: 16px 0;
}
.wsl-mobile-menu__list a {
	color: var(--wsl-ink);
	font-weight: 600;
}
.wsl-mobile-menu__list a:hover {
	color: var(--wsl-red);
}

/* ---------- Hero (full-bleed, rotating visual) ---------- */
.wsl-hero {
	position: relative;
	color: #fff;
	overflow: hidden;
	background: var(--wsl-burgundy);
	isolation: isolate;
}
/* Rotating background image layers. */
.wsl-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}
.wsl-hero__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transition: opacity 1s ease;
	will-change: opacity;
}
.wsl-hero__slide.is-active {
	opacity: 1;
}
/* Burgundy/black scrim: strong on the left for text, lighter on the right. */
.wsl-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(13, 3, 4, 0.94) 0%, rgba(20, 4, 6, 0.80) 40%, rgba(20, 4, 6, 0.42) 72%, rgba(20, 4, 6, 0.20) 100%),
		linear-gradient(0deg, rgba(11, 11, 11, 0.85) 0%, rgba(11, 11, 11, 0.10) 45%),
		radial-gradient(circle at 82% 22%, rgba(178, 46, 51, 0.28), transparent 55%);
}
.wsl-hero__inner {
	position: relative;
	z-index: 2;
	min-height: 640px;
	display: flex;
	flex-direction: column;
	padding: 100px 24px 68px;
}
/* Auto margins: content sits in the upper-middle, thumbs pin to the bottom. */
.wsl-hero__content {
	max-width: 620px;
	margin-top: auto;
	margin-bottom: 40px;
}
.wsl-hero__label {
	display: inline-block;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
	background: var(--wsl-red);
	padding: 8px 18px;
	border-radius: 999px;
	margin-bottom: 24px;
	box-shadow: 0 8px 20px rgba(178, 46, 51, 0.35);
}
.wsl-hero__headline {
	font-size: clamp(2.1rem, 1.2rem + 3.6vw, 3.5rem);
	font-weight: 800;
	line-height: 1.12;
	margin-bottom: 22px;
	max-width: 20ch;
	text-wrap: balance;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.wsl-hero__accent {
	color: var(--wsl-red);
	white-space: nowrap;
}
.wsl-hero__support {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.1rem;
	line-height: 1.75;
	max-width: 560px;
	margin-bottom: 34px;
	text-shadow: 0 1px 16px rgba(0, 0, 0, 0.35);
}
.wsl-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
/* Thumbnails: integrated into the bottom of the hero, not a separate strip. */
.wsl-hero__thumbs {
	margin-top: auto;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}
.wsl-hero__thumb-btn {
	position: relative;
	display: block;
	width: 122px;
	height: 74px;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.32);
	border-radius: var(--wsl-radius-sm);
	overflow: hidden;
	cursor: pointer;
	background: #000;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.wsl-hero__thumb-btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.55;
	transition: opacity 0.2s ease;
}
.wsl-hero__thumb-btn:hover {
	transform: translateY(-2px);
}
.wsl-hero__thumb-btn:hover img {
	opacity: 0.85;
}
.wsl-hero__thumb-btn.is-active {
	border-color: var(--wsl-red);
	box-shadow: 0 0 0 2px rgba(178, 46, 51, 0.45), 0 10px 22px rgba(0, 0, 0, 0.4);
}
.wsl-hero__thumb-btn.is-active img {
	opacity: 1;
}
.wsl-hero__thumb-num {
	position: absolute;
	top: 6px;
	left: 9px;
	font-size: 0.82rem;
	font-weight: 800;
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

/* ---------- WSL in Facts ---------- */
.wsl-facts {
	background: var(--wsl-white);
	margin-top: -40px;
	position: relative;
	z-index: 5;
}
.wsl-facts__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	background: #fff;
	border: 1px solid var(--wsl-gray-light);
	border-radius: var(--wsl-radius);
	box-shadow: var(--wsl-shadow);
	padding: 30px 24px;
}
.wsl-fact {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	padding: 6px 10px;
	border-right: 1px solid var(--wsl-gray-light);
}
.wsl-fact:last-child {
	border-right: none;
}
.wsl-fact__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(178, 46, 51, 0.08);
	margin-bottom: 6px;
}
.wsl-fact__value {
	font-size: 2.1rem;
	font-weight: 800;
	color: var(--wsl-burgundy);
	line-height: 1.1;
}
.wsl-fact__label {
	font-size: 1.02rem;
	font-weight: 600;
	color: var(--wsl-muted);
}

/* ---------- About ---------- */
.wsl-about {
	padding: 80px 0;
}
.wsl-about__inner {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 50px;
	align-items: center;
}
.wsl-about__media img {
	width: 100%;
	max-height: 460px;
	border-radius: var(--wsl-radius);
	box-shadow: var(--wsl-shadow);
	object-fit: cover;
}
.wsl-about__text {
	color: var(--wsl-muted);
	font-size: 1.08rem;
	line-height: 1.75;
	margin-bottom: 1.05rem;
}

/* ---------- Services ---------- */
.wsl-services {
	padding: 80px 0;
	background: var(--wsl-bg-soft);
}
.wsl-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.wsl-service-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--wsl-gray-light);
	border-radius: var(--wsl-radius);
	padding: 34px 30px;
	box-shadow: var(--wsl-shadow-sm);
	/* Informational cards: not interactive. The card stays physically still. */
	cursor: default;
	transition: border-color 0.2s ease;
}
/* Only a very light border tint on hover — no movement, no button affordance. */
.wsl-service-card:hover {
	border-color: #e0c9ca;
}
.wsl-service-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 14px;
	background: rgba(178, 46, 51, 0.08);
	margin-bottom: 18px;
}
.wsl-service-card__title {
	font-size: 1.24rem;
	color: var(--wsl-burgundy);
	margin-bottom: 12px;
	line-height: 1.3;
}
.wsl-service-card__desc {
	color: var(--wsl-muted);
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0;
}
/* Decorative icon inside the informational card — no click affordance. */
.wsl-service-card__icon {
	pointer-events: none;
}

/* ---------- Testimonials ---------- */
.wsl-testimonials {
	padding: 80px 0;
	background: #fff;
}
.wsl-carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 940px;
	margin: 0 auto;
}
.wsl-carousel__viewport {
	flex: 1;
	overflow: hidden;
}
.wsl-carousel__track {
	position: relative;
}
.wsl-testimonial {
	display: none;
	background: var(--wsl-bg-soft);
	border: 1px solid var(--wsl-gray-light);
	border-radius: var(--wsl-radius);
	padding: 46px 50px;
	box-shadow: var(--wsl-shadow-sm);
	text-align: center;
}
.wsl-testimonial.is-active {
	display: block;
	animation: wsl-fade 0.4s ease;
}
@keyframes wsl-fade {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: translateY(0); }
}
.wsl-testimonial__quote-mark {
	display: inline-flex;
	margin-bottom: 8px;
}
.wsl-testimonial__quote {
	margin: 0 0 24px;
	font-size: 1.12rem;
	color: var(--wsl-ink);
	line-height: 1.75;
	font-style: italic;
}
.wsl-testimonial__name {
	font-weight: 800;
	color: var(--wsl-burgundy);
	margin: 0;
}
.wsl-testimonial__role,
.wsl-testimonial__org {
	margin: 2px 0 0;
	font-size: 0.92rem;
	color: var(--wsl-muted);
}
.wsl-carousel__nav {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1.6px solid var(--wsl-gray-light);
	background: #fff;
	color: var(--wsl-red);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.wsl-carousel__nav:hover {
	background: var(--wsl-red);
	border-color: var(--wsl-red);
}
.wsl-carousel__nav:hover .wsl-icon {
	stroke: #fff;
}
.wsl-carousel__dots {
	position: absolute;
	bottom: -34px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}
.wsl-carousel__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: var(--wsl-gray-light);
	cursor: pointer;
	padding: 0;
	transition: background 0.2s ease, transform 0.2s ease;
}
.wsl-carousel__dot.is-active {
	background: var(--wsl-red);
	transform: scale(1.2);
}

/* ---------- Clients & Partners ---------- */
.wsl-partners {
	padding: 80px 0;
	background: var(--wsl-bg-soft);
}
.wsl-partners__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.wsl-partner-card {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid var(--wsl-gray-light);
	border-radius: var(--wsl-radius);
	box-shadow: var(--wsl-shadow-sm);
	padding: 28px 24px;
	min-height: 130px;
}
.wsl-partner-card__logo {
	max-height: 78px;
	width: auto;
	object-fit: contain;
	filter: none;
}
.wsl-partner-card__placeholder {
	text-align: center;
	font-weight: 700;
	color: var(--wsl-muted);
	font-size: 0.95rem;
}
.wsl-partner-card__placeholder small {
	display: block;
	font-weight: 500;
	font-size: 0.78rem;
	color: var(--wsl-gray);
}

/* ---------- WSL in Social ---------- */
.wsl-social {
	padding: 80px 0;
	background: #fff;
}
.wsl-social__account {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-content: center;
	margin-bottom: 30px;
}
.wsl-social__avatar img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid var(--wsl-gray-light);
	object-fit: contain;
	background: #fff;
	padding: 4px;
}
.wsl-social__account-name {
	display: block;
	font-weight: 800;
	color: var(--wsl-burgundy);
}
.wsl-social__account-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.85rem;
	color: var(--wsl-muted);
}
.wsl-social__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.wsl-social-card {
	background: #fff;
	border: 1px solid var(--wsl-gray-light);
	border-radius: var(--wsl-radius);
	box-shadow: var(--wsl-shadow-sm);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.wsl-social-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
}
.wsl-social-card__avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--wsl-gray-light);
	object-fit: contain;
	background: #fff;
	padding: 3px;
}
.wsl-social-card__head-meta {
	flex: 1;
	min-width: 0;
}
.wsl-social-card__name {
	display: block;
	font-weight: 700;
	color: var(--wsl-ink);
	font-size: 0.95rem;
}
.wsl-social-card__sub {
	display: block;
	font-size: 0.8rem;
	color: var(--wsl-muted);
}
.wsl-social-card__media {
	display: block;
	background: #000;
}
.wsl-social-card__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.wsl-social-card__foot {
	padding: 14px 16px;
	border-top: 1px solid var(--wsl-gray-light);
	margin-top: auto;
}
.wsl-social-card__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	color: var(--wsl-red);
	font-size: 0.9rem;
}
.wsl-social-card__link--disabled {
	color: var(--wsl-gray);
	cursor: default;
}

/* ---------- Contact ---------- */
.wsl-contact {
	padding: 84px 0;
	background-color: var(--wsl-burgundy);
	background-size: cover;
	background-position: center;
	color: #fff;
}
.wsl-contact__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}
.wsl-contact__text {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.06rem;
	line-height: 1.75;
}
.wsl-contact__details {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	font-size: 1.02rem;
}
.wsl-contact__details li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, 0.92);
}
.wsl-contact__details a {
	color: #fff;
}
.wsl-contact__details a:hover {
	color: var(--wsl-red);
}
.wsl-contact__ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	flex: 0 0 auto;
}

.wsl-contact__form-wrap {
	position: relative;
	background: linear-gradient(180deg, rgba(20, 6, 8, 0.72), rgba(10, 10, 10, 0.66));
	border: 1.5px solid rgba(178, 46, 51, 0.9);
	border-radius: var(--wsl-radius);
	padding: 36px 34px;
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(3px);
}
/* Red accent bar across the top of the form card. */
.wsl-contact__form-wrap::before {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	top: 0;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: var(--wsl-red);
}
.wsl-form__field {
	margin: 0 0 20px;
}
.wsl-form__label {
	display: block;
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 9px;
}
.wsl-form__control {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--wsl-radius-sm);
	padding: 0 14px;
	color: #fff;
	transition: border-color 0.2s ease, background 0.2s ease;
}
.wsl-form__control:focus-within {
	border-color: var(--wsl-red);
	background: rgba(255, 255, 255, 0.1);
}
.wsl-form__control--textarea {
	align-items: flex-start;
	padding-top: 12px;
}
.wsl-form__ic {
	color: var(--wsl-red);
	display: inline-flex;
	padding-top: 0;
}
.wsl-form__control--textarea .wsl-form__ic {
	padding-top: 2px;
}
.wsl-form__control input,
.wsl-form__control textarea {
	flex: 1;
	width: 100%;
	border: none;
	background: transparent;
	color: #fff;
	font-family: inherit;
	font-size: 1rem;
	padding: 16px 0;
	outline: none;
	resize: vertical;
}
.wsl-form__control input::placeholder,
.wsl-form__control textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.wsl-form__submit {
	margin: 22px 0 0;
}
.wsl-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.wsl-form-notice {
	border-radius: var(--wsl-radius-sm);
	padding: 14px 18px;
	margin: 0 0 18px;
	font-weight: 600;
}
.wsl-form-notice--success {
	background: rgba(46, 160, 87, 0.16);
	border: 1px solid rgba(46, 160, 87, 0.6);
	color: #d6ffe2;
}
.wsl-form-notice--error {
	background: rgba(178, 46, 51, 0.18);
	border: 1px solid rgba(178, 46, 51, 0.7);
	color: #ffd9db;
}

/* Style Contact Form 7 to match the dark form when the plugin is active. */
.wsl-contact__form-wrap .wpcf7-form p {
	margin: 0 0 16px;
}
.wsl-contact__form-wrap .wpcf7-form label {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	font-weight: 600;
}
.wsl-contact__form-wrap .wpcf7-form input[type="text"],
.wsl-contact__form-wrap .wpcf7-form input[type="email"],
.wsl-contact__form-wrap .wpcf7-form input[type="tel"],
.wsl-contact__form-wrap .wpcf7-form textarea {
	width: 100%;
	margin-top: 7px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--wsl-radius-sm);
	color: #fff;
	font-family: inherit;
	font-size: 0.98rem;
	padding: 13px 14px;
	outline: none;
}
.wsl-contact__form-wrap .wpcf7-form input:focus,
.wsl-contact__form-wrap .wpcf7-form textarea:focus {
	border-color: var(--wsl-red);
}
.wsl-contact__form-wrap .wpcf7-form input[type="submit"] {
	background: var(--wsl-red);
	color: #fff;
	border: none;
	border-radius: 999px;
	font-weight: 700;
	font-size: 1.02rem;
	padding: 17px 26px;
	cursor: pointer;
	width: 100%;
	margin-top: 8px;
}
.wsl-contact__form-wrap .wpcf7-form input[type="submit"]:hover {
	background: var(--wsl-red-dark);
}

/* ---------- Footer ---------- */
.wsl-footer {
	background: var(--wsl-dark);
	color: rgba(255, 255, 255, 0.75);
}
.wsl-footer__inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
	gap: 40px;
	padding: 56px 24px 40px;
}
.wsl-footer__logo {
	display: block;
	width: 190px;
	height: auto;
	max-height: none;
	margin-bottom: 18px;
}
.wsl-footer__heading {
	color: #fff;
	font-size: 1.12rem;
	margin-bottom: 18px;
}
.wsl-footer__links li,
.wsl-footer__contact li {
	margin-bottom: 12px;
}
.wsl-footer__links a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
}
.wsl-footer__links a:hover {
	color: var(--wsl-red);
}
.wsl-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.98rem;
}
.wsl-footer__contact a {
	color: rgba(255, 255, 255, 0.85);
}
.wsl-footer__contact a:hover {
	color: var(--wsl-red);
}
.wsl-footer__bar {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 18px 0;
}
.wsl-footer__copyright {
	margin: 0;
	text-align: center;
	font-size: 0.94rem;
	color: rgba(255, 255, 255, 0.65);
}

/* =========================================================================
   Responsive
   Breakpoints: 1200 (ease) · 1024 (narrow desktop / landscape tablet)
                900 · 768 (tablet portrait) · 480 (mobile)
   ========================================================================= */

/* ---- <= 1200px : ease the full desktop layout ---- */
@media (max-width: 1200px) {
	.wsl-hero__inner {
		min-height: 600px;
		padding: 90px 24px 64px;
	}
	.wsl-facts__grid {
		gap: 16px;
	}
	.wsl-services__grid {
		gap: 20px;
	}
	.wsl-footer__inner {
		gap: 32px;
	}
}

/* ---- <= 1024px : narrow desktop / landscape tablet ---- */
@media (max-width: 1024px) {
	/* Header: keep logo + primary CTA + menu. */
	.wsl-header__inner {
		min-height: 86px;
	}
	.wsl-header__logo img {
		width: 126px;
	}

	/* Hero: shorter cinematic band, thumbs stay integrated at the bottom. */
	.wsl-hero__inner {
		min-height: 540px;
		padding: 76px 24px 36px;
	}
	.wsl-hero__content {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.wsl-hero__headline {
		font-size: clamp(2rem, 1.4rem + 2.8vw, 2.9rem);
		max-width: 22ch;
	}
	.wsl-hero__support {
		max-width: 640px;
		font-size: 1.06rem;
	}
	.wsl-hero__thumb-btn {
		width: 110px;
		height: 66px;
	}

	/* Facts: strong 2x2 of premium proof cards. */
	.wsl-facts {
		margin-top: 0;
		padding: 44px 0;
	}
	.wsl-facts__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
		background: transparent;
		border: none;
		box-shadow: none;
		padding: 0;
	}
	.wsl-fact,
	.wsl-fact:last-child {
		border: 1px solid var(--wsl-gray-light);
		border-radius: 16px;
		background: #fff;
		box-shadow: var(--wsl-shadow-sm);
		padding: 28px 22px;
		gap: 8px;
	}
	.wsl-fact__value {
		font-size: 2.3rem;
	}
	.wsl-fact__label {
		font-size: 1.05rem;
	}

	/* About: contained image + breathing room. */
	.wsl-about {
		padding: 64px 0;
	}
	.wsl-about__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}
	.wsl-about__media {
		max-width: 660px;
		margin: 0 auto;
		width: 100%;
	}
	.wsl-about__media img {
		max-height: 360px;
	}

	/* Services: readable 2-up. */
	.wsl-services {
		padding: 64px 0;
	}
	.wsl-services__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	/* Testimonials + Partners. */
	.wsl-testimonials {
		padding: 64px 0;
	}
	.wsl-partners {
		padding: 64px 0;
	}
	.wsl-partners__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px;
	}
	.wsl-partner-card {
		min-height: 150px;
	}

	/* Social: large cards in a horizontal scroller
	   (no tiny 2-up, no orphaned third card). */
	.wsl-social {
		padding: 64px 0;
	}
	.wsl-social__grid {
		grid-auto-flow: column;
		grid-auto-columns: minmax(300px, 66%);
		grid-template-columns: none;
		gap: 20px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		padding-bottom: 12px;
	}
	.wsl-social-card {
		scroll-snap-align: start;
	}

	/* Contact single column. */
	.wsl-contact {
		padding: 64px 0;
	}
	.wsl-contact__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	.wsl-contact__form-wrap {
		padding: 30px 26px;
	}

	/* Footer 2x2. */
	.wsl-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
}

/* ---- <= 900px ---- */
@media (max-width: 900px) {
	.wsl-section-head {
		margin-bottom: 30px;
	}
	.wsl-hero__inner {
		min-height: 520px;
	}
	.wsl-hero__thumb-btn {
		width: 104px;
		height: 62px;
	}
	.wsl-services__grid {
		gap: 20px;
	}
	.wsl-social__grid {
		grid-auto-columns: minmax(280px, 72%);
	}
}

/* ---- <= 768px : tablet portrait ---- */
@media (max-width: 768px) {
	.wsl-container {
		padding: 0 20px;
	}
	.wsl-header__logo img {
		width: 118px;
	}

	.wsl-hero__inner {
		min-height: 500px;
		padding: 62px 20px 32px;
	}
	.wsl-hero__content {
		margin-bottom: 32px;
	}
	.wsl-hero__actions {
		gap: 12px;
	}
	.wsl-hero__actions .wsl-btn {
		justify-content: center;
	}
	.wsl-hero__thumbs {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
	}
	.wsl-hero__thumb-btn {
		flex: 0 0 auto;
	}

	.wsl-fact__value {
		font-size: 2.1rem;
	}

	/* Services collapse to a single readable column. */
	.wsl-services__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.wsl-service-card {
		padding: 30px 26px;
	}

	/* Testimonials: arrows hug the card edges. */
	.wsl-carousel {
		gap: 0;
	}
	.wsl-carousel__nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
		background: #fff;
		box-shadow: var(--wsl-shadow-sm);
	}
	.wsl-carousel__nav--prev {
		left: -6px;
	}
	.wsl-carousel__nav--next {
		right: -6px;
	}
	.wsl-testimonial {
		padding: 38px 40px;
	}

	.wsl-contact__form-wrap {
		padding: 28px 22px;
	}
}

/* ---- <= 480px : mobile ---- */
@media (max-width: 480px) {
	.wsl-container {
		padding: 0 16px;
	}

	/* Header: compact, primary CTA becomes icon-only. */
	.wsl-header__logo img {
		width: 102px;
	}
	.wsl-header__nav .wsl-header__cta span {
		display: none;
	}
	.wsl-header__nav .wsl-header__cta {
		padding: 11px 13px;
	}

	.wsl-hero__inner {
		min-height: 460px;
		padding: 48px 16px 26px;
	}
	.wsl-hero__content {
		margin-bottom: 28px;
	}
	.wsl-hero__headline {
		font-size: clamp(1.7rem, 1.2rem + 4vw, 2.2rem);
	}
	.wsl-hero__accent {
		white-space: normal;
	}
	.wsl-hero__actions {
		flex-direction: column;
	}
	.wsl-hero__actions .wsl-btn {
		width: 100%;
	}
	.wsl-hero__thumb-btn {
		width: 94px;
		height: 58px;
	}

	.wsl-facts {
		padding: 36px 0;
	}
	.wsl-facts__grid {
		gap: 12px;
	}
	.wsl-fact,
	.wsl-fact:last-child {
		padding: 20px 14px;
	}
	.wsl-fact__value {
		font-size: 1.85rem;
	}
	.wsl-fact__label {
		font-size: 0.98rem;
	}

	.wsl-about,
	.wsl-services,
	.wsl-testimonials,
	.wsl-partners,
	.wsl-social {
		padding: 52px 0;
	}
	.wsl-about__media img {
		max-height: 300px;
	}

	/* Partners: compact 2-up. */
	.wsl-partners__grid {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}
	.wsl-partner-card {
		min-height: 120px;
		padding: 20px 16px;
	}
	.wsl-partner-card__logo {
		max-height: 60px;
	}

	/* Social: one card per view. */
	.wsl-social__grid {
		grid-auto-columns: 86%;
		gap: 14px;
	}

	/* Testimonials tighter; smaller arrows. */
	.wsl-testimonial {
		padding: 30px 34px;
	}
	.wsl-carousel__nav {
		width: 38px;
		height: 38px;
	}

	.wsl-contact {
		padding: 52px 0;
	}
	.wsl-contact__inner {
		gap: 28px;
	}
	.wsl-contact__form-wrap {
		padding: 22px 18px;
	}

	/* Footer: single column, reduced black space. */
	.wsl-footer__inner {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: 42px 16px 30px;
	}
	.wsl-footer__logo {
		width: 172px;
	}
}

/* Respect reduced-motion preferences. */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.001ms !important;
		transition-duration: 0.001ms !important;
	}
}
