/* =============================================
   M-TWO THEME — Main CSS
   Digital Printing & Advertising
   ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --or:    #FF5A1F;
  --ord:   #D94510;
  --orl:   #FFF0EB;
  --nv:    #0D1B2A;
  --nvm:   #1A2E42;
  --tx:    #1A1A2E;
  --mt:    #6B7280;
  --bd:    #E5E7EB;
  --bg:    #F8F9FA;
  --wh:    #FFFFFF;
  --gr:    #10B981;
  --r:     12px;
  --fn:    'Plus Jakarta Sans', sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--fn);color:var(--tx);background:var(--bg);line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
input,select,textarea,button{font-family:var(--fn)}

/* ===== PROMO BAR ===== */
.mt-promo{background:var(--or);color:#fff;text-align:center;padding:10px 5%;font-size:13.5px;font-weight:600;display:none}
.mt-promo.active{display:block}
.mt-promo mark{background:rgba(255,255,255,.2);color:#fff;padding:2px 10px;border-radius:50px;margin:0 3px}

/* ===== HEADER / NAV ===== */
#mt-nav{position:sticky;top:0;z-index:999;background:rgba(13,27,42,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.mt-nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 5%;height:68px;gap:20px}
.mt-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.mt-logo img{width:44px;height:44px;border-radius:9px;object-fit:cover}
.mt-logo-name{font-size:16px;font-weight:800;color:#fff;letter-spacing:.3px}
.mt-logo-name em{color:var(--or);font-style:normal}
.mt-nav-links{display:flex;align-items:center;gap:28px}
.mt-nav-links a{color:rgba(255,255,255,.75);font-size:13.5px;font-weight:500;transition:color .2s}
.mt-nav-links a:hover,.mt-nav-links a.current{color:#fff}
.mt-nav-links a.current{border-bottom:2px solid var(--or);padding-bottom:2px}
.mt-nav-right{display:flex;align-items:center;gap:10px}
.mt-btn-wa{background:var(--or);color:#fff;padding:9px 18px;border-radius:50px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px;transition:all .2s;white-space:nowrap}
.mt-btn-wa:hover{background:var(--ord);transform:translateY(-1px)}







/* ===== HERO SLIDER ===== */
.mt-slider{position:relative;overflow:hidden;background:var(--nv)}
.mt-slider-wrap{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}
.mt-slide{min-width:100%;min-height:480px;position:relative;display:flex;align-items:center;overflow:hidden}
.mt-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}
.mt-slide-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,27,42,.92) 0%,rgba(13,27,42,.55) 60%,rgba(13,27,42,.2) 100%)}
.mt-slide-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 5% 80px;width:100%;padding-left:80px;padding-right:80px}
.mt-slide-badge{display:inline-block;background:rgba(255,90,31,.18);border:1px solid rgba(255,90,31,.4);color:var(--or);font-size:12px;font-weight:700;padding:5px 14px;border-radius:50px;margin-bottom:14px;letter-spacing:.4px}
.mt-slide-title{font-size:clamp(32px,5.5vw,60px);font-weight:800;color:#fff;line-height:1.05;margin-bottom:14px;letter-spacing:-1.5px;max-width:640px}
.mt-slide-title b{color:var(--or);font-weight:800}
.mt-slide-sub{color:rgba(255,255,255,.65);font-size:16px;line-height:1.7;margin-bottom:28px;max-width:480px}
.mt-slide-btns{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:5}
.mt-btn-primary{background:var(--or);color:#fff;padding:13px 26px;border-radius:50px;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:all .25s;border:none;cursor:pointer}
.mt-btn-primary:hover{background:var(--ord);transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,90,31,.4);color:#fff}
.mt-btn-outline{background:transparent;color:#fff;padding:13px 26px;border-radius:50px;font-weight:600;font-size:14px;border:1.5px solid rgba(255,255,255,.35);transition:all .2s;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.mt-btn-outline:hover{border-color:#fff;color:#fff}
/* Slider controls */
.mt-sl-prev,.mt-sl-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;user-select:none;font-size:16px}
.mt-sl-prev{left:12px}.mt-sl-next{right:12px}
.mt-sl-prev:hover,.mt-sl-next:hover{background:var(--or);border-color:var(--or)}
.mt-sl-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}
.mt-sl-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:all .25s;border:none}
.mt-sl-dot.on{background:var(--or);width:24px;border-radius:4px}
/* Slider default (no image) */
.mt-slide-default-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--nv) 0%,var(--nvm) 50%,#0a2038 100%)}
.mt-slide-default-bg::after{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(255,90,31,.2) 0%,transparent 70%)}

/* ===== TRUST BAR ===== */
.mt-trust{background:var(--or);padding:12px 5%}
.mt-trust-in{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}
.mt-trust-item{color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;gap:7px;white-space:nowrap}

/* ===== SECTIONS ===== */
.mt-sec{padding:64px 0}
.mt-sec-in{max-width:1200px;margin:0 auto;padding:0 5%}
.mt-sec-tag{display:inline-block;background:var(--orl);color:var(--or);font-size:11.5px;font-weight:700;padding:5px 14px;border-radius:50px;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}
.mt-sec-title{font-size:clamp(24px,3.5vw,36px);font-weight:800;letter-spacing:-.5px;line-height:1.15;margin-bottom:10px}
.mt-sec-sub{color:var(--mt);font-size:15px;max-width:520px;line-height:1.7}

/* ===== PRODUK GRID ===== */
.mt-produk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,240px));gap:18px;margin-top:36px}
.mt-produk-card{background:var(--wh);border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;transition:all .25s;display:flex;flex-direction:column}
.mt-produk-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1);border-color:var(--or)}
.mt-produk-card:hover .mt-produk-img img{transform:scale(1.05)}
.mt-produk-img{height:180px;overflow:hidden;background:var(--bg);position:relative;flex-shrink:0}
.mt-produk-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.mt-produk-img .no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;background:linear-gradient(135deg,#f0f4f8,#e8ecf0)}
.mt-produk-badge{position:absolute;top:10px;left:10px;background:var(--or);color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:50px}
.mt-produk-body{padding:14px 16px;flex:1;display:flex;flex-direction:column}
.mt-produk-cat{font-size:11px;font-weight:700;color:var(--or);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}
.mt-produk-name{font-size:14px;font-weight:700;color:var(--tx);margin-bottom:6px;line-height:1.4}
.mt-produk-price{color:var(--or);font-size:14px;font-weight:800;margin-bottom:4px}
.mt-produk-unit{font-size:11px;color:var(--mt)}
.mt-produk-btn{margin-top:auto;padding-top:12px;display:flex;gap:8px}
.mt-produk-btn a{flex:1;text-align:center;padding:10px 0;border-radius:8px;font-size:13px;font-weight:700;transition:all .2s;display:block}
.mt-produk-btn .btn-detail{background:var(--or);color:#fff;border-radius:50px}
.mt-produk-btn .btn-detail:hover{background:var(--ord);color:#fff}

/* ===== SINGLE PRODUK ===== */
.mt-single-wrap{max-width:1200px;margin:0 auto;padding:48px 5%;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.mt-single-gallery{position:sticky;top:80px}
.mt-single-main-img{width:100%;aspect-ratio:1;border-radius:var(--r);overflow:hidden;background:var(--bg);border:1px solid var(--bd);margin-bottom:10px}
.mt-single-main-img img{width:100%;height:100%;object-fit:cover}
.mt-single-thumbs{display:flex;gap:8px;flex-wrap:wrap}
.mt-single-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid var(--bd);transition:border .2s}
.mt-single-thumb:hover,.mt-single-thumb.active{border-color:var(--or)}
.mt-single-thumb img{width:100%;height:100%;object-fit:cover}
.mt-single-info{}
.mt-single-cat{font-size:12px;font-weight:700;color:var(--or);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}
.mt-single-title{font-size:28px;font-weight:800;color:var(--tx);margin-bottom:12px;line-height:1.2}
.mt-single-price{font-size:26px;font-weight:800;color:var(--or);margin-bottom:4px}
.mt-single-unit{font-size:13px;color:var(--mt);margin-bottom:20px}
.mt-single-desc{font-size:14px;color:var(--mt);line-height:1.8;margin-bottom:24px;border-top:1px solid var(--bd);padding-top:20px}
.mt-single-actions{display:flex;flex-direction:column;gap:10px}
.mt-single-actions a,.mt-single-actions button{padding:14px 24px;border-radius:50px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;border:none;cursor:pointer;width:100%}
.btn-order-wa{background:var(--or);color:#fff}
.btn-order-wa:hover{background:var(--ord)}
.btn-wa-green{background:#25D366;color:#fff}
.btn-wa-green:hover{background:#1da851}

/* ===== CARA ORDER STEPS ===== */
.mt-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:40px;position:relative}
.mt-steps::before{content:'';position:absolute;top:30px;left:12%;right:12%;height:2px;background:repeating-linear-gradient(90deg,var(--or) 0,var(--or) 8px,transparent 8px,transparent 16px)}
.mt-step{text-align:center;position:relative;z-index:1;padding:0 12px}
.mt-step-num{width:60px;height:60px;background:var(--or);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#fff;margin:0 auto 14px;box-shadow:0 4px 16px rgba(255,90,31,.4)}
.mt-step-title{font-size:15px;font-weight:700;margin-bottom:6px}
.mt-step-desc{font-size:13px;color:var(--mt);line-height:1.6}

/* ===== AFILIASI SECTION ===== */
.mt-aff-section{background:var(--nv);padding:72px 5%}
.mt-aff-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto}
.mt-aff-info .mt-sec-title{color:#fff}
.mt-aff-info .mt-sec-sub{color:rgba(255,255,255,.6)}
.mt-aff-steps{margin-top:24px;display:flex;flex-direction:column;gap:14px}
.mt-aff-step{display:flex;gap:14px;align-items:flex-start}
.mt-aff-step-num{width:32px;height:32px;background:var(--or);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;flex-shrink:0}
.mt-aff-step-text h4{color:#fff;font-size:14px;font-weight:600;margin-bottom:2px}
.mt-aff-step-text p{color:rgba(255,255,255,.5);font-size:12.5px;line-height:1.5}
.mt-aff-sim{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:28px}
.mt-aff-sim-title{font-size:11px;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}
.mt-aff-sim-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px}
.mt-aff-sim-row:last-child{border-bottom:none}
.mt-aff-sim-row span:first-child{color:rgba(255,255,255,.6)}
.mt-aff-sim-row span:last-child{color:var(--or);font-weight:700}
.mt-aff-sim-total{background:rgba(255,90,31,.12);border:1px solid rgba(255,90,31,.3);border-radius:10px;padding:14px;margin-top:14px;text-align:center}
.mt-aff-sim-total .label{font-size:11px;color:rgba(255,255,255,.5);margin-bottom:4px}
.mt-aff-sim-total .amount{font-size:30px;font-weight:800;color:#fff}
.mt-aff-sim-total .amount span{color:var(--or)}

/* ===== FORM (ORDER & AFILIASI) ===== */
.mt-form-wrap{background:var(--wh);border:1px solid var(--bd);border-radius:18px;padding:32px;max-width:640px;margin:0 auto;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.mt-form-title{font-size:20px;font-weight:800;margin-bottom:6px}
.mt-form-sub{font-size:13px;color:var(--mt);margin-bottom:24px}
.mt-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.mt-form-field{margin-bottom:14px}
.mt-form-field label{display:block;font-size:12px;font-weight:600;color:var(--mt);margin-bottom:5px;text-transform:uppercase;letter-spacing:.4px}
.mt-form-field input,.mt-form-field select,.mt-form-field textarea{width:100%;padding:11px 14px;border:1.5px solid var(--bd);border-radius:8px;font-size:14px;color:var(--tx);transition:border .2s;background:var(--wh);font-family:var(--fn)}
.mt-form-field input:focus,.mt-form-field select:focus,.mt-form-field textarea:focus{border-color:var(--or);outline:none;box-shadow:0 0 0 3px rgba(255,90,31,.1)}
.mt-form-field textarea{resize:vertical;min-height:90px}
.mt-form-field.error input,.mt-form-field.error select{border-color:#e74c3c}
.mt-form-error{background:#fdf0f0;border:1px solid #e74c3c;border-radius:8px;padding:10px 14px;font-size:13px;color:#c0392b;margin-bottom:14px;font-weight:600;display:none}
.mt-form-error.show{display:block}
.mt-form-success{background:#f0faf5;border:1px solid var(--gr);border-radius:10px;padding:24px;text-align:center;display:none}
.mt-form-success.show{display:block}
.mt-form-success .icon{font-size:40px;margin-bottom:10px}
.mt-form-success h3{font-size:18px;font-weight:800;margin-bottom:6px}
.mt-form-success p{font-size:13px;color:var(--mt);line-height:1.6}
.mt-form-submit{width:100%;padding:14px;background:var(--or);color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;margin-top:4px}
.mt-form-submit:hover{background:var(--ord);transform:translateY(-1px)}
.mt-form-submit:disabled{background:var(--mt);cursor:not-allowed;transform:none}
.mt-form-note{font-size:11.5px;color:var(--mt);text-align:center;margin-top:10px;line-height:1.6}

/* ===== TESTIMONIAL ===== */
.mt-testi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-top:36px}
.mt-testi-card{background:var(--wh);border:1px solid var(--bd);border-radius:var(--r);padding:22px;transition:all .2s}
.mt-testi-card:hover{border-color:var(--or);box-shadow:0 6px 20px rgba(0,0,0,.07)}
.mt-testi-stars{color:var(--or);font-size:14px;letter-spacing:2px;margin-bottom:10px}
.mt-testi-text{font-size:14px;line-height:1.7;color:var(--tx);margin-bottom:14px;font-style:italic}
.mt-testi-author{display:flex;align-items:center;gap:10px}
.mt-testi-avatar{width:38px;height:38px;border-radius:50%;background:var(--or);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff;flex-shrink:0}
.mt-testi-name{font-size:13px;font-weight:700}
.mt-testi-role{font-size:11.5px;color:var(--mt)}

/* ===== CTA SECTION ===== */
.mt-cta{background:var(--or);padding:60px 5%;text-align:center}
.mt-cta h2{color:#fff;font-size:clamp(24px,3.5vw,38px);font-weight:800;margin-bottom:10px}
.mt-cta p{color:rgba(255,255,255,.85);font-size:15px;margin-bottom:28px}
.mt-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.mt-cta-btns .btn-white{background:#fff;color:var(--or);padding:13px 28px;border-radius:50px;font-weight:700;font-size:14px;border:none;cursor:pointer;transition:all .2s}
.mt-cta-btns .btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}
.mt-cta-btns .btn-ghost{background:transparent;color:#fff;padding:13px 28px;border-radius:50px;font-weight:600;font-size:14px;border:2px solid rgba(255,255,255,.4);transition:all .2s}
.mt-cta-btns .btn-ghost:hover{border-color:#fff}

/* ===== FOOTER ===== */
#mt-footer{background:var(--nv);color:rgba(255,255,255,.6);padding:56px 5% 24px}
.mt-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:36px}
.mt-footer-brand-logo{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.mt-footer-brand-logo img{width:44px;height:44px;border-radius:8px;object-fit:cover}
.mt-footer-brand-name{font-size:17px;font-weight:800;color:#fff}
.mt-footer-brand-name em{color:var(--or);font-style:normal}
.mt-footer-desc{font-size:13px;line-height:1.7;margin-bottom:16px}
.mt-footer-contact{display:flex;flex-direction:column;gap:5px;font-size:13px}
.mt-footer-h{color:#fff;font-weight:700;font-size:14px;margin-bottom:12px}
.mt-footer-links{display:flex;flex-direction:column;gap:8px}
.mt-footer-links a{font-size:13px;color:rgba(255,255,255,.6);transition:color .2s}
.mt-footer-links a:hover{color:var(--or)}
.mt-footer-social{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}
.mt-soc-btn{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:rgba(255,255,255,.7);transition:all .2s}
.mt-soc-btn:hover{background:var(--or);color:#fff}
.mt-footer-bottom{max-width:1200px;margin:0 auto;border-top:1px solid rgba(255,255,255,.08);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:12px;flex-wrap:wrap;gap:8px}

/* ===== WA STICKY ===== */
.mt-wa-sticky{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.mt-wa-label{background:#fff;font-size:12px;font-weight:600;padding:7px 13px;border-radius:50px;box-shadow:0 4px 14px rgba(0,0,0,.12);white-space:nowrap;color:var(--tx);animation:fadeInUp .5s ease}
.mt-wa-btn-float{background:#25D366;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(37,211,102,.5);animation:mt-bob 3s infinite;text-decoration:none}
@keyframes mt-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* ===== PAGE CONTENT ===== */
.mt-page{max-width:1200px;margin:0 auto;padding:48px 5%}
.mt-page-title{font-size:clamp(24px,3vw,34px);font-weight:800;margin-bottom:8px}
.mt-breadcrumb{font-size:13px;color:var(--mt);margin-bottom:32px}
.mt-breadcrumb a{color:var(--or)}
.entry-content{font-size:15px;line-height:1.8;color:var(--mt)}
.entry-content h2,.entry-content h3{color:var(--tx);font-weight:700;margin:24px 0 10px}
.entry-content p{margin-bottom:16px}

/* ===== MITRA STATUS ===== */
.mt-mitra-card{background:var(--bg);border:1px solid var(--bd);border-radius:var(--r);padding:20px}
.mt-mitra-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--bd);font-size:13.5px}
.mt-mitra-row:last-child{border-bottom:none}
.mt-mitra-row .label{color:var(--mt)}
.mt-mitra-row .val{font-weight:700}
.mt-mitra-row .val.orange{color:var(--or)}
.badge-status{padding:3px 10px;border-radius:50px;font-size:11px;font-weight:700;text-transform:uppercase}
.badge-active{background:#e5f8f1;color:#1a6640}
.badge-pending{background:#fef3e2;color:#854f0b}
.badge-suspend{background:#fdf0f0;color:#c0392b}

/* ===== NOTIF ===== */
.mt-notice{padding:12px 16px;border-radius:8px;font-size:13px;font-weight:600;margin-bottom:16px}
.mt-notice.success{background:#f0faf5;border:1px solid var(--gr);color:#1a6640}
.mt-notice.error{background:#fdf0f0;border:1px solid #e74c3c;color:#c0392b}
.mt-notice.info{background:#e6f1fb;border:1px solid #85b7eb;color:#0c447c}

/* ===== RESPONSIVE ===== */

  
  .mt-footer-grid{grid-template-columns:1fr 1fr}
  .mt-slide{min-height:320px}
  .mt-aff-grid,.mt-single-wrap{grid-template-columns:1fr}
  .mt-steps::before{display:none}
}
  #mt-desktop-nav{display:none!important}
  #mt-ham-btn{display:flex!important}
  .mt-footer-grid{grid-template-columns:1fr 1fr}
  .mt-slide{min-height:280px}
  .mt-aff-grid,.mt-single-wrap{grid-template-columns:1fr}
  .mt-steps::before{display:none}
}

  .mt-slide{min-height:280px}
  .mt-form-row{grid-template-columns:1fr}
  
}

}

/* =============================================
   FIX: OVERRIDE WORDPRESS DEFAULT CONSTRAINTS
   Memaksa layout full-width di semua kondisi
   ============================================= */

/* Reset paksa HTML & Body */
html {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}
body {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--bg) !important;
}

/* Override semua wrapper WordPress yang membatasi lebar */
.site,
#page,
#wrapper,
.wrapper,
.container,
.wp-site-blocks,
.site-inner,
.site-content,
.content-area,
.site-main,
main#mt-main,
#content,
#primary,
.hfeed {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

/* Override Storefront / Twenty themes */
.storefront-full-width-content .entry-content,
.storefront-full-width-content .site-main,
.col-full, .site-header-inner, .site-footer .col-full {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Pastikan header & footer full width */
#mt-nav, #mt-footer {
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
}

/* Fix slider full width */
.mt-slider {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

/* =============================================
   FIX: TOMBOL WA STICKY — PAKSA TAMPIL
   ============================================= */
.mt-wa-sticky {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  z-index: 999999 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 8px !important;
  pointer-events: auto !important;
}
.mt-wa-btn-float {
  display: flex !important;
  width: 56px !important;
  height: 56px !important;
  background: #25D366 !important;
  border-radius: 50% !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 4px 18px rgba(37,211,102,.5) !important;
  animation: mt-bob 3s infinite !important;
}
.mt-wa-label {
  display: block !important;
  background: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 7px 13px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.12) !important;
  white-space: nowrap !important;
  color: var(--tx) !important;
}

/* Fix admin bar spacing */
.admin-bar #mt-nav {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .admin-bar #mt-nav {
    top: 46px !important;
  }
}


/* ===== HAMBURGER & MOBILE NAV ===== */
.mt-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:6px;background:none!important;border:none!important;box-shadow:none!important;outline:none!important;-webkit-appearance:none;z-index:100}
.mt-hamburger span{display:block;width:22px;height:2.5px;background:rgba(255,255,255,.85);border-radius:2px;transition:all .25s;pointer-events:none}
.mt-mobile-nav{display:none;background:#1A2E42;border-top:1px solid rgba(255,255,255,.1);padding:8px 5%}
.mt-mobile-nav.open{display:block}
.mt-mobile-nav a{display:block;color:rgba(255,255,255,.85);font-size:14px;font-weight:500;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07);text-decoration:none;transition:color .2s}
.mt-mobile-nav a:last-child{border-bottom:none}
.mt-mobile-nav a:hover{color:#FF5A1F}

/* ===== RESPONSIVE ===== */
@media(max-width:960px){
  .mt-nav-links{display:none!important}
  .mt-hamburger{display:flex!important}
  .mt-footer-grid{grid-template-columns:1fr 1fr}
  .mt-slide{min-height:360px}
  .mt-aff-grid,.mt-single-wrap{grid-template-columns:1fr}
  .mt-steps::before{display:none}
}
@media(max-width:600px){
  .mt-footer-grid{grid-template-columns:1fr}
  .mt-slide{min-height:280px}
  .mt-form-row{grid-template-columns:1fr}
  
  .mt-produk-img{height:130px}
  .mt-slide-title{font-size:28px!important}
  .mt-produk-body{padding:10px 12px}
  .mt-produk-name{font-size:12px}
  .mt-produk-price{font-size:13px}
  .mt-produk-btn a{font-size:11px;padding:7px 0}
}
@media(max-width:400px){
  .mt-produk-grid{grid-template-columns:1fr}
}





/* ===== MOBILE PRODUK - BERSIH ===== */
@media screen and (max-width:600px){
  .mt-produk-grid{
    display:grid!important;
    grid-template-columns:repeat(2,1fr)!important;
    gap:10px!important;
  }
  .mt-produk-card{width:100%!important}
  .mt-produk-img{height:130px!important}
  .mt-produk-body{padding:10px!important}
  .mt-produk-name{font-size:12px!important;display:block!important;margin-bottom:4px!important}
  .mt-produk-price{font-size:12px!important;display:block!important}
  .mt-produk-unit{font-size:11px!important;display:block!important}
  .mt-produk-btn{display:block!important;margin-top:8px!important}
  .mt-produk-btn a{font-size:11px!important;padding:7px 4px!important;display:block!important;text-align:center!important}
}


/* ===== HOMEPAGE SECTION STYLES ===== */
.mt-section{padding:64px 0}
.mt-bg-light{background:#F8F9FA}
.mt-container{max-width:1200px;margin:0 auto;padding:0 5%}
.mt-section-head{margin-bottom:36px}
.mt-section-tag{display:inline-block;background:#FFF0EB;color:var(--or);font-size:11.5px;font-weight:700;padding:5px 14px;border-radius:50px;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}
.mt-section-title{font-size:clamp(22px,3.5vw,36px);font-weight:800;letter-spacing:-.5px;line-height:1.15;margin-bottom:10px}
.mt-section-sub{color:#6B7280;font-size:15px;max-width:520px;line-height:1.7}

/* TRUST BAR */
.mt-trust-bar{background:var(--or)!important;padding:13px 5%;display:block!important}
.mt-trust-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:16px;flex-wrap:wrap;padding:4px 0}
.mt-trust-inner span{color:#fff;font-size:13px;font-weight:600}

/* AFILIASI */
.mt-aff-section{background:var(--nv);padding:64px 0}
.mt-aff-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1200px;margin:0 auto;padding:0 5%}
.mt-aff-title{font-size:clamp(24px,4vw,40px);font-weight:800;color:#fff;line-height:1.15;margin-bottom:14px}
.mt-aff-section p{color:rgba(255,255,255,.65);font-size:15px;line-height:1.7}
.mt-aff-sim{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:26px}
.mt-aff-sim-head{font-size:11px;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}
.mt-aff-sim-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px}
.mt-aff-sim-row:last-of-type{border-bottom:none}
.mt-aff-sim-row span:first-child{color:rgba(255,255,255,.55)}
.mt-aff-sim-row span:last-child{color:var(--or);font-weight:700}
.mt-aff-sim-total{background:rgba(255,90,31,.12);border:1px solid rgba(255,90,31,.3);border-radius:10px;padding:14px;margin-top:14px;text-align:center}
.mt-aff-sim-total .label{font-size:11px;color:rgba(255,255,255,.5);margin-bottom:4px}
.mt-aff-sim-total .amount{font-size:28px;font-weight:800;color:#fff}
.mt-aff-sim-total .amount span{color:var(--or)}

/* CTA AKHIR */
.mt-cta-section{background:var(--or);padding:64px 0;text-align:center}
.mt-cta-section h2{color:#fff;font-size:clamp(24px,4vw,42px);font-weight:800;margin-bottom:10px}
.mt-cta-section p{color:rgba(255,255,255,.85);font-size:15px;margin-bottom:8px}
.mt-btn-white{background:#fff;color:var(--or);padding:14px 30px;border-radius:50px;font-weight:700;font-size:15px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;transition:all .2s}
.mt-btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}
.mt-btn-orange{background:var(--or);color:#fff;padding:12px 28px;border-radius:50px;font-weight:700;font-size:14px;text-decoration:none;transition:all .2s;display:inline-block}
.mt-btn-orange:hover{background:var(--ord);color:#fff}

@media(max-width:768px){
  .mt-aff-grid{grid-template-columns:1fr;gap:32px}
  .mt-section{padding:48px 0}
  .mt-aff-section{padding:48px 0}
  .mt-cta-section{padding:48px 0}
}
