/* Startseite — secțiuni specifice (nav, footer, componente comune în components.css). */

.hero {
	position: relative;
	height: 920px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	background: #08152a;
}

.hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.85;
	z-index: 0;
}

.hero-grad {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(8, 21, 42, 0.55) 0%,
		rgba(8, 21, 42, 0.42) 30%,
		rgba(8, 21, 42, 0.14) 55%,
		rgba(8, 21, 42, 0) 100%
	);
	z-index: 1;
}

.hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	align-items: stretch;
}

.hero-left-panel {
	width: 50%;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	flex-shrink: 0;
	overflow: hidden;
	padding: 0;
}

.hero-left-inner {
	width: 100%;
	max-width: 550px;
	padding: 64px 52px 64px 24px;
}

.hero-right-panel {
	flex: 1;
	position: relative;
}

.hero-eyebrow {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}

.hero-ey-line {
	width: 28px;
	height: 2px;
	background: #c8001a;
	flex-shrink: 0;
}

.hero-eyebrow .ey-label {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}

.hero h1 {
	font-size: 46px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
}

.hero-sub {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
	color: rgba(200, 215, 245, 0.7);
	margin-bottom: 28px;
}

.hero-checks {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-bottom: 32px;
}

.hero-chk {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 400;
}

.hero-chkbox {
	width: 20px;
	height: 20px;
	background: #c8001a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
}

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

.btn-r,
.btn-n {
	background: transparent;
	color: #fff;
	padding: 15px 34px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-family: Arial, sans-serif;
	white-space: nowrap;
	text-decoration: none;
}

.badge {
	background: #f7f4ef;
	border-bottom: 1px solid #e2dfd8;
}

.badge-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.badge-item {
	text-align: center;
	padding: 18px;
	border-right: 1px solid #e2dfd8;
}

.badge-item:last-child {
	border-right: none;
}

.badge-main {
	font-family: Georgia, serif;
	font-size: 21px;
	font-weight: 600;
	color: #08152a;
	display: block;
	margin-bottom: 2px;
}

.badge-sub {
	font-size: 12px;
	color: #888;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 600;
}

.badge-line {
	width: 20px;
	height: 2px;
	background: #c8001a;
	margin: 5px auto 0;
}

.welcome-grid {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 48px;
	align-items: start;
}

.welcome-left h2 {
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: 700;
	color: #08152a;
	line-height: 1.2;
	margin-bottom: 12px;
}

.welcome-left p {
	font-size: 17px;
	color: #666;
	line-height: 1.85;
	font-weight: 300;
	margin-bottom: 10px;
}

.trust {
	display: flex;
	flex-direction: column;
	margin-top: 18px;
}

.ti {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 10px 0;
	border-bottom: 1px solid #e2dfd8;
	font-size: 14px;
	color: #555;
	font-weight: 300;
	line-height: 1.5;
}

.ti:first-child {
	border-top: 1px solid #e2dfd8;
}

.tdot {
	width: 5px;
	height: 5px;
	background: #c8001a;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 6px;
}

.ti b {
	font-weight: 700;
	color: #1a1a1a;
}

.mehr {
	display: inline-block;
	margin-top: 16px;
	font-size: 10.5px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #c8001a;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1.5px solid #c8001a;
	padding-bottom: 2px;
}

.hcb-welcome-anspruch {
	margin-top: 24px;
	background: #f7f4ef;
	border-top: 3px solid #c8001a;
	padding: 24px 28px;
}

.hcb-welcome-anspruch h3 {
	font-family: Georgia, serif;
	font-size: 22px;
	color: #08152a;
	font-weight: 700;
	margin-bottom: 10px;
}

.hcb-welcome-anspruch p {
	font-size: 16px;
	color: #08152a;
	line-height: 1.8;
	margin: 0;
}

.welcome-right {
	background: #08152a;
	padding: 32px 28px;
}

.wr-label {
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c8001a;
	font-weight: 700;
	margin-bottom: 6px;
}

.wr-h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 16px;
	line-height: 1.2;
}

.ci {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ci:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.c-icon {
	width: 32px;
	height: 32px;
	background: rgba(200, 0, 26, 0.15);
	border: 1px solid rgba(200, 0, 26, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 14px;
}

.c-label {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.35);
	font-weight: 500;
	margin-bottom: 1px;
}

.c-val {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
}

.c-val a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.c-val a:hover {
	color: #fff;
}

.c-val-sub {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
	font-weight: 300;
	margin-top: 2px;
}

.stat-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	margin-top: 16px;
}

.stat-card {
	background: rgba(255, 255, 255, 0.05);
	border-left: 2px solid #c8001a;
	padding: 12px 14px;
}

.stat-num {
	font-family: Georgia, serif;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	display: block;
	line-height: 1;
}

.stat-card .stat-num--sm {
	font-size: 16px;
}

.stat-lbl {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.09em;
	text-transform: uppercase;
	margin-top: 3px;
	display: block;
}

.hcb-home-services {
	background: #f7f4ef;
	padding: 48px 0;
}

.hcb-home-services-head {
	text-align: center;
	margin-bottom: 36px;
}

.hcb-home-services-head .sec-label {
	justify-content: center;
}

.hcb-home-services-head h2 {
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: 700;
	color: #08152a;
	margin-bottom: 6px;
}

.hcb-home-services-head p {
	font-size: 13px;
	color: #777;
	font-weight: 300;
	max-width: 460px;
	margin: 0 auto;
}

.sgrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
}

a.svc {
	text-decoration: none;
	color: inherit;
}

.svc {
	background: #fff;
	padding: 26px 22px;
	border-bottom: 3px solid transparent;
}

.svc-num {
	font-family: Georgia, serif;
	font-size: 36px;
	color: rgba(21, 82, 168, 0.07);
	font-weight: 700;
	line-height: 1;
	margin-bottom: 9px;
}

.svc h3 {
	font-size: 17px;
	font-weight: 700;
	color: #08152a;
	margin-bottom: 6px;
	line-height: 1.3;
}

.svc p {
	font-size: 12.5px;
	color: #777;
	line-height: 1.7;
	font-weight: 300;
}

.svc-lnk {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #c8001a;
	font-weight: 700;
}

.svc-cta {
	background: #08152a;
	padding: 26px 22px;
	border-bottom: 3px solid #c8001a;
}

.svc-cta h3 {
	font-family: Georgia, serif;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 8px;
}

.svc-cta p {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.45);
	font-weight: 300;
	line-height: 1.7;
}

.btn-svc {
	display: inline-block;
	margin-top: 14px;
	background: #c8001a;
	color: #fff;
	border: none;
	padding: 9px 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	cursor: pointer;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.inout-banner {
	background: #08152a;
	padding: 16px 0;
}

.inout-banner-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inout-banner p {
	font-family: Georgia, serif;
	font-size: 17px;
	color: #fff;
	font-style: italic;
}

.bb {
	background: #1552a8;
	color: #fff;
	padding: 9px 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: none;
	font-family: Arial, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}

.inout {
	padding: 48px 0;
}

.inout-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
}

.icol {
	background: #f7f4ef;
	padding: 30px 26px;
}

.icol.right {
	background: #fff;
	border-left: 2px solid #e2dfd8;
}

.icol-head {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #c8001a;
}

.icol-icon {
	width: 32px;
	height: 32px;
	background: #c8001a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}

.icol h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #08152a;
	font-weight: 700;
	line-height: 1.2;
}

.icol-intro {
	font-size: 12px;
	color: #777;
	font-weight: 300;
	line-height: 1.75;
	margin-bottom: 16px;
	font-style: italic;
}

.iitem {
	padding: 10px 0;
	border-bottom: 1px solid #e2dfd8;
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.iitem:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.inum {
	width: 19px;
	height: 19px;
	background: #08152a;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}

.iitem h4 {
	font-size: 12.5px;
	font-weight: 700;
	color: #08152a;
	margin-bottom: 1px;
}

.iitem p {
	font-size: 14px;
	color: #777;
	line-height: 1.6;
	font-weight: 300;
}
