.elementor-237 .elementor-element.elementor-element-98755d9{--display:flex;--min-height:199px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-237 .elementor-element.elementor-element-98755d9:not(.elementor-motion-effects-element-type-background), .elementor-237 .elementor-element.elementor-element-98755d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-7d95283 ) 100%);}.elementor-237 .elementor-element.elementor-element-3f73859 .elementor-heading-title{color:var( --e-global-color-4b6fc9b );}.elementor-237 .elementor-element.elementor-element-2996a31{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-237 .elementor-element.elementor-element-2182770{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-237 .elementor-element.elementor-element-ca0f884{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-925cec8 *//* SECTION */
.product-detail {
    padding: 120px 10%;
    background: linear-gradient(135deg, #f7f1e7, #e9dfcf);
}

/* LAYOUT */
.product-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* TAG */
.tag {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b8924a;
}

/* HEADING */
.product-text h2 {
    font-size: 46px;
    color: #1a1a1a;
    line-height: 1.2;
    margin-top: 10px;
}

.product-text h2 span {
    color: #b8924a;
}

/* DESC */
.desc {
    margin-top: 20px;
    color: #555;
    max-width: 520px;
}

/* FEATURES */
.features {
    margin-top: 25px;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.feature span {
    color: #b8924a;
    margin-right: 10px;
}

.feature p {
    color: #444;
}

/* 🔥 NEW: SPEC STRIP */
.specs {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.specs span {
    background: rgba(184,146,74,0.1);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    color: #6a4d1f;
}

/* BUTTON */
.premium-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #b8924a, #d6af62);
    color: #000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.premium-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(184,146,74,0.3);
}

/* IMAGE */
.product-image img {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.2);
    transition: 0.5s;
}

.product-image img:hover {
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .product-container {
        flex-direction: column;
        text-align: center;
    }
}
/* POPUP OVERLAY */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* POPUP BOX */
.popup-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    width: 350px;
    text-align: center;
    position: relative;
}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* FORM */
.popup-box input,
.popup-box textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
}

.popup-box textarea {
    height: 80px;
    resize: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9360711 *//* SECTION */
.product-advantage {
    padding: 120px 10%;
    background: linear-gradient(135deg, #efe6d8, #f7f1e7);
}

/* LAYOUT */
.adv-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* IMAGE */
.adv-image img {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.2);
    transition: 0.5s;
}

.adv-image img:hover {
    transform: scale(1.05);
}

/* TEXT */
.adv-text {
    flex: 1;
}

.adv-text h2 {
    font-size: 44px;
    color: #1a1a1a;
}

.adv-text h2 span {
    color: #b8924a;
}

/* DESCRIPTION */
.desc {
    margin-top: 20px;
    color: #555;
}

/* LIST */
.adv-list {
    margin-top: 30px;
}

.adv-item {
    margin-bottom: 20px;
}

.adv-item h4 {
    color: #b8924a;
    font-size: 18px;
    margin-bottom: 5px;
}

.adv-item p {
    color: #555;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .adv-container {
        flex-direction: column;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9775c81 *//* ========================= */
/* 🔥 NEW BACKGROUND */
/* ========================= */
.dpine-application {
    padding: 130px 10%;
    background: linear-gradient(135deg, #1c1c1c, #2a2a2a); /* DARK PREMIUM */
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* subtle glow */
.dpine-application::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(214,175,98,0.2), transparent);
    top: -100px;
    right: -100px;
    filter: blur(80px);
}

/* ========================= */
/* HEADER */
/* ========================= */
.app-header {
    text-align: center;
    margin-bottom: 70px;
}

.app-header .tag {
    color: white;
    letter-spacing: 2px;
    font-size: 12px;
}

.app-header h2 {
    font-size: 44px;
    margin-top: 10px;
}

.app-header h2 span {
    color: #d6af62;
}

.app-header p {
    color: #cfcfcf;
    margin-top: 15px;
}

/* ========================= */
/* GRID */
/* ========================= */
.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 35px;
}

/* ========================= */
/* CARD */
/* ========================= */
.app-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    padding: 40px 25px;
    border-radius: 18px;
    transition: 0.5s;
    border: 1px solid rgba(255,255,255,0.08);
}

/* hover */
.app-card:hover {
    transform: translateY(-12px);
    border-color: #d6af62;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

/* ========================= */
/* ICON */
/* ========================= */
.icon {
    width: 50px;
    height: 50px;
    color: #d6af62;
    margin-bottom: 15px;
}

.icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
}

/* ========================= */
/* TEXT */
/* ========================= */
.app-card h3 {
    color: #fff;
    margin-bottom: 8px;
}

.app-card p {
    color: #cfcfcf;
    font-size: 14px;
}

/* ========================= */
/* 🔥 SCROLL TEXT ANIMATION */
/* ========================= */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: 1s cubic-bezier(.2,.8,.2,1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */