:root{
  --bg:#f6f1ef;
  --card:#ffffff;
  --text:#18263d;
  --muted:#7b8594;
  --line:#eadfd8;
  --primary:#ff8a00;
  --primary2:#ff9a1f;
  --primary3:#ff7a00;
  --blue:#0f3b8d;
  --green:#3dbb56;
  --shadow:0 14px 32px rgba(0,0,0,.08);
}

body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:var(--bg);
}

.lp-wrap{max-width:1220px;margin:0 auto;padding:12px 12px 60px;}
.lp-narrow{max-width:520px;}
.lp-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);}
.hide{display:none !important;}
.desktop-only{display:none;}

.lp-banner{margin-bottom:12px;overflow:hidden;}
.lp-banner-image-wrap{border-radius:22px;overflow:hidden;}
.lp-banner-image{display:block;width:100%;height:auto;aspect-ratio:1400 / 500;object-fit:cover;}

.lp-campaigns{padding:10px;margin-bottom:12px;}
.lp-campaigns-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;}
.lp-campaigns-head strong{font-size:16px;}
.lp-campaigns-head span{font-size:12px;color:var(--muted);}
.lp-campaign-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;}
.lp-campaign-scroll::-webkit-scrollbar{display:none;}
.lp-campaign-item{
  min-width:185px;max-width:185px;flex:0 0 185px;text-decoration:none;color:inherit;
  padding:12px;border-radius:18px;border:1.5px solid #ffd8ca;background:#fff;position:relative;
}
.lp-campaign-item.active{border-color:var(--primary);box-shadow:0 0 0 2px rgba(255,138,0,.08);}
.lp-campaign-badge{
  position:absolute;right:10px;top:-8px;background:linear-gradient(180deg,var(--primary2),var(--primary3));
  color:#fff;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;
}
.lp-campaign-item h3{margin:6px 0 8px;font-size:15px;line-height:1.22;color:#ff6a00;font-weight:900;}
.lp-campaign-meta{font-size:12px;color:var(--muted);margin-bottom:9px;}
.lp-campaign-price{font-size:16px;font-weight:900;}
.lp-campaign-sold{margin-top:5px;font-size:12px;font-weight:800;color:#ff6b55;}

.lp-grid{display:grid;grid-template-columns:1fr;gap:12px;}
.lp-hero{padding:18px 16px;text-align:center;margin-bottom:12px;}
.lp-hero h1{margin:0 0 8px;font-size:30px;line-height:1.08;font-weight:900;}
.lp-hero p{margin:0;font-size:15px;color:var(--muted);}

.lp-section{padding:14px;margin-bottom:12px;}
.lp-section-head{display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.lp-section-head h2{margin:0;font-size:18px;font-weight:900;}
.lp-icon{
  width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#ff9a1f,#ff7a00);color:#fff;font-size:20px;
}

.lp-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.lp-empty-products{
  grid-column:1 / -1;
  padding:24px;
  text-align:center;
  border:1px dashed #ccc;
  border-radius:16px;
  background:#fafafa;
  color:#666;
}
.lp-product{position:relative;overflow:hidden;background:#fff;border:2px solid #efddd3;border-radius:18px;cursor:pointer;transition:.2s ease;}
.lp-product.selected{border-color:#ff5a2f;box-shadow:0 0 0 2px rgba(255,90,47,.08);}
.lp-product-badge{
  position:absolute;left:8px;top:8px;z-index:5;background:rgba(62,178,74,.94);color:#fff;
  padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900;
}
.lp-product-check{
  position:absolute;top:8px;right:8px;z-index:5;width:24px;height:24px;border-radius:999px;
  background:var(--green);color:#fff;display:none;align-items:center;justify-content:center;font-size:14px;font-weight:900;
}
.lp-product.selected .lp-product-check{display:flex;}
.lp-product-image{position:relative;aspect-ratio:.80 / 1;overflow:hidden;background:#f3f3f3;}
.lp-product-image img{width:100%;height:100%;object-fit:cover;display:block;}
.lp-product-zoom{
  position:absolute;left:8px;bottom:8px;width:30px;height:30px;border-radius:8px;border:none;
  background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;
}
.lp-product-bar{background:#1f4aa2;color:#fff;text-align:center;font-size:11px;font-weight:900;padding:6px 8px;}
.lp-product-body{padding:10px 10px 12px;}
.lp-product-title{margin:0 0 8px;font-size:14px;line-height:1.25;font-weight:900;color:#25344c;min-height:36px;}
.lp-product-live{font-size:12px;font-weight:800;color:#ff684d;min-height:16px;margin-bottom:8px;}
.lp-product-desc{font-size:11px;line-height:1.38;color:#6f7a89;min-height:42px;margin-bottom:10px;}
.lp-product-btn{
  width:100%;height:38px;border:none;border-radius:12px;background:linear-gradient(180deg,#ff9a1f,#ff7a00);
  color:#fff;font-size:13px;font-weight:900;
}

.lp-selected-list{display:grid;gap:8px;}
.lp-selected-item{
  display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;
  background:#fff8f4;border:1px solid #ffe0d4;border-radius:12px;padding:10px 12px;
}

.lp-size-grid{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;}
.lp-size-btn{
  min-width:56px;height:44px;border:none;border-radius:12px;background:linear-gradient(180deg,#ff9a1f,#ff7a00);
  color:#fff;font-size:20px;font-weight:900;cursor:pointer;
}
.lp-size-btn.active{box-shadow:0 0 0 4px rgba(255,90,47,.12);}

.lp-address-grid{display:grid;gap:10px;}
.lp-select-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.lp-input,.lp-textarea,.lp-select{
  width:100%;box-sizing:border-box;border:1px solid #dbe2eb;background:#edf4ff;color:#24334b;border-radius:12px;font-size:16px;
}
.lp-input,.lp-select{height:50px;padding:0 14px;}
.lp-textarea{min-height:86px;padding:14px;resize:vertical;}

.lp-order-box{
  padding:18px;background:#fff3ee;border:1px solid #ffcdbd;border-radius:22px;margin-bottom:14px;
}
.lp-order-head{display:flex;align-items:center;gap:10px;margin-bottom:16px;}
.lp-order-head h3{margin:0;font-size:18px;font-weight:900;}
.lp-order-icon{
  width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#ff9a1f,#ff7a00);color:#fff;font-size:16px;
}
.lp-order-row{
  display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:15px;margin-bottom:14px;color:#4a5568;
}
.lp-order-right{display:flex;align-items:center;gap:8px;}
.lp-old-price{color:#9da5b3;text-decoration:line-through;font-size:14px;}
.lp-free-badge{
  background:#2fbe54;color:#fff;font-size:12px;font-weight:900;padding:5px 10px;border-radius:999px;
}
.lp-order-divider{height:1px;background:#f1c9bc;margin:10px 0 14px;}
.lp-order-total{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:18px;font-weight:900;}
.lp-order-total strong{font-size:22px;color:#ff5a2f;}

.lp-page-complete-btn,
.lp-big-action{
  width:100%;height:56px;border:none;border-radius:14px;background:linear-gradient(180deg,#ff9a1f,#ff7a00);
  color:#fff;font-size:18px;font-weight:900;cursor:pointer;margin-bottom:12px;
  display:flex;align-items:center;justify-content:center;text-decoration:none;
}
.lp-big-action.danger{background:linear-gradient(180deg,#ff9a1f,#ff7a00);}
.lp-page-note{
  padding:14px 16px;background:#eef5ff;border:1px solid #d8e7ff;border-radius:16px;color:#4d6ea6;
  font-size:13px;line-height:1.55;margin-bottom:12px;
}

.lp-faq{padding:14px;margin-bottom:12px;}
.lp-faq-item{border:1px solid #efe4de;border-radius:16px;overflow:hidden;background:#fff;margin-bottom:10px;}
.lp-faq-q{
  width:100%;border:none;background:#fff;padding:18px 16px;font-size:15px;font-weight:900;color:var(--text);
  display:flex;align-items:center;justify-content:space-between;cursor:pointer;
}
.lp-faq-a{display:none;padding:0 16px 16px;color:var(--muted);font-size:14px;line-height:1.55;}
.lp-faq-item.active .lp-faq-a{display:block;}
.lp-faq-item.active .lp-faq-arrow{transform:rotate(180deg);}
.lp-faq-arrow{transition:.2s ease;color:#9ca4b2;}

.lp-summary{padding:14px;margin-bottom:12px;}
.lp-summary-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;}
.lp-summary-label{font-size:12px;font-weight:900;color:var(--muted);text-transform:uppercase;}
.lp-summary-count{font-size:24px;font-weight:900;margin-top:2px;}
.lp-summary-price{font-size:28px;font-weight:900;}
.lp-progress{width:100%;height:8px;border-radius:999px;background:#efe5df;overflow:hidden;margin-bottom:12px;}
.lp-progress-bar{width:0%;height:100%;background:linear-gradient(90deg,#ff9a1f,#ff7a00);transition:.25s ease;}

.lp-gallery-modal{position:fixed;inset:0;z-index:10000;display:none;}
.lp-gallery-modal.open{display:block;}
.lp-gallery-overlay{position:absolute;inset:0;background:rgba(0,0,0,.72);}
.lp-gallery-content{
  position:relative;z-index:2;width:min(92vw, 960px);margin:4vh auto 0;background:#fff;border-radius:22px;padding:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
}
.lp-gallery-close{
  position:absolute;top:10px;right:12px;width:38px;height:38px;border:none;border-radius:999px;background:#111;color:#fff;font-size:24px;cursor:pointer;z-index:3;
}
.lp-gallery-main-wrap{border-radius:16px;overflow:hidden;background:#f3f3f3;aspect-ratio:1 / 1.1;}
.lp-gallery-main-image{width:100%;height:100%;object-fit:contain;display:block;}
.lp-gallery-thumbs{display:flex;gap:10px;overflow-x:auto;margin-top:14px;padding-bottom:2px;}
.lp-gallery-thumb{width:72px;height:92px;border:2px solid #eee;border-radius:12px;overflow:hidden;background:#f3f3f3;flex:0 0 auto;cursor:pointer;}
.lp-gallery-thumb.active{border-color:#ff7a00;}
.lp-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.lp-gallery-nav{
  position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:none;border-radius:999px;background:rgba(17,17,17,.82);color:#fff;font-size:30px;line-height:1;cursor:pointer;z-index:3;
}
.lp-gallery-nav.prev{left:12px;}
.lp-gallery-nav.next{right:12px;}

.lp-status-card,
.lp-help-card,
.lp-result-card{
  background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:18px;margin-bottom:14px;
}
.lp-status-icon,
.lp-help-top-icon{
  width:52px;height:52px;border-radius:16px;background:linear-gradient(180deg,#ff9a1f,#ff7a00);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;margin-bottom:14px;
}
.lp-status-head h1,
.lp-help-card h1{margin:0 0 8px;font-size:22px;line-height:1.25;font-weight:900;}
.lp-status-head p,
.lp-help-card p{margin:0 0 16px;color:var(--muted);line-height:1.5;}

.lp-order-number-box{
  border:2px solid #ff7a00;border-radius:18px;padding:12px;display:flex;gap:12px;align-items:center;margin-bottom:18px;
}
.lp-order-number-left{
  width:58px;height:58px;border-radius:14px;background:#f1f4f8;display:flex;align-items:center;justify-content:center;font-size:24px;color:#ff7a00;font-weight:900;flex:0 0 58px;
}
.lp-order-number-right strong{display:block;font-size:18px;margin-bottom:4px;}
.lp-order-number-right span{font-size:20px;font-weight:900;}

.lp-mini-trust{
  display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid #ddd;
}
.lp-mini-trust-item{text-align:center;}
.lp-mini-trust-icon{font-size:22px;margin-bottom:6px;}
.lp-mini-trust-title{font-size:12px;font-weight:700;color:#4b5c77;}

.lp-global-bottom{
  margin-top:18px;
  padding-top:10px;
  border-top:1px solid #d9d9d9;
}
.lp-bottom-brand{
  text-align:center;
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:center;
}
.lp-bottom-brand strong{
  color:#ff5a2f;
  font-size:20px;
  font-weight:900;
}
.lp-bottom-brand a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  height:42px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid #d2d8e2;
  color:#697487;
  background:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}
.lp-bottom-brand span{
  color:#8a93a2;
  font-size:13px;
}

.lp-help-label{font-size:13px;font-weight:900;margin-bottom:10px;color:#32445f;}
.lp-help-search-wrap input{
  width:100%;height:52px;border:1px solid #d7dde7;border-radius:14px;padding:0 14px;font-size:18px;box-sizing:border-box;background:#fbfcfe;
}
.lp-help-desc{font-size:13px;color:#9aa3b2;line-height:1.5;margin:10px 0 16px;}
.lp-help-rule-box{
  border-top:1px solid #e6ebf2;margin-top:10px;padding-top:16px;color:#51627f;
}
.lp-help-rule-box h3{margin:0 0 12px;font-size:15px;font-weight:900;}
.lp-help-rule-box p{margin:0 0 8px;}

.lp-result-card h3{margin:0 0 14px;font-size:20px;font-weight:900;}
.lp-result-card p{margin:0;color:#627189;line-height:1.55;}

.lp-found-box{
  border:2px solid #ff7a00;border-radius:16px;padding:16px;margin-bottom:14px;
}
.lp-found-box strong{display:block;font-size:18px;margin-bottom:6px;}
.lp-found-box span{display:block;font-size:16px;}
.lp-found-detail p{margin:0 0 10px;color:#5e6d86;}

.lp-status-note{
  background:#f6f8fb;
  border:1px solid #dfe5ee;
  color:#55657e;
  border-radius:14px;
  padding:16px;
  line-height:1.6;
  font-size:14px;
  text-align:center;
  margin-top:8px;
}

.lp-back-link{
  display:flex;justify-content:center;align-items:center;gap:8px;margin:18px 0;color:#7d8798;text-decoration:none;font-weight:700;
}
.lp-help-footer{text-align:center;color:#8f98a6;font-size:13px;}
.lp-help-footer strong{display:block;color:#ff7a00;font-size:18px;margin-bottom:4px;}

@media (min-width: 992px){
  .desktop-only{display:block;}
  .lp-wrap{padding:18px 16px 60px;}
  .lp-grid{grid-template-columns:1fr 360px;align-items:start;}
  .lp-hero h1{font-size:42px;}
}

/* FLOATING ACTIONS */
.lp-floating-actions{
    position:fixed;
    right:14px;
    bottom:92px;
    z-index:99999;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:12px;
}

.lp-floating-track{
    width:78px;
    min-height:78px;
    border-radius:24px;
    background:#ffffff;
    box-shadow:0 10px 28px rgba(0,0,0,.16);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    padding:10px 8px;
    border:1px solid rgba(255,255,255,.7);
    transition:.2s ease;
}

.lp-floating-track:hover{
    transform:translateY(-2px);
}

.lp-floating-track-icon{
    width:38px;
    height:38px;
    border-radius:999px;
    background:linear-gradient(180deg,#ff9a1f,#ff7a00);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    margin-bottom:7px;
}

.lp-floating-track-text{
    color:#ff6a00;
    font-size:12px;
    line-height:1.1;
    font-weight:800;
    text-align:center;
}

.lp-floating-instagram{
    width:62px;
    height:62px;
    border-radius:999px;
    background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
    box-shadow:0 10px 24px rgba(0,0,0,.16);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:28px;
    transition:.2s ease;
}

.lp-floating-instagram:hover{
    transform:translateY(-2px) scale(1.04);
}

@media (max-width:768px){
    .lp-floating-actions{
        right:10px;
        bottom:84px;
        gap:10px;
    }

    .lp-floating-track{
        width:72px;
        min-height:72px;
        border-radius:22px;
        padding:8px 6px;
    }

    .lp-floating-track-icon{
        width:34px;
        height:34px;
        font-size:16px;
        margin-bottom:6px;
    }

    .lp-floating-track-text{
        font-size:11px;
    }

    .lp-floating-instagram{
        width:56px;
        height:56px;
        font-size:24px;
    }
}
