.hero {
    background-color: #172033;
    background-image: url('../images/forside-banner.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* En mere kompakt navigation på både forsiden og undersiderne. */
.nav-wrap {
    min-height: 62px;
}

.brand {
    font-size: 1.2rem;
}

.main-nav {
    gap: 18px;
    font-size: .86rem;
}

.button-small {
    padding: 8px 15px;
}

.hero {
    min-height: 100vh;
    min-height: 100svh;
}

/* Den samme diskrete navigation bruges på alle hjemmesidens sider. */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .72);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
    backdrop-filter: blur(14px) saturate(135%);
    border-bottom-color: rgba(255, 255, 255, .38);
    box-shadow: 0 8px 28px rgba(20, 35, 65, .06);
}

@media (max-width: 980px) {
    .main-nav {
        top: 62px;
    }

    .main-nav {
        background: rgba(255, 255, 255, .94);
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
    }
}

/* Kontaktboks på forsiden – udelukkende til Konfirmations Gang. */
.sms-cta-section {
    padding-top: 24px;
}

.sms-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
    overflow: hidden;
    padding: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 30px;
    box-shadow: 0 18px 55px rgba(24, 40, 77, .1);
}

.sms-cta-content {
    padding: 52px 58px;
}

.sms-cta-label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 12px;
    color: var(--blue-dark);
    background: var(--blue-soft);
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.sms-cta h2 {
    max-width: 650px;
    margin-bottom: 16px;
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3.35rem);
}

.sms-cta-content > p {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: 1.02rem;
}

.sms-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sms-details li {
    padding: 8px 13px;
    color: #42506b;
    background: #f6f8fc;
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: .84rem;
    font-weight: 700;
}

.sms-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 44px 40px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(240, 90, 157, .52), transparent 47%),
        #1c3265;
}

.sms-contact-kicker {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 700;
}

.sms-number {
    margin-bottom: 22px;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.sms-button {
    width: 100%;
    margin-bottom: 16px;
    color: var(--blue-dark);
    background: #fff;
    box-shadow: none;
}

.sms-contact small {
    color: rgba(255, 255, 255, .68);
    font-size: .73rem;
    line-height: 1.5;
}

@media (max-width: 780px) {
    .sms-cta {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .sms-cta-content,
    .sms-contact {
        padding: 32px 26px;
    }

    .sms-cta h2 {
        font-size: clamp(1.9rem, 9vw, 2.5rem);
    }

    .sms-details {
        align-items: flex-start;
        flex-direction: column;
    }

    .sms-contact {
        align-items: stretch;
    }

    .sms-number {
        font-size: 2.15rem;
    }
}
