﻿a.logo{background:url(images/logo.png);display:block;width:187px;height:50px;text-decoration:none;}
.payment{background:url(img/paymentInfo.png?v=1) no-repeat;width:160px;height:110px;}

/* ============== Hero banner (start-sida) — PP-version ============== */
.firstpagebanner-hero {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	aspect-ratio: 2 / 1;
	background: url(/Themes/nopClassic/Content/images/PPBanner.jpg?v=1) center/cover #2a3a5a;
	border-radius: 18px;
	overflow: hidden;
}
.firstpagebanner-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 100%);
	pointer-events: none;
	z-index: 1;
}
.firstpagebanner-hero .hero-text {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	padding: 0 20px;
}
.firstpagebanner-hero .hero-text h1 {
	font-size: clamp(18px, 2.6vw, 30px);
	font-weight: 800;
	margin: 0 0 6px;
	letter-spacing: 1px;
	text-shadow: 0 2px 16px rgba(0,0,0,0.85), 0 0 40px rgba(0,0,0,0.7);
	line-height: 1.1;
	color: #fff;
	white-space: nowrap;
}
.firstpagebanner-hero .hero-text p {
	font-size: clamp(11px, 1.3vw, 16px);
	margin: 0;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0,0,0,0.85);
	font-weight: 500;
}

/* ========== Hero-intro — kort intro under banner ========== */
.hero-intro {
	margin: 18px 0 24px;
	font-size: 15px;
	line-height: 1.55;
	color: #333;
}
.hero-intro p {
	margin: 0 0 10px;
}
.hero-intro .hero-usps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 14px 0 18px;
	font-size: 13px;
}
.hero-intro .hero-usps .badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	background: #e3eaf3;
	color: #0d2545;
	border: 1px solid #c4d4e8;
	border-radius: 18px;
	font-weight: 500;
	white-space: nowrap;
}
.hero-intro .hero-usps .icon {
	font-size: 15px;
	line-height: 1;
}
.hero-intro a {
	color: #1a3a6a;
	text-decoration: underline;
}
.hero-intro a:hover {
	color: #0d2545;
}
.hero-intro blockquote {
	margin: 16px 0;
	padding: 12px 18px;
	border-left: 4px solid #3664A5;
	background: #f5f7fa;
	font-style: italic;
	color: #333;
	border-radius: 0 6px 6px 0;
	font-size: 14px;
}
.hero-intro blockquote em {
	display: block;
	margin-top: 6px;
	font-style: normal;
	font-size: 12px;
	color: #666;
}