.dasan-home {
        direction: rtl;
        text-align: right;
        font-family: inherit;
        overflow: hidden;
    }

    .dasan-hero {
        position: relative;
        padding: 92px 0 80px;
        color: #fff;
        background:
            radial-gradient(circle at 10% 10%, rgba(0, 194, 255, .28), transparent 30%),
            radial-gradient(circle at 90% 20%, rgba(88, 101, 242, .28), transparent 28%),
            linear-gradient(135deg, #07111f 0%, #0f2746 48%, #081323 100%);
    }

    .dasan-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
        background-size: 36px 36px;
        opacity: .5;
    }

    .dasan-hero:after {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        background: rgba(0, 194, 255, .13);
        filter: blur(60px);
        left: -180px;
        bottom: -220px;
    }

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

    .dasan-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 16px;
        border-radius: 999px;
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.18);
        color: #eaf6ff;
        font-size: 13px;
        margin-bottom: 18px;
        box-shadow: 0 10px 30px rgba(0,0,0,.15);
    }

    .dasan-hero h1 {
        color: #fff;
        font-size: 42px;
        line-height: 1.55;
        font-weight: 900;
        margin-bottom: 18px;
        letter-spacing: -.5px;
    }

    .dasan-hero p {
        color: #d9eaff;
        font-size: 17px;
        line-height: 2.1;
        margin-bottom: 28px;
        max-width: 640px;
    }

    .dasan-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 24px;
    }

    .dasan-actions .btn {
        border-radius: 14px;
        padding: 13px 23px;
        font-weight: 800;
        box-shadow: 0 12px 30px rgba(0,0,0,.16);
    }

    .dasan-outline-btn {
        color: #fff !important;
        border: 1px solid rgba(255,255,255,.28) !important;
        background: rgba(255,255,255,.08) !important;
    }

    .dasan-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-top: 24px;
    }

    .dasan-stat {
        background: rgba(255,255,255,.085);
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 18px;
        padding: 15px 12px;
        text-align: center;
        backdrop-filter: blur(12px);
    }

    .dasan-stat strong {
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 4px;
    }

    .dasan-stat span {
        color: #bfd8f2;
        font-size: 12px;
    }

    .dasan-visual {
        position: relative;
    }

    .dasan-visual-card {
        position: relative;
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.18);
        backdrop-filter: blur(18px);
        border-radius: 32px;
        padding: 26px;
        box-shadow: 0 28px 80px rgba(0,0,0,.32);
    }

    .dasan-visual-card img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        filter: drop-shadow(0 18px 32px rgba(0,0,0,.25));
    }

    .dasan-floating {
        position: absolute;
        background: #fff;
        color: #12243c;
        border-radius: 18px;
        padding: 13px 16px;
        box-shadow: 0 18px 45px rgba(0,0,0,.22);
        font-size: 13px;
        font-weight: 800;
        z-index: 3;
    }

    .dasan-floating.one {
        top: 26px;
        right: -18px;
    }

    .dasan-floating.two {
        left: -18px;
        bottom: 35px;
    }

    .dasan-floating span {
        display: block;
        color: #1f75bd;
        font-size: 18px;
        margin-bottom: 2px;
    }

    .dasan-section {
        padding: 72px 0;
    }

    .dasan-section-title {
        text-align: center;
        margin-bottom: 38px;
    }

    .dasan-section-title h2 {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 12px;
        color: #15243a;
    }

    .dasan-section-title p {
        color: #6d7785;
        font-size: 16px;
        line-height: 2;
        max-width: 740px;
        margin: 0 auto;
    }

    .dasan-feature-card {
        height: 100%;
        background: #fff;
        border: 1px solid #edf1f6;
        border-radius: 24px;
        padding: 28px 24px;
        box-shadow: 0 14px 38px rgba(15,35,70,.08);
        transition: .25s ease;
    }

    .dasan-feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 56px rgba(15,35,70,.14);
    }

    .dasan-icon {
        width: 56px;
        height: 56px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #eef7ff, #e7f0ff);
        color: #1f75bd;
        font-size: 25px;
        margin-bottom: 18px;
    }

    .dasan-feature-card h3 {
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 12px;
        color: #15243a;
    }

    .dasan-feature-card p {
        color: #697586;
        line-height: 1.95;
        margin-bottom: 0;
        font-size: 14px;
    }

    .dasan-jd-promo {
        position: relative;
        overflow: hidden;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 28px;
        margin-top: 28px;
        padding: 30px 32px;
        border: 1px solid #dceaf7;
        border-radius: 26px;
        background:
            radial-gradient(circle at 12% 20%, rgba(0, 194, 255, .12), transparent 30%),
            linear-gradient(135deg, #f7fbff 0%, #eef7ff 100%);
        box-shadow: 0 16px 44px rgba(15, 35, 70, .08);
    }

    .dasan-jd-promo:before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        left: -95px;
        bottom: -125px;
        border-radius: 50%;
        background: rgba(31, 117, 189, .08);
        pointer-events: none;
    }

    .dasan-jd-promo-content {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: 18px;
    }

    .dasan-jd-promo-icon {
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background: #fff;
        color: #1f75bd;
        font-size: 29px;
        box-shadow: 0 12px 30px rgba(31, 117, 189, .13);
    }

    .dasan-jd-promo h3 {
        margin: 0 0 9px;
        color: #15243a;
        font-size: 21px;
        font-weight: 900;
    }

    .dasan-jd-promo p {
        max-width: 760px;
        margin: 0;
        color: #647286;
        font-size: 14px;
        line-height: 2;
    }

    .dasan-jd-promo-actions {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-end;
    }

    .dasan-jd-promo-actions .btn {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        padding: 12px 20px;
        font-weight: 900;
        white-space: nowrap;
    }

.dasan-jd-hero-btn,
.dasan-jd-hero-btn:link,
.dasan-jd-hero-btn:visited {
    color: #10233b !important;
    border: 1px solid #ffd04a !important;
    background: linear-gradient(135deg, #ffd95a 0%, #ffad32 100%) !important;
    box-shadow: 0 14px 32px rgba(255, 174, 50, .30) !important;
    transform: translateY(0);
    transition: all .22s ease !important;
}

.dasan-jd-hero-btn .btn__text {
    color: #10233b !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
    font-weight: 900 !important;
}

.dasan-jd-hero-btn:hover,
.dasan-jd-hero-btn:focus {
    color: #10233b !important;
    border-color: #ffe078 !important;
    background: linear-gradient(135deg, #ffe477 0%, #ffc04c 100%) !important;
    box-shadow: 0 18px 38px rgba(255, 174, 50, .40) !important;
    transform: translateY(-2px);
}

.dasan-jd-hero-btn:hover .btn__text,
.dasan-jd-hero-btn:focus .btn__text {
    color: #10233b !important;
}

    .dasan-gradient-section {
        background:
            radial-gradient(circle at 85% 15%, rgba(31,117,189,.12), transparent 28%),
            linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
    }

    .dasan-search-box {
        background: #fff;
        border: 1px solid #edf1f6;
        border-radius: 30px;
        padding: 34px;
        box-shadow: 0 18px 55px rgba(15,35,70,.09);
    }

    .dasan-search-mock {
        border-radius: 20px;
        background: #f5f8fc;
        border: 1px solid #e8edf5;
        padding: 16px;
        margin-top: 20px;
    }

    .dasan-search-bar {
        background: #fff;
        border: 1px solid #e4eaf2;
        border-radius: 999px;
        padding: 13px 18px;
        color: #7a8594;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dasan-search-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 14px;
    }

    .dasan-search-tags span {
        background: #fff;
        border: 1px solid #e7edf4;
        border-radius: 999px;
        padding: 7px 12px;
        font-size: 12px;
        color: #536174;
    }

    .dasan-hosts-box {
        background: #f7f9fc;
        border-radius: 30px;
        padding: 34px;
        border: 1px solid #edf0f5;
        box-shadow: inset 0 1px 0 #fff;
    }

    #filehosts {
        list-style: none;
        padding: 0;
        margin: 24px 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    #filehosts li {
        background: #fff;
        border: 1px solid #e8edf3;
        border-radius: 999px;
        padding: 8px 13px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        color: #26384f;
        box-shadow: 0 7px 20px rgba(20,40,70,.055);
    }

    #filehosts img {
        width: 16px;
        height: 16px;
        object-fit: contain;
    }

    .dasan-steps {
        counter-reset: step;
    }

    .dasan-step {
        position: relative;
        background: #fff;
        border: 1px solid #edf1f6;
        border-radius: 24px;
        padding: 28px 24px;
        box-shadow: 0 14px 38px rgba(15,35,70,.07);
        height: 100%;
    }

    .dasan-step:before {
        counter-increment: step;
        content: counter(step);
        width: 38px;
        height: 38px;
        border-radius: 13px;
        background: #1f75bd;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        margin-bottom: 16px;
    }

    .dasan-step h3 {
        font-size: 18px;
        font-weight: 900;
        color: #15243a;
        margin-bottom: 10px;
    }

    .dasan-step p {
        color: #697586;
        line-height: 1.9;
        margin: 0;
    }

    .dasan-cta {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 15% 10%, rgba(0,194,255,.28), transparent 28%),
            linear-gradient(135deg, #0f2746 0%, #1f75bd 100%);
        color: #fff;
        border-radius: 34px;
        padding: 52px 32px;
        text-align: center;
        box-shadow: 0 24px 65px rgba(31,117,189,.28);
    }

    .dasan-cta h2 {
        color: #fff;
        font-weight: 900;
        font-size: 30px;
        margin-bottom: 14px;
    }

    .dasan-cta p {
        color: #ddecff;
        line-height: 2;
        margin-bottom: 26px;
    }

    .dasan-social {
        display: flex;
        justify-content: center;
        gap: 14px;
        margin-top: 28px;
    }

    .dasan-social a {
        width: 44px;
        height: 44px;
        border-radius: 15px;
        background: rgba(255,255,255,.12);
        border: 1px solid rgba(255,255,255,.18);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dasan-social img {
        width: 28px;
        height: 28px;
    }

    @media (max-width: 991px) {
        .dasan-hero h1 {
            font-size: 34px;
        }

        .dasan-floating {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .dasan-hero {
            padding: 58px 0;
            text-align: center;
        }

        .dasan-hero h1 {
            font-size: 27px;
        }

        .dasan-hero p {
            margin-left: auto;
            margin-right: auto;
        }

        .dasan-actions {
            justify-content: center;
        }

        .dasan-stats {
            grid-template-columns: 1fr;
        }

        .dasan-visual-card {
            margin-top: 32px;
        }

        .dasan-section {
            padding: 54px 0;
        }

        .dasan-section-title h2 {
            font-size: 24px;
        }

        .dasan-jd-promo {
            grid-template-columns: 1fr;
            padding: 24px 20px;
            text-align: center;
        }

        .dasan-jd-promo-content {
            flex-direction: column;
            align-items: center;
        }

        .dasan-jd-promo-actions {
            justify-content: center;
        }

        .dasan-jd-promo-actions .btn {
            width: 100%;
        }
    }
