*,
::before,
::after {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-sizing: border-box;
}

body,
html {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    padding: 0;
    background: #000;
    box-sizing: border-box;
}

p a,
li a {
    font-weight: 700;
    color: #4a474c;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    color: #ffffff;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    color: #ffffff;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    color: #ffffff;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    color: #ffffff;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #ffffff99;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

ul li,
ol li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 15px;
    color: #ffffff99;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.m-0 {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.dzx-dg-main {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.d-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

header {
    width: 100%;
    height: auto;
    transition-duration: .2s;
    z-index: 50;
    left: 0;
    top: 0;
    text-align: center;
    padding: 10px 16px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dzx-dg-header-link {
    color: #FFFFFF;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.dzx-dg-hero-section {
    background-image: url(../image/hero.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dzx-dg-hero-main-contain {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 15px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.dzx-hero-tag {
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease;
}

.dzx-hero-text {
    font-size: 14px;
    font-weight: 500;
    color: #fafafa;
    white-space: nowrap;
}

.dzx-lucide-arrow-right {
    width: 12px;
    height: 12px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.dzx-hero-tag:hover .dzx-lucide-arrow-right {
    transform: rotate(-45deg);
}

.dzx-cta-btn {
    position: relative;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    height: 100%;
    padding: 12px 20px;
    background: #f8fafc;
    color: #000;
    border-radius: 12px;
    border: none;
    white-space: nowrap;
    font-weight: 500;

    transition: all 0.25s ease;
}

.dzx-cta-btn:hover {
    background: #f1f5f9;
    filter: brightness(1.1);
}

.dzx-cta-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.dzx-cta-text {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.dzx-cta-icon {
    width: 14px;
    height: 14px;
    color: #000;

    transition: transform 0.3s ease;
}

.dzx-cta-btn:hover .dzx-cta-icon {
    transform: rotate(-45deg);
}

.dzx-card {
    margin: 0 5px;
    width: 180px;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.dzx-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dzx-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));

    pointer-events: none;
}

.dzx-showcase {
    width: 100%;
    height: auto;
    padding: 0px 15px;
}

.dzx-showcase-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.dzx-showcase-card {
    position: relative;
    border-radius: 14px;

}

.dzx-card-desc {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.dzx-card-desc h2 {
    color: #FFFFFF;
}

.dzx-card-desc-second .dzx-card-desc {
    bottom: 0;
    top: unset;
}

.dzx-showcase-card img {
    width: 100%;
    border-radius: 14px;
}

.dzx-showcase-card .dzx-gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.dzx-hero {
    position: relative;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    margin: 0;
    margin-top: 30px;
}

.dzx-tabs .dzx-tab-btn {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 15px 16px;
    backdrop-filter: blur(25px);
    transform: translateY(0);
    transition: all 0.6s ease-in-out;
    opacity: 1;
    border: none;
    cursor: pointer;
    text-align: left;
}

.dzx-tabs .dzx-tab-btn h3 {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

.dzx-tabs .dzx-tab-btn p {
    margin: 0;
    font-size: 14px;
}

.dzx-tabs {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.dzx-hero img {
    width: 100%;
    min-height: 550px;
    object-fit: cover;
    border-radius: 0;
}

.dzx-tab-btn:hover,
.dzx-tab-btn.active {
    background: rgba(0, 0, 0, 1);
    transform: translateY(-4px);
}

.dzx-showcase-head {
    padding: 0px 15px;
}

.dzx-icon-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
    padding: 0px 15px 0;
    margin-top: 30px;
}

.dzx-icon-grid img {
    border-radius: 14px;
}

.dzx-faq {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 15px;
}

.dzx-faq-item {
    background: linear-gradient(145deg, #111, #1a1a1a);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dzx-faq-question {
    width: 100%;
    padding: 16px 24px;
    background: none;
    border: none;
    color: #fff;
    text-align: left;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.dzx-arrow {
    transition: transform 0.3s ease;
}

.dzx-faq-item.active .dzx-arrow {
    transform: rotate(180deg);
}

.dzx-faq-answer {
    max-height: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 20px;
    transition: all 0.35s ease;
}

.dzx-faq-item.active .dzx-faq-answer {
    max-height: 200px;
    padding: 0 24px 16px;
}

.dzx-faq p {
    margin: 0;
}

.dzx-footer {
    background: #0b0b0b;
    padding: 30px 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 30px;
}

.dzx-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 18px;
    margin-bottom: 15px;
}

.dzx-footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 16px;
    transition: color .25s ease;
}

.dzx-footer-links a:hover {
    color: #FFFFFF;
}

.dzx-footer-copy {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.dzx-dg-create-hero-section h1 {
    margin: 0;
}


/* container */
.dzx-search-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 10px auto 0px;
}

.dzx-search-input-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    background: rgba(20, 20, 25, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dzx-search-input {
    width: 100%;
    border-radius: 14px;
    border: 0;
    color: #fff;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.dzx-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.dzx-search-btn {
    width: 100%;
    padding: 12px 24px;
    border-radius: 14px;
    border: none;
    background: #2c2c2f;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all .25s ease;
    text-align:center;
}

.dzx-search-btn:hover {
    background: #3a3a3f;
    transform: translateY(-2px);
}

.dzx-dg-hero-main-contain-last {
    display: block;
}

.dzx-dg-hero-main-contain-last h1 {
    margin-bottom: 15px;
}

.dzx-cta-btn-download {
    margin: 15px auto;
    display: block;
}

p.ad-title {
            text-align: center;
            margin: 0;
            text-transform: uppercase;
            color: #666;
            font-size: 10px;
            line-height: 1.4;
            letter-spacing: 2px;
            padding: 5px 0;
        }