/**
 * Hartwell Maritime — CSS custom navy/gold
 *
 * Portat din prototipul hartwell-maritime.html (inline style, 39 KB) și
 * refactorizat cu variabile CSS + prefixare `hwm-` pe toate clasele custom
 * pentru a evita coliziuni cu GeneratePress / GP Premium.
 *
 * Structura secțiuni:
 *   1.  Variabile CSS (paletă, tipografie)
 *   2.  Reset minimal + body
 *   3.  Navbar + Hamburger + Language Switcher
 *   4.  Hero + photo-strip + badge
 *   5.  Butoane (primary, secondary)
 *   6.  Secțiuni globale (section, section-label, section-heading)
 *   7.  About
 *   8.  Services
 *   9.  Process (5 pași)
 *   10. Photo divider
 *   11. Markets (dark, grid țări)
 *   12. Why-us (diferențiatori)
 *   13. Workers (benefits + FAQ + form RO)
 *   14. Contact (info + form + company details)
 *   15. Footer (4 coloane)
 *   16. Fade-up animations
 *   17. Forms (CF7 styling override)
 *   18. Language switcher UI (toggle + dropdown)
 *   19. Responsive (media queries)
 *   20. Print + reduced-motion
 *
 * @package HartwellMaritime
 * @since   2.0-alpha2
 */

/* ═══════════════════════════════════════════════════════════════════
   1. VARIABILE CSS — paletă navy/gold + tipografie
   ═══════════════════════════════════════════════════════════════════ */

:root {
	--hwm-navy-900: #0a1628;
	--hwm-navy-800: #0f1f3a;
	--hwm-navy-700: #15294d;
	--hwm-navy-600: #1c3461;
	--hwm-navy-500: #234075;
	--hwm-navy-400: #3a5a99;
	--hwm-gold-500: #c9a84c;
	--hwm-gold-400: #d4b96a;
	--hwm-gold-300: #e0cb8e;
	--hwm-white: #ffffff;
	--hwm-gray-100: #f3f5f8;
	--hwm-gray-200: #e1e5ec;
	--hwm-gray-300: #c5ccda;
	--hwm-gray-400: #8d96a8;
	--hwm-gray-500: #5a6478;
	--hwm-text-dark: #0d1b2e;
	--hwm-text-body: #374151;
	--hwm-font-display: 'Playfair Display', Georgia, serif;
	--hwm-font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--hwm-radius-sm: 6px;
	--hwm-radius-md: 8px;
	--hwm-radius-lg: 10px;
	--hwm-radius-xl: 12px;
	--hwm-shadow-card: 0 8px 32px rgba(10, 22, 40, 0.08);
	--hwm-transition: 0.25s ease;
}

/* ═══════════════════════════════════════════════════════════════════
   2. RESET MINIMAL + BODY (în scope .hwm-site / body pentru a evita GP)
   ═══════════════════════════════════════════════════════════════════ */

body {
	font-family: var(--hwm-font-body);
	color: var(--hwm-text-body);
	background: var(--hwm-white);
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.hwm-has-sticky-nav {
	padding-top: 0;
}

.hwm-site-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}

.hwm-site-wrapper a {
	text-decoration: none;
	color: inherit;
}

.hwm-site-wrapper ul.hwm-plain-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Sărire rapidă pentru accesibilitate */
.hwm-skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background: var(--hwm-navy-900);
	color: var(--hwm-white);
	padding: 10px 18px;
	z-index: 100000;
	font-weight: 600;
}

.hwm-skip-link:focus {
	left: 10px;
	top: 10px;
	width: auto;
	height: auto;
}

.hwm-visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   3. NAVBAR + HAMBURGER
   ═══════════════════════════════════════════════════════════════════ */

.hwm-navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(10, 22, 40, 0.92);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	transition: background 0.25s ease, border-color 0.25s ease;
}

.hwm-navbar.is-scrolled {
	background: rgba(10, 22, 40, 0.98);
	border-bottom-color: rgba(201, 168, 76, 0.15);
}

.hwm-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 20px;
	gap: 16px;
}

.hwm-nav-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--hwm-white);
	font-family: var(--hwm-font-display);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.02em;
	flex-shrink: 0;
}

.hwm-nav-logo img {
	height: 44px;
	width: auto;
	display: block;
}

.hwm-nav-logo-text span {
	color: var(--hwm-gold-500);
}

.hwm-hamburger {
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
	z-index: 1001;
}

.hwm-hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--hwm-white);
	border-radius: 2px;
	transition: all 0.3s ease;
}

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

.hwm-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

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

.hwm-nav-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100dvh;
	background: var(--hwm-navy-900);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 28px;
	transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 999;
	list-style: none;
	padding: 0;
	margin: 0;
}

.hwm-nav-menu.is-open {
	right: 0;
}

.hwm-nav-menu li {
	list-style: none;
}

.hwm-nav-menu a {
	color: var(--hwm-white);
	font-size: 20px;
	font-weight: 500;
	opacity: 0.85;
	transition: opacity 0.2s, color 0.2s;
	padding: 8px 0;
}

.hwm-nav-menu a:hover,
.hwm-nav-menu a:active,
.hwm-nav-menu a:focus {
	opacity: 1;
	color: var(--hwm-gold-400);
}

.hwm-nav-cta-mobile {
	margin-top: 16px;
	padding: 14px 36px;
	background: var(--hwm-gold-500);
	color: var(--hwm-navy-900) !important;
	font-weight: 600 !important;
	border-radius: var(--hwm-radius-sm);
	font-size: 16px !important;
	opacity: 1 !important;
}

.hwm-nav-cta-mobile:hover {
	background: var(--hwm-gold-400);
}

/* Desktop nav */
@media (min-width: 769px) {
	.hwm-hamburger {
		display: none;
	}

	.hwm-nav-menu {
		position: static;
		width: auto;
		height: auto;
		flex-direction: row;
		gap: 32px;
		background: none;
		flex: 1;
		justify-content: flex-end;
		padding-right: 16px;
	}

	.hwm-nav-menu a {
		font-size: 14px;
		letter-spacing: 0.02em;
	}

	.hwm-nav-cta-mobile {
		display: none;
	}

	.hwm-nav-cta-desktop {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 10px 20px;
		background: var(--hwm-gold-500);
		color: var(--hwm-navy-900);
		font-weight: 600;
		font-size: 14px;
		border-radius: var(--hwm-radius-sm);
		transition: background 0.2s;
		flex-shrink: 0;
	}

	.hwm-nav-cta-desktop:hover {
		background: var(--hwm-gold-400);
	}
}

@media (max-width: 768px) {
	.hwm-nav-cta-desktop {
		display: none;
	}
}

/* ═══════════════════════════════════════════════════════════════════
   4. HERO + PHOTO STRIP + BADGE
   ═══════════════════════════════════════════════════════════════════ */

.hwm-hero {
	position: relative;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 100px 20px 60px;
}

.hwm-hero--short {
	min-height: 50dvh;
	padding: 140px 20px 80px;
}

.hwm-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hwm-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hwm-hero-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(168deg,
		rgba(10, 22, 40, 0.92) 0%,
		rgba(15, 31, 58, 0.85) 40%,
		rgba(10, 22, 40, 0.80) 100%);
}

.hwm-hero-accent-line {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	z-index: 2;
	background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.3), transparent);
}

.hwm-hero-content {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.hwm-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(201, 168, 76, 0.1);
	border: 1px solid rgba(201, 168, 76, 0.25);
	border-radius: 100px;
	padding: 6px 16px;
	color: var(--hwm-gold-400);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.hwm-hero-badge::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--hwm-gold-500);
	animation: hwm-pulse-dot 2s infinite;
}

@keyframes hwm-pulse-dot {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}

.hwm-hero h1 {
	font-family: var(--hwm-font-display);
	font-size: clamp(32px, 7vw, 64px);
	font-weight: 600;
	color: var(--hwm-white);
	line-height: 1.12;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hwm-hero h1 em {
	font-style: normal;
	color: var(--hwm-gold-400);
}

.hwm-hero-sub {
	font-size: clamp(15px, 2.5vw, 18px);
	color: var(--hwm-gray-200);
	max-width: 620px;
	line-height: 1.7;
	margin-bottom: 36px;
}

.hwm-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hwm-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hwm-hero-stat-num {
	font-family: var(--hwm-font-display);
	font-size: clamp(24px, 5vw, 40px);
	font-weight: 600;
	color: var(--hwm-gold-400);
	line-height: 1.1;
}

.hwm-hero-stat-label {
	font-size: 12px;
	color: var(--hwm-gray-300);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-top: 4px;
}

/* Photo strip */
.hwm-photo-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	height: 200px;
	overflow: hidden;
}

.hwm-photo-strip img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}

@media (max-width: 600px) {
	.hwm-photo-strip {
		grid-template-columns: repeat(2, 1fr);
		height: 160px;
	}
}

/* ═══════════════════════════════════════════════════════════════════
   5. BUTOANE
   ═══════════════════════════════════════════════════════════════════ */

.hwm-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background: var(--hwm-gold-500);
	color: var(--hwm-navy-900);
	font-weight: 600;
	font-size: 15px;
	border-radius: var(--hwm-radius-sm);
	border: none;
	cursor: pointer;
	transition: background 0.2s, transform 0.15s;
	-webkit-tap-highlight-color: transparent;
	font-family: var(--hwm-font-body);
	line-height: 1.3;
}

.hwm-btn-primary:hover,
.hwm-btn-primary:focus {
	background: var(--hwm-gold-400);
	color: var(--hwm-navy-900);
}

.hwm-btn-primary:active {
	transform: scale(0.97);
}

.hwm-btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--hwm-white);
	font-weight: 500;
	font-size: 15px;
	border-radius: var(--hwm-radius-sm);
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
	-webkit-tap-highlight-color: transparent;
	font-family: var(--hwm-font-body);
	line-height: 1.3;
}

.hwm-btn-secondary:hover,
.hwm-btn-secondary:focus {
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.12);
	color: var(--hwm-white);
}

.hwm-btn-secondary--dark {
	background: var(--hwm-navy-800);
	color: var(--hwm-white);
	border: 1px solid var(--hwm-navy-700);
}

.hwm-btn-secondary--dark:hover {
	background: var(--hwm-navy-700);
	color: var(--hwm-white);
}

.hwm-arrow {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	transition: transform 0.2s;
}

.hwm-btn-primary:hover .hwm-arrow,
.hwm-btn-secondary:hover .hwm-arrow {
	transform: translateX(3px);
}

/* ═══════════════════════════════════════════════════════════════════
   6. SECȚIUNI GLOBALE
   ═══════════════════════════════════════════════════════════════════ */

.hwm-section {
	padding: 72px 20px;
}

.hwm-section--dark {
	background: var(--hwm-navy-900);
	color: var(--hwm-white);
}

.hwm-section--gray {
	background: var(--hwm-gray-100);
}

.hwm-section-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.hwm-section-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--hwm-gold-500);
	margin-bottom: 12px;
}

.hwm-section--dark .hwm-section-label {
	color: var(--hwm-gold-400);
}

.hwm-section-heading {
	font-family: var(--hwm-font-display);
	font-size: clamp(26px, 5vw, 44px);
	font-weight: 600;
	color: var(--hwm-text-dark);
	line-height: 1.18;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.hwm-section--dark .hwm-section-heading {
	color: var(--hwm-white);
}

.hwm-section-desc {
	font-size: 16px;
	color: var(--hwm-gray-500);
	max-width: 600px;
	line-height: 1.7;
	margin-bottom: 40px;
}

.hwm-section--dark .hwm-section-desc {
	color: var(--hwm-gray-300);
}

/* ═══════════════════════════════════════════════════════════════════
   7. ABOUT
   ═══════════════════════════════════════════════════════════════════ */

.hwm-about-grid {
	display: grid;
	gap: 32px;
}

@media (min-width: 769px) {
	.hwm-about-grid {
		grid-template-columns: 1fr 1fr;
		gap: 64px;
		align-items: center;
	}
}

.hwm-about-image {
	position: relative;
	border-radius: var(--hwm-radius-lg);
	overflow: hidden;
	aspect-ratio: 4/3;
}

.hwm-about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hwm-about-image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(transparent, rgba(10, 22, 40, 0.88));
}

.hwm-about-image-overlay p {
	color: var(--hwm-white);
	font-size: 13px;
	font-weight: 500;
	opacity: 0.9;
	margin: 0;
}

.hwm-about-text p {
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 1.75;
	color: var(--hwm-text-body);
}

.hwm-about-highlights {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 28px;
}

.hwm-about-highlight {
	padding: 16px;
	border-radius: var(--hwm-radius-md);
	background: var(--hwm-gray-100);
	border: 1px solid var(--hwm-gray-200);
}

.hwm-about-highlight-num {
	font-family: var(--hwm-font-display);
	font-size: 22px;
	font-weight: 700;
	color: var(--hwm-navy-700);
}

.hwm-about-highlight-label {
	font-size: 12px;
	color: var(--hwm-gray-500);
	margin-top: 2px;
}

/* ═══════════════════════════════════════════════════════════════════
   8. SERVICES
   ═══════════════════════════════════════════════════════════════════ */

.hwm-services-grid {
	display: grid;
	gap: 16px;
}

@media (min-width: 600px) {
	.hwm-services-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 900px) {
	.hwm-services-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.hwm-service-card {
	background: var(--hwm-white);
	border: 1px solid var(--hwm-gray-200);
	border-radius: var(--hwm-radius-lg);
	overflow: hidden;
	transition: box-shadow 0.25s, transform 0.2s;
}

.hwm-service-card:hover {
	box-shadow: var(--hwm-shadow-card);
	transform: translateY(-2px);
}

.hwm-service-card-img {
	height: 140px;
	overflow: hidden;
}

.hwm-service-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}

.hwm-service-card:hover .hwm-service-card-img img {
	transform: scale(1.06);
}

.hwm-service-card-body {
	padding: 20px;
}

.hwm-service-card h3 {
	font-family: var(--hwm-font-display);
	font-size: 18px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	margin: 0 0 6px;
}

.hwm-service-card p {
	font-size: 14px;
	color: var(--hwm-gray-500);
	line-height: 1.65;
	margin: 0;
}

/* Services — model table (Services page) */
.hwm-services-models {
	display: grid;
	gap: 20px;
	margin-top: 32px;
}

@media (min-width: 768px) {
	.hwm-services-models {
		grid-template-columns: repeat(3, 1fr);
	}
}

.hwm-model-card {
	padding: 28px 24px;
	background: var(--hwm-white);
	border: 1px solid var(--hwm-gray-200);
	border-radius: var(--hwm-radius-lg);
	border-top: 3px solid var(--hwm-gold-500);
}

.hwm-model-card h3 {
	font-family: var(--hwm-font-display);
	font-size: 20px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	margin: 0 0 10px;
}

.hwm-model-card p {
	font-size: 14px;
	color: var(--hwm-gray-500);
	line-height: 1.65;
	margin: 0 0 14px;
}

.hwm-model-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hwm-model-card li {
	font-size: 14px;
	color: var(--hwm-text-body);
	padding: 6px 0 6px 22px;
	position: relative;
	line-height: 1.5;
}

.hwm-model-card li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 6px;
	color: var(--hwm-gold-500);
	font-weight: 700;
}

/* Trades table */
.hwm-trades-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 32px;
	background: var(--hwm-white);
	border: 1px solid var(--hwm-gray-200);
	border-radius: var(--hwm-radius-lg);
	overflow: hidden;
}

.hwm-trades-table th,
.hwm-trades-table td {
	padding: 14px 18px;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid var(--hwm-gray-200);
}

.hwm-trades-table th {
	background: var(--hwm-navy-900);
	color: var(--hwm-white);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hwm-trades-table tbody tr:last-child td {
	border-bottom: none;
}

.hwm-trades-table tbody tr:hover {
	background: var(--hwm-gray-100);
}

.hwm-trades-table td:first-child {
	font-weight: 600;
	color: var(--hwm-text-dark);
}

@media (max-width: 600px) {
	.hwm-trades-table {
		font-size: 13px;
	}

	.hwm-trades-table th,
	.hwm-trades-table td {
		padding: 10px 12px;
	}
}

/* ═══════════════════════════════════════════════════════════════════
   9. PROCESS
   ═══════════════════════════════════════════════════════════════════ */

.hwm-process-steps {
	display: grid;
	gap: 0;
	counter-reset: hwm-step;
}

.hwm-process-step {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 16px;
	padding-bottom: 32px;
	position: relative;
	counter-increment: hwm-step;
}

.hwm-process-step:last-child {
	padding-bottom: 0;
}

.hwm-step-marker {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--hwm-navy-800);
	color: var(--hwm-gold-400);
	font-family: var(--hwm-font-display);
	font-weight: 700;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

.hwm-process-step:not(:last-child) .hwm-step-marker::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: calc(100% + 32px - 44px);
	background: linear-gradient(var(--hwm-navy-700), var(--hwm-gray-200));
	z-index: 1;
}

.hwm-step-content h3 {
	font-family: var(--hwm-font-display);
	font-size: 17px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	margin: 0 0 4px;
	padding-top: 10px;
}

.hwm-step-content p {
	font-size: 14px;
	color: var(--hwm-gray-500);
	line-height: 1.65;
	margin: 0;
}

@media (min-width: 769px) {
	.hwm-process-steps {
		grid-template-columns: repeat(5, 1fr);
		gap: 24px;
	}

	.hwm-process-step {
		grid-template-columns: 1fr;
		text-align: center;
		padding-bottom: 0;
	}

	.hwm-step-marker {
		margin: 0 auto 12px;
	}

	.hwm-process-step:not(:last-child) .hwm-step-marker::after {
		top: 50%;
		left: 100%;
		transform: translateY(-50%);
		width: calc(100% + 24px - 44px);
		height: 2px;
	}
}

/* Workers process — 4 steps variant */
.hwm-workers-process .hwm-process-steps {
	display: grid;
	gap: 20px;
}

@media (min-width: 769px) {
	.hwm-workers-process .hwm-process-steps {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* ═══════════════════════════════════════════════════════════════════
   10. PHOTO DIVIDER
   ═══════════════════════════════════════════════════════════════════ */

.hwm-photo-divider {
	position: relative;
	height: 320px;
	overflow: hidden;
}

.hwm-photo-divider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hwm-photo-divider::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,
		rgba(10, 22, 40, 0.5) 0%,
		rgba(10, 22, 40, 0.2) 50%,
		rgba(10, 22, 40, 0.5) 100%);
}

.hwm-photo-divider-text {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}

.hwm-photo-divider-text h2 {
	font-family: var(--hwm-font-display);
	font-size: clamp(22px, 4vw, 36px);
	font-weight: 600;
	color: var(--hwm-white);
	margin-bottom: 8px;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.hwm-photo-divider-text p {
	font-size: 15px;
	color: var(--hwm-gray-200);
	max-width: 480px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
	margin: 0;
}

@media (max-width: 600px) {
	.hwm-photo-divider {
		height: 240px;
	}
}

/* ═══════════════════════════════════════════════════════════════════
   11. MARKETS
   ═══════════════════════════════════════════════════════════════════ */

.hwm-markets-grid {
	display: grid;
	gap: 16px;
}

@media (min-width: 600px) {
	.hwm-markets-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.hwm-market-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--hwm-radius-lg);
	overflow: hidden;
	transition: background 0.25s, border-color 0.25s;
}

.hwm-market-card:hover {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(201, 168, 76, 0.2);
}

.hwm-market-card-img {
	height: 140px;
	overflow: hidden;
}

.hwm-market-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
	transition: opacity 0.3s, transform 0.4s;
}

.hwm-market-card:hover .hwm-market-card-img img {
	opacity: 0.85;
	transform: scale(1.04);
}

.hwm-market-card-body {
	padding: 20px 20px 24px;
}

.hwm-market-flag {
	font-size: 24px;
	margin-bottom: 8px;
	line-height: 1;
}

.hwm-market-card h3 {
	font-family: var(--hwm-font-display);
	font-size: 20px;
	font-weight: 600;
	color: var(--hwm-white);
	margin: 0 0 6px;
}

.hwm-market-card p {
	font-size: 14px;
	color: var(--hwm-gray-300);
	line-height: 1.65;
	margin: 0 0 12px;
}

.hwm-market-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.hwm-market-tag {
	font-size: 11px;
	padding: 4px 10px;
	background: rgba(201, 168, 76, 0.1);
	border: 1px solid rgba(201, 168, 76, 0.2);
	border-radius: 100px;
	color: var(--hwm-gold-300);
	font-weight: 500;
}

/* Markets page — detailed blocks */
.hwm-market-detail {
	padding: 40px 0;
	border-bottom: 1px solid var(--hwm-gray-200);
}

.hwm-market-detail:last-child {
	border-bottom: none;
}

.hwm-market-detail-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.hwm-market-detail-head .hwm-market-flag {
	font-size: 36px;
	margin: 0;
}

.hwm-market-detail-head h3 {
	font-family: var(--hwm-font-display);
	font-size: 28px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	margin: 0;
}

.hwm-market-detail-grid {
	display: grid;
	gap: 24px;
	align-items: start;
}

@media (min-width: 768px) {
	.hwm-market-detail-grid {
		grid-template-columns: 1.2fr 1fr;
		gap: 40px;
	}
}

.hwm-market-detail-img {
	border-radius: var(--hwm-radius-lg);
	overflow: hidden;
	aspect-ratio: 4/3;
}

.hwm-market-detail-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hwm-market-detail-text p {
	font-size: 15px;
	color: var(--hwm-text-body);
	line-height: 1.7;
	margin: 0 0 14px;
}

.hwm-market-detail-text h4 {
	font-family: var(--hwm-font-display);
	font-size: 15px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	margin: 18px 0 8px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hwm-market-detail-text ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
}

.hwm-market-detail-text li {
	font-size: 14px;
	color: var(--hwm-text-body);
	padding: 4px 0 4px 18px;
	position: relative;
	line-height: 1.5;
}

.hwm-market-detail-text li::before {
	content: '›';
	position: absolute;
	left: 0;
	color: var(--hwm-gold-500);
	font-weight: 700;
}

/* ═══════════════════════════════════════════════════════════════════
   12. WHY-US
   ═══════════════════════════════════════════════════════════════════ */

.hwm-why-grid {
	display: grid;
	gap: 16px;
}

@media (min-width: 600px) {
	.hwm-why-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 900px) {
	.hwm-why-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.hwm-why-card {
	padding: 28px 24px;
	border-radius: var(--hwm-radius-lg);
	background: var(--hwm-gray-100);
	border: 1px solid var(--hwm-gray-200);
}

.hwm-why-card-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--hwm-navy-800);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.hwm-why-card-icon svg {
	width: 18px;
	height: 18px;
}

.hwm-why-card h3 {
	font-family: var(--hwm-font-display);
	font-size: 17px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	margin: 0 0 6px;
}

.hwm-why-card p {
	font-size: 14px;
	color: var(--hwm-gray-500);
	line-height: 1.65;
	margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   13. WORKERS — benefits, process 4 steps, FAQ, form B2C
   ═══════════════════════════════════════════════════════════════════ */

.hwm-workers-section {
	position: relative;
	color: var(--hwm-white);
	overflow: hidden;
	padding: 72px 20px;
}

.hwm-workers-bg {
	position: absolute;
	inset: 0;
}

.hwm-workers-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hwm-workers-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(170deg,
		rgba(10, 22, 40, 0.94) 0%,
		rgba(15, 31, 58, 0.90) 100%);
}

.hwm-workers-section .hwm-section-inner {
	position: relative;
	z-index: 2;
}

.hwm-workers-section .hwm-section-heading {
	color: var(--hwm-white);
}

.hwm-workers-section .hwm-section-label {
	color: var(--hwm-gold-400);
}

.hwm-workers-content {
	max-width: 680px;
}

.hwm-worker-benefits {
	display: grid;
	gap: 14px;
	margin-bottom: 32px;
}

.hwm-worker-benefit {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--hwm-radius-md);
}

.hwm-worker-benefit-check {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(201, 168, 76, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}

.hwm-worker-benefit-check svg {
	width: 12px;
	height: 12px;
}

.hwm-worker-benefit p {
	font-size: 14px;
	color: var(--hwm-gray-200);
	line-height: 1.6;
	margin: 0;
}

.hwm-worker-benefit strong {
	color: var(--hwm-white);
	font-weight: 600;
}

/* Workers page — 7 benefits grid (light background) */
.hwm-workers-benefits-grid {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

@media (min-width: 768px) {
	.hwm-workers-benefits-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.hwm-workers-benefit-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px;
	background: var(--hwm-white);
	border: 1px solid var(--hwm-gray-200);
	border-radius: var(--hwm-radius-md);
	border-left: 3px solid var(--hwm-gold-500);
}

.hwm-workers-benefit-card-check {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(201, 168, 76, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}

.hwm-workers-benefit-card p {
	font-size: 14px;
	color: var(--hwm-text-body);
	line-height: 1.6;
	margin: 0;
}

.hwm-workers-benefit-card strong {
	color: var(--hwm-text-dark);
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}

/* Legal notice Lg. 156/2000 */
.hwm-legal-notice {
	padding: 20px 24px;
	background: rgba(201, 168, 76, 0.08);
	border: 1px solid rgba(201, 168, 76, 0.25);
	border-left: 4px solid var(--hwm-gold-500);
	border-radius: var(--hwm-radius-md);
	margin: 32px 0;
}

.hwm-legal-notice p {
	font-size: 14px;
	color: var(--hwm-text-dark);
	margin: 0;
	font-weight: 500;
	line-height: 1.65;
}

.hwm-section--dark .hwm-legal-notice {
	background: rgba(201, 168, 76, 0.12);
	border-color: rgba(201, 168, 76, 0.4);
	border-left-color: var(--hwm-gold-500);
}

.hwm-section--dark .hwm-legal-notice p {
	color: var(--hwm-white);
}

/* FAQ accordion */
.hwm-faq {
	max-width: 780px;
	margin: 32px auto 0;
}

.hwm-faq-item {
	border: 1px solid var(--hwm-gray-200);
	border-radius: var(--hwm-radius-md);
	margin-bottom: 10px;
	background: var(--hwm-white);
	overflow: hidden;
}

.hwm-faq-item.is-open {
	border-color: var(--hwm-gold-500);
}

.hwm-faq-question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	background: none;
	border: none;
	font-family: var(--hwm-font-body);
	font-size: 15px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	cursor: pointer;
	text-align: left;
	line-height: 1.4;
	transition: color 0.2s;
}

.hwm-faq-question:hover {
	color: var(--hwm-navy-700);
}

.hwm-faq-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transition: transform 0.3s;
	color: var(--hwm-gold-500);
}

.hwm-faq-item.is-open .hwm-faq-icon {
	transform: rotate(45deg);
}

.hwm-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.hwm-faq-item.is-open .hwm-faq-answer {
	max-height: 600px;
}

.hwm-faq-answer-inner {
	padding: 0 22px 18px;
	font-size: 14px;
	color: var(--hwm-text-body);
	line-height: 1.7;
}

.hwm-faq-answer-inner p {
	margin: 0 0 8px;
}

.hwm-faq-answer-inner p:last-child {
	margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   14. CONTACT (info + form + company details)
   ═══════════════════════════════════════════════════════════════════ */

.hwm-contact-grid {
	display: grid;
	gap: 32px;
}

@media (min-width: 769px) {
	.hwm-contact-grid {
		grid-template-columns: 1fr 1fr;
		gap: 64px;
	}
}

.hwm-contact-info > p {
	font-size: 15px;
	color: var(--hwm-gray-500);
	line-height: 1.7;
	margin-bottom: 28px;
}

.hwm-contact-detail {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.hwm-contact-detail-icon {
	width: 40px;
	height: 40px;
	border-radius: var(--hwm-radius-md);
	background: var(--hwm-gray-100);
	border: 1px solid var(--hwm-gray-200);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.hwm-contact-detail-icon svg {
	width: 18px;
	height: 18px;
	color: var(--hwm-navy-700);
}

.hwm-contact-detail-text {
	font-size: 14px;
}

.hwm-contact-detail-text strong {
	display: block;
	color: var(--hwm-text-dark);
	font-size: 13px;
	margin-bottom: 2px;
}

.hwm-contact-detail-text span,
.hwm-contact-detail-text a {
	color: var(--hwm-gray-500);
	transition: color 0.2s;
}

.hwm-contact-detail-text a:hover {
	color: var(--hwm-navy-700);
}

.hwm-contact-form {
	background: var(--hwm-gray-100);
	border: 1px solid var(--hwm-gray-200);
	border-radius: var(--hwm-radius-xl);
	padding: 28px 24px;
}

.hwm-contact-form h3 {
	font-family: var(--hwm-font-display);
	font-size: 20px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	margin: 0 0 20px;
}

.hwm-company-details {
	margin-top: 32px;
	padding: 20px;
	background: var(--hwm-gray-100);
	border-radius: var(--hwm-radius-md);
	border: 1px solid var(--hwm-gray-200);
}

.hwm-company-details h4 {
	font-family: var(--hwm-font-display);
	font-size: 16px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	margin: 0 0 12px;
}

.hwm-company-details p {
	font-size: 14px;
	color: var(--hwm-gray-500);
	line-height: 1.8;
	margin: 0;
}

.hwm-company-details strong {
	color: var(--hwm-text-dark);
}

.hwm-whatsapp-cta {
	margin-top: 24px;
}

.hwm-whatsapp-cta .hwm-btn-primary {
	width: 100%;
	justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════════
   15. FOOTER
   ═══════════════════════════════════════════════════════════════════ */

.hwm-footer {
	background: var(--hwm-navy-900);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 48px 20px 32px;
	color: var(--hwm-gray-400);
}

.hwm-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.hwm-footer-top {
	display: grid;
	gap: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 600px) {
	.hwm-footer-top {
		grid-template-columns: 2fr 1fr 1fr 1fr;
	}
}

.hwm-footer-brand img {
	height: 40px;
	width: auto;
	margin-bottom: 12px;
}

.hwm-footer-brand p {
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
	max-width: 320px;
}

.hwm-footer-links h4 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hwm-gray-300);
	margin: 0 0 14px;
}

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

.hwm-footer-links li {
	padding: 4px 0;
}

.hwm-footer-links a {
	display: block;
	font-size: 13px;
	color: var(--hwm-gray-400);
	transition: color 0.2s;
}

.hwm-footer-links a:hover,
.hwm-footer-links a:focus {
	color: var(--hwm-gold-400);
}

.hwm-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding-top: 24px;
	font-size: 12px;
}

.hwm-footer-legal {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.hwm-footer-legal a {
	color: var(--hwm-gray-400);
	transition: color 0.2s;
}

.hwm-footer-legal a:hover {
	color: var(--hwm-gold-400);
}

/* ═══════════════════════════════════════════════════════════════════
   16. FADE-UP ANIMATIONS
   ═══════════════════════════════════════════════════════════════════ */

.hwm-fade-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.hwm-fade-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ═══════════════════════════════════════════════════════════════════
   17. FORMS (CF7 styling override)
   ═══════════════════════════════════════════════════════════════════ */

.hwm-contact-form .wpcf7-form p,
.hwm-form-group {
	margin-bottom: 16px;
}

.hwm-contact-form label,
.hwm-form-group label,
.hwm-contact-form .wpcf7-form label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--hwm-text-dark);
	margin-bottom: 6px;
}

.hwm-contact-form input[type="text"],
.hwm-contact-form input[type="email"],
.hwm-contact-form input[type="tel"],
.hwm-contact-form input[type="number"],
.hwm-contact-form textarea,
.hwm-contact-form select,
.hwm-contact-form .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]) {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--hwm-gray-200);
	border-radius: var(--hwm-radius-sm);
	font-family: var(--hwm-font-body);
	font-size: 15px;
	color: var(--hwm-text-dark);
	background: var(--hwm-white);
	transition: border-color 0.2s;
	-webkit-appearance: none;
}

.hwm-contact-form input:focus,
.hwm-contact-form textarea:focus,
.hwm-contact-form select:focus {
	outline: none;
	border-color: var(--hwm-navy-400);
	box-shadow: 0 0 0 3px rgba(58, 90, 153, 0.1);
}

.hwm-contact-form textarea {
	resize: vertical;
	min-height: 100px;
}

.hwm-contact-form .wpcf7-acceptance,
.hwm-contact-form .hwm-form-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--hwm-gray-500);
	margin: 14px 0;
}

.hwm-contact-form .wpcf7-list-item {
	margin: 0;
}

.hwm-contact-form input[type="submit"],
.hwm-form-submit,
.hwm-contact-form .wpcf7-submit {
	width: 100%;
	padding: 14px;
	background: var(--hwm-navy-800);
	color: var(--hwm-white);
	font-weight: 600;
	font-size: 15px;
	border: none;
	border-radius: var(--hwm-radius-sm);
	cursor: pointer;
	font-family: var(--hwm-font-body);
	transition: background 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.hwm-contact-form input[type="submit"]:hover,
.hwm-form-submit:hover,
.hwm-contact-form .wpcf7-submit:hover {
	background: var(--hwm-navy-700);
}

.hwm-contact-form input[type="submit"]:active,
.hwm-form-submit:active {
	background: var(--hwm-navy-600);
}

.hwm-form-placeholder {
	color: var(--hwm-gray-400);
	font-size: 13px;
	text-align: center;
	padding: 40px 20px;
	background: var(--hwm-white);
	border: 1px dashed var(--hwm-gray-300);
	border-radius: var(--hwm-radius-sm);
}

.hwm-form-placeholder code {
	display: inline-block;
	margin-top: 8px;
	padding: 4px 8px;
	background: var(--hwm-navy-900);
	color: var(--hwm-gold-400);
	font-size: 12px;
	border-radius: 4px;
}

/* ═══════════════════════════════════════════════════════════════════
   18. LANGUAGE SWITCHER UI
   ═══════════════════════════════════════════════════════════════════ */

.hwm-lang-switcher {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

/* Toggle (2 languages) */
.hwm-lang-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 100px;
	list-style: none;
	margin: 0;
}

.hwm-lang-toggle__item {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.hwm-lang-toggle__item + .hwm-lang-toggle__item::before {
	content: '|';
	color: rgba(255, 255, 255, 0.25);
	margin-right: 8px;
	font-size: 12px;
}

.hwm-lang-toggle__link,
.hwm-lang-toggle__current {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.7);
	padding: 4px 2px;
	transition: color 0.2s;
}

.hwm-lang-toggle__link:hover {
	color: var(--hwm-gold-400);
}

.hwm-lang-toggle__current {
	color: var(--hwm-gold-400);
}

/* Dropdown (3+ languages) */
.hwm-lang-dropdown {
	position: relative;
}

.hwm-lang-dropdown__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 100px;
	color: var(--hwm-white);
	font-family: var(--hwm-font-body);
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s;
}

.hwm-lang-dropdown__toggle:hover {
	background: rgba(255, 255, 255, 0.1);
}

.hwm-lang-dropdown__flag {
	font-size: 16px;
	line-height: 1;
}

.hwm-lang-dropdown__chevron {
	transition: transform 0.2s;
}

.hwm-lang-dropdown.is-open .hwm-lang-dropdown__chevron {
	transform: rotate(180deg);
}

.hwm-lang-dropdown__menu {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	min-width: 160px;
	background: var(--hwm-navy-800);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--hwm-radius-md);
	padding: 6px 0;
	list-style: none;
	margin: 0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	z-index: 1010;
}

.hwm-lang-dropdown__menu[hidden] {
	display: none;
}

.hwm-lang-dropdown__item {
	margin: 0;
}

.hwm-lang-dropdown__link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	color: var(--hwm-white);
	font-size: 14px;
	font-weight: 500;
	transition: background 0.2s;
}

.hwm-lang-dropdown__link:hover,
.hwm-lang-dropdown__link:focus {
	background: rgba(201, 168, 76, 0.1);
	color: var(--hwm-gold-400);
}

/* ═══════════════════════════════════════════════════════════════════
   19. RESPONSIVE (final tweaks)
   ═══════════════════════════════════════════════════════════════════ */

@media (hover: none) {
	.hwm-service-card:hover,
	.hwm-market-card:hover {
		transform: none;
		box-shadow: none;
	}
}

@media (max-width: 480px) {
	.hwm-section {
		padding: 56px 16px;
	}

	.hwm-hero {
		padding: 90px 16px 48px;
	}

	.hwm-hero-stats {
		gap: 12px;
	}

	.hwm-hero-stat-label {
		font-size: 11px;
	}

	.hwm-about-highlights {
		grid-template-columns: 1fr;
	}

	.hwm-contact-form {
		padding: 20px 16px;
	}

	.hwm-service-card-img {
		height: 120px;
	}

	.hwm-market-card-img {
		height: 110px;
	}

	.hwm-footer-top {
		gap: 24px;
	}
}

/* Language-specific typography adjustments.
   RO has ~15–20% more characters than EN — slightly tighter headings. */
body.hwm-lang-ro .hwm-section-heading,
body.hwm-lang-ro .hwm-hero h1 {
	letter-spacing: -0.025em;
}

/* ═══════════════════════════════════════════════════════════════════
   20. PRINT + REDUCED-MOTION
   ═══════════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
	.hwm-fade-up {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.hwm-hero-badge::before {
		animation: none;
	}

	* {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}

@media print {
	.hwm-navbar,
	.hwm-hamburger,
	.hwm-nav-menu,
	.hwm-lang-switcher,
	.hwm-whatsapp-cta,
	.hwm-hero-actions {
		display: none !important;
	}

	.hwm-hero {
		min-height: auto;
		padding: 20px 0;
	}

	.hwm-hero-bg {
		display: none;
	}

	.hwm-hero h1,
	.hwm-hero-sub {
		color: #000;
		text-shadow: none;
	}

	.hwm-section {
		padding: 20px 0;
		page-break-inside: avoid;
	}

	.hwm-section--dark {
		background: #fff;
		color: #000;
	}

	.hwm-section--dark .hwm-section-heading,
	.hwm-section--dark .hwm-section-desc {
		color: #000;
	}
}
