.elementor-256 .elementor-element.elementor-element-7e90e33{--display:flex;--min-height:199px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-256 .elementor-element.elementor-element-7e90e33:not(.elementor-motion-effects-element-type-background), .elementor-256 .elementor-element.elementor-element-7e90e33 > .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-256 .elementor-element.elementor-element-7bc6eec .elementor-heading-title{color:var( --e-global-color-4b6fc9b );}.elementor-256 .elementor-element.elementor-element-409d205{--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-256 .elementor-element.elementor-element-953a7d3{--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-256 .elementor-element.elementor-element-a06ca9b{--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-1558005 *//* ========================= */
/* GLOBAL */
/* ========================= */
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f5efe6;
    color: #1a1a1a;
}

section {
    width: 100%;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: 600;
}

p {
    line-height: 1.7;
    margin: 0;
}

/* ========================= */
/* TAG */
/* ========================= */
.tag {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b8924a;
}

/* ========================= */
/* 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);
}

/* ========================= */
/* PRODUCT DETAIL SECTION */
/* ========================= */
.product-detail {
    padding: 120px 10%;
    background: linear-gradient(135deg, #f7f1e7, #e9dfcf);
}

.product-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* TEXT */
.product-text {
    flex: 1;
}

.product-text h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-top: 10px;
}

.product-text h2 span {
    color: #b8924a;
}

.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;
}

/* 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;
}

/* IMAGE */
.product-image {
    flex: 1;
    text-align: center;
}

.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);
}

/* ========================= */
/* ADVANTAGE SECTION */
/* ========================= */
.product-advantage {
    padding: 120px 10%;
    background: linear-gradient(135deg, #efe6d8, #f7f1e7);
}

.adv-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

.adv-text h2 {
    font-size: 44px;
}

.adv-text h2 span {
    color: #b8924a;
}

.adv-list {
    margin-top: 30px;
}

.adv-item {
    margin-bottom: 20px;
}

.adv-item h4 {
    color: #b8924a;
    font-size: 18px;
}

.adv-item p {
    color: #555;
}

/* ========================= */
/* APPLICATION SECTION (DARK) */
/* ========================= */
.dpine-application {
    padding: 130px 10%;
    background: linear-gradient(135deg, #1c1c1c, #2a2a2a);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* glow effect */
.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 h2 {
    font-size: 44px;
}

.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);
}

.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;
}

.app-card p {
    color: #cfcfcf;
    font-size: 14px;
}

/* ========================= */
/* 🔥 ANIMATION (SAFE FIXED) */
/* ========================= */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */
@media (max-width: 900px) {

    .product-container,
    .adv-container {
        flex-direction: column;
        text-align: center;
    }

    .product-text h2 {
        font-size: 34px;
    }

    .adv-text h2 {
        font-size: 32px;
    }

    .app-header h2 {
        font-size: 32px;
    }
}
/* 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-17d29f2 *//* SECTION */
.why-section {
    padding: 100px 10%;
    background: linear-gradient(135deg, #ffffff, #f3ede4);
}

/* LAYOUT */
.why-container {
    display: flex;
    gap: 60px;
    align-items: center;
}

/* TEXT */
.why-text {
    flex: 1;
}

.tag {
    color: #b8924a;
    font-size: 12px;
    letter-spacing: 2px;
}

.why-text h2 {
    font-size: 40px;
    margin-top: 10px;
    color: #1a1a1a;
}

.why-text h2 span {
    color: #b8924a;
}

.desc {
    margin-top: 20px;
    color: #555;
}

/* POINTS */
.why-points {
    margin-top: 30px;
}

.why-item {
    margin-bottom: 15px;
}

.why-item h4 {
    color: #b8924a;
    margin-bottom: 5px;
}

.why-item p {
    color: #555;
}

/* RIGHT SIDE */
.why-cards {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.why-card h3 {
    color: #1a1a1a;
}

.why-card p {
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .why-container {
        flex-direction: column;
        text-align: center;
    }

    .why-cards {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5ff6e9 *//* SECTION */
.mr-application {
    padding: 120px 10%;
    background: linear-gradient(135deg, #1f1f1f, #2c2c2c);
    color: #fff;
}

/* HEADER */
.app-header {
    text-align: center;
    margin-bottom: 60px;
}

.tag {
    color: #d6af62;
    font-size: 12px;
    letter-spacing: 2px;
}

.app-header h2 {
    font-size: 42px;
    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(250px, 1fr));
    gap: 25px;
}

/* CARD */
.app-card {
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 14px;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.08);
}

/* HOVER */
.app-card:hover {
    transform: translateY(-8px);
    border-color: #d6af62;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* TEXT */
.app-card h3 {
    color: #fff;
    margin-bottom: 8px;
}

.app-card p {
    color: #cfcfcf;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .app-header h2 {
        font-size: 32px;
    }
}/* End custom CSS */