#main.alur-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#main.alur-main.scrolled-offset {
    margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {
#main.alur-main {
        margin-top: 0 !important;
        padding-top: 70px !important;
    }
}

.alur-main {
        margin-top: 0;
    }

    .alur-hero {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #f8fbff 0%, #eef5fd 100%);
        padding: 82px 0 72px;
    }

    .alur-hero::before {
        content: "";
        position: absolute;
        top: -260px;
        right: -240px;
        width: 680px;
        height: 680px;
        border-radius: 50%;
        background: radial-gradient(rgba(66, 139, 202, .14), transparent 70%);
        z-index: 1;
    }

    .alur-hero::after {
        content: "";
        position: absolute;
        left: -280px;
        bottom: -330px;
        width: 700px;
        height: 700px;
        border-radius: 50%;
        background: radial-gradient(rgba(247, 170, 71, .15), transparent 70%);
        z-index: 1;
    }

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

    .alur-badge {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 50px;
        background: rgba(66, 139, 202, .1);
        color: #0d6efd;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .alur-title {
        color: #1f2937;
        font-size: 48px;
        font-weight: 800;
        line-height: 1.18;
        margin-bottom: 18px;
    }

    .alur-title span {
        color: #f7aa47;
    }

    .alur-description {
        color: #6b7280;
        font-size: 16px;
        line-height: 1.8;
        max-width: 760px;
        margin: 0 auto 34px;
    }

    .alur-quick-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
        margin-top: 42px;
    }

    .alur-quick-card {
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 18px;
        padding: 22px 18px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
        transition: all .3s ease;
    }

    .alur-quick-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 38px rgba(27, 40, 71, .08);
    }

    .alur-quick-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(247, 170, 71, .14);
        color: #f7aa47;
        font-size: 22px;
        margin: 0 auto 14px;
    }

    .alur-quick-card h3 {
        color: #1f2937;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .alur-quick-card p {
        color: #6b7280;
        font-size: 13px;
        line-height: 1.7;
        margin: 0;
    }

    .alur-content-section {
        background: #fff;
        padding: 75px 0 90px;
    }

    .alur-section-heading {
        text-align: center;
        max-width: 780px;
        margin: 0 auto 44px;
    }

    .alur-section-badge {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 50px;
        background: rgba(66, 139, 202, .08);
        color: #0d6efd;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .alur-section-heading h2 {
        color: #1f2937;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .alur-section-heading p {
        color: #6b7280;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .alur-flow-list {
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .alur-flow-card {
        position: relative;
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 28px;
        overflow: hidden;
        box-shadow: 0 18px 50px rgba(27, 40, 71, .07);
    }

    .alur-flow-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
        padding: 26px 30px;
        border-bottom: 1px solid #f3f4f6;
        background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    }

    .alur-flow-title-wrap {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .alur-flow-number {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f7aa47;
        color: #fff;
        font-weight: 800;
        box-shadow: 0 10px 24px rgba(247, 170, 71, .24);
        flex: 0 0 auto;
    }

    .alur-flow-title h3 {
        color: #1f2937;
        font-size: 22px;
        font-weight: 800;
        margin: 0 0 5px;
    }

    .alur-flow-title p {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }

    .alur-flow-logo {
        height: 38px;
        width: auto;
        flex: 0 0 auto;
    }

    .alur-flow-body {
        padding: 34px;
        background: #fff;
    }

    .alur-image-frame {
        position: relative;
        overflow: hidden;
        border-radius: 22px;
        background: #fbfdff;
        border: 1px solid #f3f4f6;
        padding: 26px;
    }

    .alur-image-frame img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        margin: 0 auto;
    }

    .alur-flow-card-large .alur-image-frame img {
        max-height: 720px;
    }

    .alur-flow-card-normal .alur-image-frame img {
        max-height: 440px;
    }

    .alur-note {
        margin-top: 34px;
        background: linear-gradient(135deg, #f8fbff 0%, #eef5fd 100%);
        border: 1px solid #f3f4f6;
        border-radius: 24px;
        padding: 28px;
        display: flex;
        gap: 18px;
        align-items: flex-start;
    }

    .alur-note-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        background: rgba(13, 110, 253, .1);
        color: #0d6efd;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        flex: 0 0 auto;
    }

    .alur-note h3 {
        color: #1f2937;
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .alur-note p {
        color: #6b7280;
        font-size: 15px;
        line-height: 1.8;
        margin: 0;
    }

    @media (max-width: 1199.98px) {
        .alur-title {
            font-size: 42px;
        }

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

    @media (max-width: 991.98px) {
        .alur-hero {
            padding: 112px 0 56px;
        }

        .alur-title {
            font-size: 36px;
        }

        .alur-section-heading h2 {
            font-size: 34px;
        }

        .alur-flow-header {
            align-items: flex-start;
        }

        .alur-flow-logo {
            height: 32px;
        }
    }

    @media (max-width: 767.98px) {
        .alur-hero {
            padding: 96px 0 44px;
        }

        .alur-title {
            font-size: 30px;
        }

        .alur-description {
            font-size: 14px;
        }

        .alur-quick-grid {
            grid-template-columns: 1fr;
            gap: 14px;
            margin-top: 32px;
        }

        .alur-content-section {
            padding: 54px 0 74px;
        }

        .alur-section-heading {
            margin-bottom: 30px;
        }

        .alur-section-heading h2 {
            font-size: 28px;
        }

        .alur-section-heading p {
            font-size: 14px;
        }

        .alur-flow-list {
            gap: 24px;
        }

        .alur-flow-card {
            border-radius: 22px;
        }

        .alur-flow-header {
            flex-direction: column;
            padding: 22px;
        }

        .alur-flow-title-wrap {
            align-items: flex-start;
        }

        .alur-flow-number {
            width: 42px;
            height: 42px;
            border-radius: 12px;
        }

        .alur-flow-title h3 {
            font-size: 18px;
        }

        .alur-flow-title p {
            font-size: 13px;
        }

        .alur-flow-body {
            padding: 18px;
        }

        .alur-image-frame {
            border-radius: 18px;
            padding: 12px;
        }

        .alur-flow-card-large .alur-image-frame img,
        .alur-flow-card-normal .alur-image-frame img {
            max-height: none;
        }

        .alur-note {
            border-radius: 20px;
            padding: 22px;
        }

        .alur-note h3 {
            font-size: 18px;
        }

        .alur-note p {
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .alur-hero {
            padding: 88px 0 38px;
        }

        .alur-title {
            font-size: 27px;
        }

        .alur-badge,
        .alur-section-badge {
            font-size: 12px;
            padding: 7px 14px;
        }

        .alur-flow-title-wrap {
            gap: 12px;
        }

        .alur-flow-logo {
            height: 28px;
        }
    }

.alur-hero {
    margin-top: 0 !important;
    padding-top: 40px !important;
}

@media (max-width: 991.98px) {
    .alur-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 767.98px) {
    .alur-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 480px) {
    .alur-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

.alur-main input:focus-visible,
.alur-main select:focus-visible,
.alur-main textarea:focus-visible,
.alur-main button:focus-visible,
.alur-main a:focus-visible {
    outline: 3px solid rgba(13, 110, 253, .18);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .alur-main *,
    .alur-main *::before,
    .alur-main *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}