.website-body {
    background: #f6f8fb;
    color: #1f2937;
    font-family: Roboto, sans-serif;
}

.website-body h1,
.website-body h2,
.website-body h3,
.website-body h4,
.website-body h5,
.website-body h6,
.website-body p {
    letter-spacing: 0;
}

.website-navbar {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.website-navbar .navbar-brand {
    color: #172554;
    font-weight: 700;
    letter-spacing: 0;
}

.website-navbar .nav-link {
    color: #475569;
    font-weight: 500;
}

.website-navbar .nav-link:hover,
.website-navbar .nav-link.active {
    color: #0d6efd;
}

.website-logo {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
    padding: 4px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.website-main {
    padding-top: 72px;
}

.website-hero {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    color: #fff;
    background: #0b1220;
}

.website-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 7, 18, 0.9) 0%, rgba(15, 23, 42, 0.76) 46%, rgba(15, 23, 42, 0.36) 100%),
        url("../images/login-images/login-cover.svg") right center / min(56vw, 720px) no-repeat,
        #0b1220;
}

.min-vh-75 {
    min-height: 560px;
}

.website-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: #bfdbfe;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.website-hero h1,
.website-page-title h1 {
    max-width: 760px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(2.35rem, 4.4vw, 4.7rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 0;
}

.website-lead,
.website-page-title p {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.12rem;
    line-height: 1.75;
}

.website-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.website-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #eef6ff;
    padding: 9px 12px;
    font-size: 0.92rem;
    font-weight: 500;
}

.website-hero-points i {
    color: #7dd3fc;
    font-size: 1.15rem;
}

.website-section {
    padding: 76px 0;
}

.website-intro {
    background: #fff;
}

.website-band {
    background: #fff;
}

.website-section-title {
    margin-bottom: 16px;
    color: #172554;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
}

.website-text {
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
}

.website-card,
.website-contact-panel,
.website-feature {
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    padding: 26px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.website-card h5 {
    margin-bottom: 10px;
    color: #172554;
    font-weight: 700;
}

.website-card p {
    margin-bottom: 0;
    color: #475569;
    line-height: 1.7;
}

.website-feature {
    box-shadow: none;
    background: #f8fafc;
}

.website-feature i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 1.45rem;
}

.website-feature h5 {
    color: #172554;
    font-weight: 700;
}

.website-feature p {
    margin-bottom: 0;
    color: #475569;
    line-height: 1.7;
}

.website-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #10b981);
    font-size: 1.6rem;
}

.website-showcase {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.website-stat {
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px;
}

.website-stat strong,
.website-stat span {
    display: block;
}

.website-stat strong {
    color: #172554;
    font-size: 1.6rem;
    line-height: 1.2;
}

.website-stat span {
    color: #475569;
}

.website-page-title {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(3, 7, 18, 0.88), rgba(15, 23, 42, 0.7)),
        url("../images/login-images/bg-login-img.jpg") center / cover no-repeat;
    padding: 96px 0;
}

.website-page-title h1 {
    color: #fff;
}

.website-check-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.website-check-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-weight: 500;
}

.website-check-list i {
    color: #10b981;
    font-size: 1.3rem;
}

.website-contact-panel {
    color: #fff;
    background: linear-gradient(135deg, #0f172a, #0d6efd);
    border: 0;
}

.website-contact-panel h4 {
    margin-bottom: 22px;
    color: #fff;
    font-weight: 700;
}

.website-contact-item {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.website-contact-item i {
    font-size: 1.7rem;
}

.website-contact-item span,
.website-contact-item strong {
    display: block;
}

.website-contact-item span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.85rem;
}

.website-contact-item strong {
    color: #fff;
    font-weight: 500;
}

.website-footer {
    color: #cbd5e1;
    background: #0f172a;
    padding: 34px 0;
}

.website-footer h5 {
    color: #fff;
    font-weight: 700;
}

.website-footer a {
    color: #cbd5e1;
    text-decoration: none;
}

.website-footer a:hover {
    color: #fff;
}

.website-social {
    display: flex;
    gap: 10px;
}

.website-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1.2rem;
}

.website-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.website-step {
    padding: 28px;
    border-right: 1px solid #e5e7eb;
}

.website-step:last-child {
    border-right: 0;
}

.website-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #eff6ff;
    color: #0d6efd;
    font-weight: 700;
}

.website-step h5 {
    color: #172554;
    font-weight: 700;
}

.website-step p {
    margin-bottom: 0;
    color: #475569;
    line-height: 1.7;
}

.website-cta {
    padding: 64px 0;
    color: #fff;
    background: linear-gradient(135deg, #0f172a, #0d6efd);
}

.website-cta h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
}

.website-cta p {
    max-width: 650px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    line-height: 1.7;
}

.website-cta .website-kicker {
    color: #bfdbfe;
}

.website-terms-summary {
    position: sticky;
    top: 96px;
}

.website-terms-summary h4,
.website-terms-content h2,
.website-terms-content h5 {
    color: #172554;
    font-weight: 700;
}

.website-terms-content h2 {
    margin-bottom: 16px;
}

.website-terms-content h5 {
    margin-top: 28px;
    margin-bottom: 8px;
}

.website-terms-content p {
    color: #475569;
    line-height: 1.8;
}

.website-terms-note {
    margin-top: 28px;
    border-radius: 8px;
    background: #eff6ff;
    color: #172554;
    padding: 16px 18px;
}

.website-policy-alert {
    margin: 24px 0;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
    background: #eff6ff;
    padding: 20px 22px;
}

.website-policy-alert h5 {
    margin: 0 0 10px;
    color: #172554;
    font-weight: 700;
}

.website-policy-alert p {
    margin-bottom: 0;
    color: #334155;
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .website-hero {
        min-height: auto;
    }

    .website-hero-bg {
        background:
            linear-gradient(90deg, rgba(3, 7, 18, 0.92), rgba(15, 23, 42, 0.78)),
            url("../images/login-images/login-cover.svg") right bottom / 90vw no-repeat,
            #0b1220;
    }

    .min-vh-75 {
        min-height: 520px;
        padding: 72px 0;
    }

    .website-section {
        padding: 56px 0;
    }

    .website-terms-summary {
        position: static;
    }

    .website-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .website-step:nth-child(2) {
        border-right: 0;
    }

    .website-step:nth-child(1),
    .website-step:nth-child(2) {
        border-bottom: 1px solid #e5e7eb;
    }
}

@media (max-width: 575.98px) {
    .website-main {
        padding-top: 68px;
    }

    .website-hero h1,
    .website-page-title h1 {
        font-size: 2.3rem;
    }

    .website-lead,
    .website-page-title p {
        font-size: 1rem;
    }

    .website-card,
    .website-contact-panel,
    .website-feature {
        padding: 22px;
    }

    .website-steps {
        grid-template-columns: 1fr;
    }

    .website-step,
    .website-step:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .website-step:last-child {
        border-bottom: 0;
    }
}
