.hero {
	padding: 130px 0;
	background: linear-gradient(180deg, #1e1e1e 0%, #2a2a2a 100%);
	position: relative;
	z-index: 2;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(227, 6, 19, .22) 0%, transparent 40%),
	            radial-gradient(circle at 85% 90%, rgba(227, 6, 19, .15) 0%, transparent 45%);
	pointer-events: none;
	z-index: -1;
}

.hero .hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(227, 6, 19, .15);
	border: 1px solid rgba(227, 6, 19, .45);
	padding: 6px 12px;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .4px;
	color: #ffb3b8;
	text-transform: uppercase;
	width: fit-content;
    max-width: 100%;
}

.hero .hero-eyebrow .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e30613;
	box-shadow: 0 0 0 4px rgba(227, 6, 19, .25);
}

/* ── Layout 1 & 2: two-column inner ── */
.hero.hero--layout-1 .hero__inner,
.hero.hero--layout-2 .hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.hero .hero__title span {
	color: var(--color-primary);
}

.hero .hero__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hero .hero__title {
	font-size: clamp(28px, 7vw, 52px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -.8px;
	color: white;
	margin-bottom: 0;
}

.hero .hero__subtitle {
	font-size: clamp(16px, 2.6vw, 19px);
	color: white;
	max-width: 560px;
	margin-bottom: 0;
}

.hero .hero__subtitle span {
    font-weight: 700;
}

.hero .hero__feature span {
    font-weight: 700;
}
/* Features */
.hero .hero__features {
	display: grid;
	gap: 10px;
	margin: 4px;
	padding-left: 0;
	margin-bottom: 10px;
}

.hero .hero__feature {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	margin: 0;
	color: #e4e4e4;
	list-style: none;
}

.hero .check {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--color-primary);
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	flex-shrink: 0;
}

/* CTA */
.hero .hero__cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	align-items: center;
	max-width: 520px;
}

.hero .hero-button {
	background: rgba(255, 255, 255, .08);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, .2);
	padding: 18px 28px;
	font-size: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 700;
	border-radius: 10px;
	transition: transform .08s ease, background .2s ease;
	white-space: nowrap;
	line-height: 1;
	width: 100%;
}

.hero .hero-button:hover {
	color: white;
}

.hero .hero__eshop-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: #d8d8d8;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 14px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .06);
	border: 1px dashed rgba(255, 255, 255, .2);
	transition: background .15s, color .15s, border-color .15s;
	width: max-content;
	line-height: 22px;
}

.hero .hero__eshop-link:hover {
	background: rgba(255, 255, 255, .12);
	color: #fff;
	border-color: rgba(255, 255, 255, .4);
}

/* ── Layout 1: form card ── */
.hero .hero__aside {
	display: flex;
	align-items: stretch;
}

.hero .hero__form-card {
	border: 1px solid rgba(255, 255, 255, .1);
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 24px 50px rgba(0,0,0,.35), 0 4px 12px rgba(0,0,0,.2);
	width: 100%;
}

/* Head */
.hero .hero-form-head {
	background: linear-gradient(135deg, #e30613 0%, #b80410 100%);
	color: #fff;
	padding: 18px 22px 16px;
	position: relative;
	border-radius: 18px 18px 0 0;
}

.hero .hero-form-badge {
	color: #e30613;
	position: absolute;
	top: 14px;
	right: 14px;
	background: #fff;
	padding: 5px 10px;
	border-radius: 100px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	text-transform: uppercase;
}

.hero .hero-form-head-title {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 4px;
	letter-spacing: -.2px;
	color: #fff;
	margin-top: 0;
}

.hero .hero-form-head-subtitle {
	font-size: 13px;
	opacity: .92;
	margin-bottom: 0;
}

/* Body — shortcode wrapper */
.hero .hero-form-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 22px 0 22px;
	position: relative;
}

.hero .hero-form-body span.wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 700;
}

.hero .hero-form-body span.wpcf7-spinner {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 0;
	margin: auto;
}

.hero .hero-form-body input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.primary-button.btn-lg {
	padding: 18px 28px;
	font-size: 17px;
}

.hero .hero-form-body span.wpcf7-list-item {
	margin: 0;
}

.hero .hero-form-body span.wpcf7-list-item label {
	color: #666;
	font-size: 11px;
	display: flex;
	gap: 10px;
	align-items: center;
	cursor: pointer;
}

/* Generic field styles */
.hero .hero-form-body input:not([type="checkbox"]),
.hero .hero-form-body select,
.hero .hero-form-body textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 11px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font-size: 0.9rem;
	color: #111;
	background: #fff;
	outline: none;
	transition: border-color 0.15s;
	font-family: inherit;
}

.hero .form-label-text {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
}

.hero .form-label-text span {
	color: #e30613;
}

.hero .hero-form-body input:not([type="checkbox"]):focus,
.hero .hero-form-body select:focus,
.hero .hero-form-body textarea:focus {
	border-color: #e30613;
}

.hero .hero-form-body textarea {
	resize: vertical;
	min-height: 64px;
}

.hero .hero-form-body label {
	display: block;
	font-size: 0.82rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 5px;
}

.hero .hero-form-body .form-field {
	display: flex;
	flex-direction: column;
}

.hero .hero-form-body .form-row.two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.hero .hero-form-body .form-consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 11px;
	color: #6b7280;
	cursor: pointer;
}

.hero .hero-form-body .form-consent input[type="checkbox"] {
	margin-top: 2px;
	flex-shrink: 0;
	accent-color: #e30613;
}

.hero .hero-form-body .form-consent a {
	color: #e30613;
}

/* Submit button */
.hero .hero-form-body .btn-primary,
.hero .hero-form-body input[type="submit"],
.hero .hero-form-body button[type="submit"] {
	width: 100%;
	padding: 13px;
	background: #e30613;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	transition: background 0.2s;
	font-family: inherit;
}

.hero .hero-form-body .btn-primary:hover,
.hero .hero-form-body input[type="submit"]:hover,
.hero .hero-form-body button[type="submit"]:hover {
	background: #c0000f;
}

/* Footer */
.hero .hero-form-footer {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	padding: 20px 22px 22px;
	border-top: 1px solid #f3f4f6;
	margin-top: 14px;
}

.hero .hero-form-footer__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
}

.hero .ico-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: #16a34a;
	font-size: 10px;
	font-weight: 900;
	flex-shrink: 0;
}

/* ── Layout 2: image ── */
.hero .hero__image-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero .hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px !important;
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	box-shadow: 0 12px 32px rgba(0,0,0,0.12) !important;
	border: 1px solid rgba(255, 255, 255, .08) !important;
}

.hero .hero-visual-badge {
	position: absolute;
	left: 16px;
	bottom: 16px;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 12px;
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, .1);
}

.hero .hero-visual-badge__number {
	font-size: 16px;
	font-weight: 700;
	color: #e30613;
	line-height: 1;
	display: block;
	margin-bottom: 2px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.hero.hero--layout-1 .hero__inner,
	.hero.hero--layout-2 .hero__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media (max-width: 600px) {
	.hero .hero-form-body {
		padding: 16px 6px 0 6px;
	}
	.hero .hero-form-head {
		padding: 30px 12px 12px;
	}
	.hero .hero-form-badge {
		font-weight: 700;
		font-size: 10px;
		top: 7px;
    	right: 7px;

	}
	.hero .hero-visual-badge {
		left: 10px;
		bottom: 10px;
	}
	.hero .hero__eshop-link {
		width: 100%;
	}
	.hero .hero__cta {
		grid-template-columns: 1fr;
		max-width: 100%;
	}
	.hero .hero__title span {
		display: block;
	}
	.hero {
		padding: 48px 0 40px;
	}
	
}

@media (max-width: 380px)  {
    .hero .hero__eshop-link {
        display: block;
    }
.hero .hero-form-body input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.primary-button.btn-lg {
font-size: 15px;
}
	.hero .hero-button {
		white-space: nowrap;
	}
	.hero .hero__content, 
	.hero .hero__aside {
		min-width: 0;
	}
	.hero .hero-eyebrow {
		
             font-size: 11px;
	}
	.hero .hero-form-body .form-row.two {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
