:root {
    --red: #d81920;
    --dark: #0d0d0f;
    --ink: #18181b;
    --muted: #6b7280;
    --soft: #f5f5f5;
}

body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
    color: var(--ink);
    background: #fff;
}

h1,
h2,
h3,
.display-title {
    font-family: Anton, Impact, sans-serif;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.topbar {
    background: #070707;
    color: #d1d5db;
    font-size: .92rem;
}

.navbar {
    background: #111;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.navbar-brand {
    font-family: Anton, Impact, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-link {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .88rem;
    color: #fff !important
}

.nav-link:hover {
    color: var(--red) !important
}

.btn-red {
    --bs-btn-bg: var(--red);
    --bs-btn-border-color: var(--red);
    --bs-btn-hover-bg: #b71319;
    --bs-btn-hover-border-color: #b71319;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-outline-light {
    font-weight: 800;
    text-transform: uppercase;
}

.hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .58)), url('img/selbstverteidigung-min.jpg') center/cover no-repeat;
}

.hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(0deg, #fff, transparent)
}

.hero .container {
    position: relative;
    z-index: 2
}

.eyebrow {
    color: var(--red);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.hero h1 {
    font-size: clamp(3.2rem, 8vw, 7.5rem);
    line-height: .92
}

.lead {
    font-size: 1.18rem;
    color: #e5e7eb;
    max-width: 760px
}

.section-pad {
    padding: 96px 0
}

.section-title {
    font-size: clamp(2.4rem, 5vw, 4.5rem)
}

.shadow-card {
    box-shadow: 0 18px 50px rgba(0, 0, 0, .10);
    border: 0
}

.red-line {
    width: 72px;
    height: 5px;
    background: var(--red);
    display: inline-block;
    border-radius: 20px
}

.feature-card {
    height: 100%;
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 34px;
    background: #fff;
    transition: .25s
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .12)
}

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(216, 25, 32, .1);
    color: var(--red);
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    margin-bottom: 22px
}

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

.dark-section .text-muted {
    color: #c4c4c4 !important
}

.program {
    overflow: hidden;
    border-radius: 26px;
    background: #171717;
    color: #fff;
    height: 100%;
}

.program-img {
    height: 230px;
    background-size: cover;
    background-position: center
}

.program-body {
    padding: 30px
}

.program h3 {
    font-size: 2rem
}

.program p {
    color: #cfd1d4
}

.principles li {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.principles i {
    color: var(--red)
}

.location-strip {
    background: var(--red);
    color: #fff;
    padding: 34px 0
}

.location-strip h3 {
    margin: 0;
    font-size: 2rem
}

.contact-box {
    background: #fff;
    border-radius: 26px;
    padding: 36px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .10)
}

footer {
    background: #070707;
    color: #d1d5db;
    padding: 58px 0 28px
}

footer a {
    color: #fff;
    text-decoration: none
}

footer a:hover {
    color: var(--red)
}

#benefit {
    color:#000;
}