.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-1b54b7f */.dji-product {
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    max-width: 1200px;
    margin: 0 auto;
}

.dji-product * {
    box-sizing: border-box;
}

.dji-product .hero {
    padding: 70px 25px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 24px;
    margin-bottom: 25px;
}

.dji-product .hero h2 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.05;
    margin: 0 0 15px;
    font-weight: 700;
}

.dji-product .hero h3 {
    font-size: clamp(20px, 3vw, 28px);
    margin: 0 0 20px;
    font-weight: 500;
    color: #444;
}

.dji-product .hero p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.dji-product .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.dji-product .feature {
    background: #f5f5f5;
    padding: 40px 30px;
    border-radius: 20px;
    min-height: 210px;
    transition: transform .3s ease;
}

.dji-product .feature:hover {
    transform: translateY(-5px);
}

.dji-product .feature .number {
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.dji-product .feature h3 {
    font-size: 20px;
    margin: 0 0 12px;
}

.dji-product .feature p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.dji-product .content-section {
    padding: 65px 30px;
    text-align: center;
}

.dji-product .content-section h2 {
    font-size: clamp(28px, 4vw, 42px);
    margin-bottom: 20px;
}

.dji-product .content-section p {
    max-width: 850px;
    margin: 0 auto;
    color: #555;
    line-height: 1.8;
    font-size: 17px;
}

.dji-product .spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.dji-product .spec {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 12px;
}

.dji-product .spec strong {
    font-weight: 600;
}

.dji-product .spec span {
    text-align: right;
    color: #555;
}

.dji-product .dark-section {
    background: #111;
    color: #fff;
    padding: 65px 30px;
    border-radius: 24px;
    text-align: center;
    margin-top: 25px;
}

.dji-product .dark-section h2 {
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    margin: 0 0 20px;
}

.dji-product .dark-section p {
    color: #ccc;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 17px;
}

@media (max-width: 767px) {
    .dji-product .features,
    .dji-product .spec-grid {
        grid-template-columns: 1fr;
    }

    .dji-product .hero {
        padding: 50px 20px;
    }

    .dji-product .feature {
        min-height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42c0e65 */.dji-product {
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    max-width: 1200px;
    margin: 0 auto;
}

.dji-product * {
    box-sizing: border-box;
}

.dji-product .hero {
    padding: 70px 25px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 24px;
    margin-bottom: 25px;
}

.dji-product .hero h2 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.05;
    margin: 0 0 15px;
    font-weight: 700;
}

.dji-product .hero h3 {
    font-size: clamp(20px, 3vw, 28px);
    margin: 0 0 20px;
    font-weight: 500;
    color: #444;
}

.dji-product .hero p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.dji-product .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.dji-product .feature {
    background: #f5f5f5;
    padding: 40px 30px;
    border-radius: 20px;
    min-height: 210px;
    transition: transform .3s ease;
}

.dji-product .feature:hover {
    transform: translateY(-5px);
}

.dji-product .feature .number {
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.dji-product .feature h3 {
    font-size: 20px;
    margin: 0 0 12px;
}

.dji-product .feature p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.dji-product .content-section {
    padding: 65px 30px;
    text-align: center;
}

.dji-product .content-section h2 {
    font-size: clamp(28px, 4vw, 42px);
    margin-bottom: 20px;
}

.dji-product .content-section p {
    max-width: 850px;
    margin: 0 auto;
    color: #555;
    line-height: 1.8;
    font-size: 17px;
}

.dji-product .spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.dji-product .spec {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 12px;
}

.dji-product .spec strong {
    font-weight: 600;
}

.dji-product .spec span {
    text-align: right;
    color: #555;
}

.dji-product .dark-section {
    background: #111;
    color: #fff;
    padding: 65px 30px;
    border-radius: 24px;
    text-align: center;
    margin-top: 25px;
}

.dji-product .dark-section h2 {
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    margin: 0 0 20px;
}

.dji-product .dark-section p {
    color: #ccc;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 17px;
}

@media (max-width: 767px) {
    .dji-product .features,
    .dji-product .spec-grid {
        grid-template-columns: 1fr;
    }

    .dji-product .hero {
        padding: 50px 20px;
    }

    .dji-product .feature {
        min-height: auto;
    }
}/* End custom CSS */