.swhelp-navbar {
    width: 100%;
    z-index: 1030;
    padding: 20px 0;
    backdrop-filter: blur(10px);
    font-family: 'Noto Sans KR', sans-serif;
    transition: all 0.3s ease;
}

.swhelp-navbar.scrolled,
.swhelp-navbar.swhelp-navbar-subpage {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.swhelp-navbar.swhelp-navbar-subpage {
    min-height: 64px;
}

.swhelp-navbar .navbar-brand .brand-text {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.swhelp-navbar .nav-link {
    position: relative;
    margin-left: 20px;
    color: #ffffff !important;
    font-weight: 500;
}

.swhelp-navbar.scrolled .nav-link,
.swhelp-navbar.scrolled .navbar-brand .brand-text,
.swhelp-navbar.swhelp-navbar-subpage .nav-link,
.swhelp-navbar.swhelp-navbar-subpage .navbar-brand .brand-text {
    color: #2d3436 !important;
}

.swhelp-navbar .nav-link::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d63031;
    content: '';
    transition: width 0.3s;
}

.swhelp-navbar .nav-link:hover::after,
.swhelp-navbar .nav-link.active::after {
    width: 100%;
}

.swhelp-subpage-content {
    padding-top: 64px;
}

.swhelp-subpage-hero {
    display: flex;
    min-height: 340px;
    align-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(22, 28, 32, 0.9) 0%, rgba(22, 28, 32, 0.72) 42%, rgba(22, 28, 32, 0.18) 78%),
        url('/swhelp/hero_fire_safety_1768323204316.png');
    background-position: center 43%;
    background-size: cover;
    color: #ffffff;
}

.swhelp-subpage-hero-content {
    max-width: 680px;
    padding: 64px 0;
}

.swhelp-subpage-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.swhelp-subpage-hero-eyebrow::before {
    width: 32px;
    height: 2px;
    margin-right: 12px;
    background-color: #d63031;
    content: '';
}

.swhelp-subpage-hero-title {
    margin: 0 0 16px;
    color: #ffffff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.25;
    text-wrap: balance;
}

.swhelp-subpage-hero-description {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    line-height: 1.8;
    word-break: keep-all;
}

.swhelp-footer {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    background-color: #212529 !important;
    color: #ffffff;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
}

.swhelp-footer .brand-text {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.swhelp-footer .text-secondary {
    color: #6c757d !important;
}

@media (max-width: 991px) {
    .swhelp-navbar {
        background-color: #2d3436;
    }

    .swhelp-navbar.scrolled,
    .swhelp-navbar.swhelp-navbar-subpage {
        background-color: rgba(255, 255, 255, 0.95);
    }

    .swhelp-navbar .nav-link {
        margin-left: 0;
    }

    .swhelp-subpage-hero {
        min-height: 290px;
        background-position: 57% center;
    }

    .swhelp-subpage-hero-content {
        max-width: 560px;
        padding: 48px 0;
    }

    .swhelp-subpage-hero-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 575px) {
    .swhelp-subpage-hero {
        min-height: 270px;
        background-image:
            linear-gradient(90deg, rgba(22, 28, 32, 0.9) 0%, rgba(22, 28, 32, 0.74) 70%, rgba(22, 28, 32, 0.45) 100%),
            url('/swhelp/hero_fire_safety_1768323204316.png');
        background-position: 58% center;
    }

    .swhelp-subpage-hero-content {
        padding: 40px 0;
    }

    .swhelp-subpage-hero-title {
        font-size: 1.8rem;
    }

    .swhelp-subpage-hero-description {
        max-width: 92%;
        line-height: 1.65;
    }
}
