* {
    font-family: Merriweather Sans, Georgia, serif;
}

.brødtekst {
    margin-top: 2%;
    background-color: #E9EEF3;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.brødtekst ul {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 750px;
}

.brødtekst li {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 15px;
    align-items: start;
    padding: 15px;
    background-color: #ffffff;
    border-left: 4px solid #C41E3A;
    border-radius: 4px;
}

.brødtekst li::before {
    content: "•";
    color: #C41E3A;
    font-weight: bold;
    font-size: 24px;
    margin-top: -5px;
    flex-shrink: 0;
    grid-row: 1 / span 2;
}

.brødtekst li strong {
    display: block;
    grid-column: 2;
    font-size: 22px;
    color: #333333;
    margin-bottom: 5px;
}

.brødtekst li p {
    grid-column: 2;
    margin: 0;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
}

.brødtekst2 {
    margin-top: 2%;
    background-color: #E9EEF3;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.support-grid {
    max-width: 980px;
    margin: 28px auto 0;
    padding: 0 20px 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.support-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 112px;
    padding: 18px 26px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(18, 32, 56, 0.12);
    text-align: left;
}

.accent-red {
    border-left: 4px solid #B52B39;
}

.accent-blue {
    border-left: 4px solid #17315E;
}

.support-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7ECEE;
    color: #B52B39;
    flex-shrink: 0;
}

.accent-blue .support-icon {
    background-color: #EEF2F8;
    color: #17315E;
}

.support-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.support-card p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #0B2340;
}

@media (max-width: 768px) {
    .support-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .support-card {
        min-height: 96px;
        padding: 16px 20px;
    }

    .support-card p {
        font-size: 18px;
    }
}

.brødtekst3 {
    margin-top: 2%;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.brødtekst4 {
    margin-top: 2%;
    background-color: #E9EEF3;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.brødtekst5 {
    margin-top: 2%;
    background-color: #0B2A4A;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: white;

}
.kontakt-boks {
    display: inline-block;
    background: #29374f;
    color: #fff;
    border-radius: 12px;
    padding: 28px 40px;
    margin: 10px auto 20px;
    text-align: center;
}

.kontakt-label {
    margin: 0 0 6px;
    font-size: 1rem;
}

.kontakt-email {
    margin: 0 0 14px;
    font-size: 1.5rem;
    font-weight: bold;
}
.kontakt-email a {
    color: white;
}
.kontakt-email a:hover {
    color: #9B1B2A;
}

.kontakt-sub {
    margin: 0;
    font-size: 0.95rem;
    color: #ccd6e0;
}