/*
Theme Name: BuyMegaPersonals Balance Payment Fixed
Theme URI: https://example.com/astra-megapersonals-same-style
Description: Astra child theme with a dark red premium layout styled to match the uploaded MegaPersonals reference image.
Author: ChatGPT
Template: astra
Version: 1.0.0
Text Domain: buymegapersonals-final
*/

:root{
  --mp-bg:#050505;
  --mp-bg-2:#0b0305;
  --mp-panel:#120308;
  --mp-panel-2:#1a040b;
  --mp-border:rgba(255, 37, 109, .16);
  --mp-border-2:rgba(255,255,255,.07);
  --mp-text:#ffffff;
  --mp-muted:#d0d0d0;
  --mp-soft:#a8a8a8;
  --mp-pink:#ff1f68;
  --mp-pink-2:#ff447e;
  --mp-red:#b40028;
  --mp-blue:#28a7ff;
  --mp-orange:#ffb13b;
  --mp-green:#3ae266;
  --mp-shadow:0 24px 70px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
body{background:var(--mp-bg)}

.mp-page{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  color:var(--mp-text);
  background:
    radial-gradient(circle at 70% 15%, rgba(188,0,45,.25), transparent 30%),
    radial-gradient(circle at 84% 26%, rgba(255,24,104,.08), transparent 20%),
    linear-gradient(180deg,#030303 0%,#080204 50%,#030303 100%);
  min-height:100vh;
}

.mp-container{
  width:min(1220px, 92%);
  margin:0 auto;
}

.mp-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(0,0,0,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.mp-nav{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.mp-logo{
  font-size:31px;
  font-weight:900;
  letter-spacing:-1px;
  color:var(--mp-orange);
  text-decoration:none;
}
.mp-logo span{color:var(--mp-blue)}

.mp-menu{
  display:flex;
  gap:32px;
  align-items:center;
}
.mp-menu a{
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
  position:relative;
}
.mp-menu a:hover,
.mp-menu a.active{
  color:var(--mp-pink);
}
.mp-menu a.active:after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-10px;
  height:2px;
  background:var(--mp-pink);
}

.mp-actions{
  display:flex;
  gap:14px;
}

.mp-btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  padding:0 20px;
  font-weight:800;
  text-decoration:none;
  border:1px solid transparent;
  transition:.25s ease;
  white-space:nowrap;
}
.mp-btn:hover{transform:translateY(-1px)}
.mp-btn-main{
  color:#fff;
  background:linear-gradient(135deg,var(--mp-pink),var(--mp-pink-2));
  box-shadow:0 14px 34px rgba(255,31,104,.26);
}
.mp-btn-dark{
  color:#fff;
  background:rgba(255,255,255,.03);
  border-color:rgba(255,31,104,.35);
}
.mp-btn-outline{
  color:#fff;
  background:transparent;
  border-color:rgba(255,31,104,.24);
}
.mp-btn-block{width:100%}

.mp-hero{
  padding:34px 0 34px;
}
.mp-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
}
.mp-tag{
  display:inline-flex;
  padding:11px 18px;
  border-radius:999px;
  border:1px solid rgba(255,31,104,.25);
  background:rgba(255,31,104,.06);
  color:#ffd4e2;
  font-size:14px;
  font-weight:700;
  margin-bottom:22px;
}
.mp-hero h1{
  font-size:72px;
  line-height:1.02;
  margin:0 0 20px;
  letter-spacing:-2.2px;
}
.mp-hero h1 .white{color:#fff}
.mp-hero h1 .orange{color:var(--mp-orange)}
.mp-hero h1 .blue{color:var(--mp-blue)}

.mp-hero p{
  font-size:18px;
  line-height:1.8;
  color:var(--mp-muted);
  margin:0 0 28px;
  max-width:600px;
}
.mp-feature-row{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  margin-bottom:26px;
}
.mp-mini-feature{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#fff;
  min-width:150px;
}
.mp-mini-icon{
  width:38px; height:38px;
  border-radius:12px;
  background:rgba(255,31,104,.08);
  border:1px solid rgba(255,31,104,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--mp-pink);
  font-size:18px;
  flex:0 0 auto;
}
.mp-mini-feature strong{
  display:block;
  font-size:16px;
}
.mp-mini-feature span{
  display:block;
  color:#c7c7c7;
  font-size:14px;
}
.mp-btn-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:14px;
}
.mp-stock{
  color:#ff507f;
  font-size:16px;
  font-weight:700;
}

.mp-hero-visual{
  position:relative;
  min-height:540px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 60% 40%, rgba(194,0,46,.26), transparent 28%),
    linear-gradient(180deg,rgba(37,0,8,.5),rgba(17,0,4,.2));
  border-radius:32px;
  overflow:hidden;
}
.mp-hero-visual img{
  width:100%;
  max-width:530px;
  height:auto;
  display:block;
  filter:drop-shadow(0 0 40px rgba(255,0,90,.35));
}
.mp-money-back{
  position:absolute;
  right:20px;
  bottom:20px;
  width:min(340px, 90%);
  background:rgba(8,8,8,.92);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--mp-shadow);
}
.mp-money-back strong{
  color:#fff;
  display:block;
  margin-bottom:4px;
}
.mp-money-back span{
  color:#cfcfcf;
  font-size:14px;
}

.mp-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:18px 0 36px;
}
.mp-strip-card{
  background:linear-gradient(180deg,rgba(24,3,10,.96),rgba(15,1,6,.96));
  border:1px solid var(--mp-border);
  border-radius:18px;
  padding:22px 24px;
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.mp-strip-card .icon{
  color:var(--mp-pink);
  font-size:28px;
  flex:0 0 auto;
}
.mp-strip-card h3{
  margin:0 0 8px;
  font-size:16px;
  color:#fff;
}
.mp-strip-card p{
  margin:0;
  color:#d0d0d0;
  font-size:14px;
  line-height:1.6;
}

.mp-product{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:30px;
  align-items:center;
  margin-bottom:36px;
}
.mp-image-card{
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mp-image-card img{
  width:100%;
  max-width:360px;
  display:block;
  filter:drop-shadow(0 10px 30px rgba(255,0,104,.2));
}
.mp-buy-card{
  background:linear-gradient(180deg,rgba(12,2,6,.97),rgba(8,1,4,.97));
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:28px 28px 24px;
  box-shadow:var(--mp-shadow);
}
.mp-buy-card h2{
  margin:0 0 10px;
  font-size:34px;
  color:#fff;
}
.mp-rating{
  color:#ffd34d;
  font-size:18px;
  font-weight:900;
  margin-bottom:18px;
}
.mp-rating span{
  color:#d7d7d7;
  font-weight:500;
  margin-left:8px;
  font-size:16px;
}
.mp-checks{
  list-style:none;
  margin:0 0 18px;
  padding:0;
}
.mp-checks li{
  padding:7px 0;
  color:#f1dfe6;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.mp-checks li:before{
  content:"✓";
  color:var(--mp-pink);
  font-weight:900;
  margin-right:10px;
}
.mp-price{
  color:#ff2e6f;
  font-size:56px;
  line-height:1;
  font-weight:900;
  margin:12px 0 20px;
}
.mp-payment-button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-radius:12px;
  padding:16px 20px;
  margin-bottom:14px;
  text-decoration:none;
  font-weight:900;
}
.mp-payment-button.main{
  color:#fff;
  background:linear-gradient(135deg,var(--mp-pink),#d62f68);
}
.mp-payment-button.outline{
  color:#fff;
  border:1px solid rgba(255,31,104,.35);
  background:transparent;
}
.mp-coins{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.mp-coin,
.mp-cardbadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  font-size:13px;
  font-weight:900;
  color:#fff;
}
.mp-coin.btc{background:#f7931a}
.mp-coin.eth{background:#7b7b9e}
.mp-coin.ltc{background:#4d7ec9}
.mp-coin.usdt{background:#26a17b}
.mp-cardbadges{display:flex; gap:10px; flex-wrap:wrap}
.mp-cardbadge.visa{background:#1b4db3; border-radius:7px; width:auto; padding:0 9px}
.mp-cardbadge.mc{background:#ff5f00; border-radius:7px; width:auto; padding:0 9px}
.mp-cardbadge.amex{background:#2e77bc; border-radius:7px; width:auto; padding:0 9px}
.mp-secure{
  margin-top:10px;
  color:#79c3d8;
  font-size:16px;
}

.mp-crypto-section{
  background:linear-gradient(180deg,rgba(24,3,10,.96),rgba(15,1,6,.96));
  border:1px solid var(--mp-border);
  border-radius:18px;
  padding:18px 20px;
  margin-bottom:36px;
}
.mp-crypto-title{
  text-align:center;
  color:var(--mp-pink);
  font-size:18px;
  font-weight:900;
  margin-bottom:16px;
}
.mp-crypto-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.mp-crypto-item{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.05);
  border-radius:999px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:700;
}
.mp-crypto-item .label{
  color:#d8d8d8;
  font-size:13px;
  line-height:1.15;
}
.mp-crypto-item .label strong{
  display:block;
  color:#fff;
}
.mp-crypto-item .plus{
  display:inline-flex;
  width:24px; height:24px;
  border-radius:50%;
  align-items:center; justify-content:center;
  background:var(--mp-pink);
  font-weight:900;
}

.mp-why-title{
  text-align:center;
  color:#fff;
  font-size:40px;
  margin:0 0 26px;
}
.mp-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-bottom:40px;
}
.mp-why-card{
  background:linear-gradient(180deg,rgba(24,3,10,.96),rgba(15,1,6,.96));
  border:1px solid var(--mp-border);
  border-radius:18px;
  padding:24px;
}
.mp-why-card .icon{
  font-size:30px;
  color:var(--mp-pink);
  margin-bottom:14px;
}
.mp-why-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:16px;
}
.mp-why-card p{
  margin:0;
  color:#cecece;
  font-size:14px;
  line-height:1.6;
}

.mp-footer{
  border-top:1px solid rgba(255,255,255,.05);
  padding:34px 0 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
.mp-footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr 1.1fr;
  gap:28px;
  margin-bottom:18px;
}
.mp-footer h3{
  margin:0 0 14px;
  font-size:18px;
  color:#fff;
}
.mp-footer p,
.mp-footer a{
  display:block;
  color:#cbcbcb;
  text-decoration:none;
  line-height:1.8;
  font-size:15px;
}
.mp-footer .brand{
  font-size:30px;
  font-weight:900;
  color:var(--mp-orange);
  margin-bottom:14px;
}
.mp-footer .brand span{color:var(--mp-blue)}

.mp-socials{
  display:flex;
  gap:10px;
  margin-top:14px;
}
.mp-social{
  width:36px; height:36px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
  color:#fff; font-size:16px;
}

.mp-secure-img{
  max-width:100%;
  border-radius:14px;
  display:block;
}

.mp-copyright{
  text-align:center;
  color:#888;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.05);
  font-size:14px;
}

@media (max-width: 1080px){
  .mp-hero-grid,
  .mp-product,
  .mp-strip,
  .mp-why-grid,
  .mp-footer-grid,
  .mp-crypto-grid{
    grid-template-columns:1fr;
  }
  .mp-menu{display:none}
  .mp-hero h1{font-size:48px}
  .mp-actions{width:100%; justify-content:flex-end}
  .mp-money-back{position:static; width:100%; margin-top:18px}
  .mp-hero-visual{min-height:unset; padding:24px}
}


/* Account, Checkout and Contact Pages */
.mp-page-section{
  padding:70px 0 90px;
}
.mp-page-card{
  max-width:920px;
  margin:0 auto;
  background:linear-gradient(180deg,rgba(12,2,6,.97),rgba(8,1,4,.97));
  border:1px solid rgba(255,31,104,.22);
  border-radius:24px;
  padding:34px;
  box-shadow:var(--mp-shadow);
}
.mp-page-card.narrow{
  max-width:560px;
}
.mp-page-card h1{
  margin:0 0 14px;
  color:#fff;
  font-size:42px;
  letter-spacing:-1px;
}
.mp-page-card p{
  color:#d0d0d0;
  line-height:1.75;
}
.mp-form{
  display:grid;
  gap:16px;
  margin-top:24px;
}
.mp-form label{
  color:#fff;
  font-weight:800;
  font-size:14px;
}
.mp-form input,
.mp-form textarea,
.mp-form select{
  width:100%;
  min-height:52px;
  border-radius:12px;
  border:1px solid rgba(255,31,104,.28);
  background:rgba(255,255,255,.045);
  color:#fff;
  padding:0 16px;
  outline:none;
}
.mp-form textarea{
  min-height:130px;
  padding:14px 16px;
}
.mp-form input::placeholder,
.mp-form textarea::placeholder{
  color:#999;
}
.mp-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.mp-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:26px;
}
.mp-info-box{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  border-radius:18px;
  padding:20px;
}
.mp-info-box strong{
  display:block;
  color:#ff3f8f;
  margin-bottom:6px;
}
.mp-dashboard-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.mp-dashboard-box{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  border-radius:18px;
  padding:20px;
}
.mp-dashboard-box strong{
  display:block;
  font-size:28px;
  color:#fff;
  margin-bottom:6px;
}
.mp-dashboard-box span{
  color:#cfcfcf;
}
.mp-crypto-payments{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:22px;
}
.mp-crypto-pay{
  border:1px solid rgba(255,31,104,.24);
  background:rgba(255,255,255,.045);
  border-radius:16px;
  padding:18px;
  color:#fff;
  cursor:pointer;
}
.mp-crypto-pay:hover{
  border-color:#ff3f8f;
}
.mp-crypto-pay strong{
  display:block;
  margin-bottom:6px;
}
.mp-wallet-box{
  margin-top:22px;
  display:none;
  background:rgba(255,31,104,.07);
  border:1px solid rgba(255,31,104,.22);
  border-radius:18px;
  padding:20px;
}
.mp-wallet-address{
  word-break:break-all;
  color:#fff;
  font-weight:800;
  background:#050505;
  border:1px solid rgba(255,255,255,.08);
  padding:14px;
  border-radius:12px;
  margin:12px 0;
}
.mp-note{
  color:#9fd9ff !important;
  font-size:14px;
}
@media(max-width: 780px){
  .mp-form-row,
  .mp-contact-grid,
  .mp-dashboard-grid,
  .mp-crypto-payments{
    grid-template-columns:1fr;
  }
}


/* Final updates */
.mp-contact-telegram{color:#4dbbff !important;font-weight:900;}


/* WooCommerce dark checkout styling */
.woocommerce{
  color:#fff;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input.input-text{
  background:#080204;
  border:1px solid rgba(255,31,104,.28);
  color:#fff;
  border-radius:10px;
  min-height:48px;
  padding:10px 14px;
}
.woocommerce form .form-row label,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-checkout-review-order-table,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading{
  color:#fff;
}
.woocommerce table.shop_table,
.woocommerce-checkout #payment{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,31,104,.18);
  border-radius:14px;
}
.woocommerce-checkout #payment div.payment_box{
  background:#120308;
  color:#d0d0d0;
}
.woocommerce-checkout #payment div.payment_box:before{
  border-bottom-color:#120308;
}
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt{
  background:linear-gradient(135deg,var(--mp-pink),var(--mp-pink-2)) !important;
  color:#fff !important;
  border-radius:10px !important;
  padding:14px 20px !important;
  font-weight:900 !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
  background:#120308;
  color:#fff;
  border-top-color:var(--mp-pink);
}
.mp-wc-notice{
  margin-top:20px;
  color:#ffd4e2;
  background:rgba(255,31,104,.08);
  border:1px solid rgba(255,31,104,.2);
  border-radius:14px;
  padding:16px;
}


/* Full responsive improvements */
img{
  max-width:100%;
  height:auto;
}

.mp-nav{
  flex-wrap:wrap;
}

.mp-actions{
  flex-wrap:wrap;
}

@media (max-width: 1180px){
  .mp-container{
    width:min(1080px,94%);
  }

  .mp-hero h1{
    font-size:62px;
  }

  .mp-hero-visual{
    min-height:480px;
  }
}

@media (max-width: 1024px){
  .mp-container{
    width:94%;
  }

  .mp-nav{
    min-height:auto;
    padding:16px 0;
  }

  .mp-logo{
    font-size:26px;
  }

  .mp-actions{
    margin-left:auto;
  }

  .mp-hero{
    padding:55px 0 30px;
  }

  .mp-hero-grid,
  .mp-product,
  .mp-strip,
  .mp-why-grid,
  .mp-footer-grid,
  .mp-contact-grid,
  .mp-dashboard-grid{
    grid-template-columns:1fr !important;
  }

  .mp-hero-visual{
    min-height:auto;
    padding:26px;
  }

  .mp-hero-visual img{
    max-width:480px;
  }

  .mp-money-back{
    position:static;
    width:100%;
    margin-top:18px;
  }

  .mp-product{
    gap:20px;
  }

  .mp-buy-card,
  .mp-page-card{
    padding:24px;
  }

  .mp-price{
    font-size:48px;
  }
}

@media (max-width: 768px){
  .mp-header{
    position:relative;
  }

  .mp-nav{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .mp-menu{
    display:flex !important;
    width:100%;
    gap:10px;
    overflow-x:auto;
    padding-bottom:4px;
    
  }

  .mp-menu a{
    font-size:13px;
    white-space:nowrap;
    padding:8px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.05);
  }

  .mp-menu a.active:after{
    display:none;
  }

  .mp-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .mp-btn{
    width:100%;
    min-height:46px;
    padding:0 14px;
    font-size:14px;
  }

  .mp-hero h1{
    font-size:42px;
    letter-spacing:-1.2px;
  }

  .mp-hero p{
    font-size:16px;
  }

  .mp-feature-row,
  .mp-btn-row{
    flex-direction:column;
    gap:12px;
  }

  .mp-mini-feature{
    width:100%;
  }

  .mp-strip-card,
  .mp-why-card,
  .mp-card,
  .mp-product,
  .mp-page-card,
  .mp-buy-card{
    border-radius:18px;
  }

  .mp-payment-button{
    flex-direction:column;
    align-items:flex-start;
  }

  .mp-coins,
  .mp-cardbadges{
    width:100%;
  }

  .mp-crypto-grid,
  .mp-crypto-payments,
  .mp-form-row{
    grid-template-columns:1fr !important;
  }

  .mp-page-section{
    padding:42px 0 58px;
  }

  .mp-page-card h1{
    font-size:34px;
  }

  .woocommerce table.shop_table{
    font-size:14px;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2{
    width:100% !important;
    float:none !important;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last{
    width:100% !important;
    float:none !important;
  }

  .woocommerce #payment #place_order{
    width:100%;
  }
}

@media (max-width: 480px){
  .mp-container{
    width:92%;
  }

  .mp-logo{
    font-size:22px;
    line-height:1.2;
    word-break:break-word;
  }

  .mp-actions{
    grid-template-columns:1fr;
  }

  .mp-hero{
    padding-top:36px;
  }

  .mp-tag{
    font-size:12px;
    padding:9px 12px;
  }

  .mp-hero h1{
    font-size:34px;
  }

  .mp-hero p{
    font-size:15px;
    line-height:1.65;
  }

  .mp-hero-visual{
    padding:16px;
    border-radius:20px;
  }

  .mp-money-back{
    padding:14px;
  }

  .mp-strip-card,
  .mp-why-card,
  .mp-buy-card,
  .mp-page-card{
    padding:18px;
  }

  .mp-buy-card h2,
  .mp-page-card h1{
    font-size:28px;
  }

  .mp-price{
    font-size:42px;
  }

  .mp-why-title{
    font-size:30px;
  }

  .mp-footer{
    padding-top:38px;
  }

  .mp-footer-grid{
    gap:20px;
  }

  .mp-copyright{
    font-size:12px;
  }

  .woocommerce table.shop_table,
  .woocommerce table.shop_table tbody,
  .woocommerce table.shop_table tfoot,
  .woocommerce table.shop_table tr,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th{
    display:block;
    width:100%;
    text-align:left !important;
  }

  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th{
    padding:10px 12px;
  }
}

.mp-seo-content p{
  color:#cecece;
  line-height:1.75;
  margin:0;
}


/* Speed optimization */
*{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.mp-header{
  will-change:transform;
}

.mp-hero-visual,
.mp-buy-card,
.mp-page-card,
.mp-strip-card,
.mp-why-card{
  contain:layout paint;
}

.mp-hero-visual img,
.mp-image-card img,
.mp-secure-img{
  content-visibility:auto;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}


/* Login/Register field color fix */
.mp-form input,
.mp-form textarea,
.mp-form select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input.input-text{
  background:#080204 !important;
  color:#ffffff !important;
  border:1px solid rgba(255,31,104,.32) !important;
  box-shadow:none !important;
}

.mp-form input:focus,
.mp-form textarea:focus,
.mp-form select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus{
  background:#0d0307 !important;
  color:#ffffff !important;
  border-color:#ff3f8f !important;
  outline:none !important;
}

.mp-form input::placeholder,
.mp-form textarea::placeholder,
.woocommerce input.input-text::placeholder,
.woocommerce textarea::placeholder{
  color:#9b7f89 !important;
}

.mp-form input:-webkit-autofill,
.mp-form input:-webkit-autofill:hover,
.mp-form input:-webkit-autofill:focus,
.woocommerce input.input-text:-webkit-autofill,
.woocommerce input.input-text:-webkit-autofill:hover,
.woocommerce input.input-text:-webkit-autofill:focus{
  -webkit-text-fill-color:#ffffff !important;
  -webkit-box-shadow:0 0 0 1000px #080204 inset !important;
  box-shadow:0 0 0 1000px #080204 inset !important;
  transition:background-color 9999s ease-in-out 0s;
}

.mp-dashboard-table{
  width:100%;
  border-collapse:collapse;
  margin-top:22px;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(255,31,104,.18);
}
.mp-dashboard-table th,
.mp-dashboard-table td{
  padding:14px;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#fff;
  text-align:left;
}
.mp-dashboard-table th{
  background:rgba(255,31,104,.10);
  color:#ffd4e2;
}
.mp-dashboard-table td{
  background:rgba(255,255,255,.035);
  color:#d6d6d6;
}
.mp-access-file-box{
  margin-top:12px;
  padding:14px;
  border-radius:14px;
  background:rgba(255,31,104,.08);
  border:1px solid rgba(255,31,104,.20);
  color:#fff;
}
.mp-access-file-box strong{
  display:block;
  margin-bottom:8px;
  color:#ff8ab1;
}
.mp-access-file-box pre{
  margin:0;
  white-space:pre-wrap;
  word-break:break-word;
  color:#fff;
  font-family:inherit;
}
.mp-dashboard-empty{
  margin-top:22px;
  padding:18px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:#d0d0d0;
}


/* Dashboard deposit section */
.mp-dashboard-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.mp-deposit-box{
  margin-top:30px;
  padding:24px;
  border-radius:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,31,104,.20);
}
.mp-deposit-box h2{
  color:#fff;
  margin:0 0 10px;
}
.mp-deposit-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:end;
  margin-top:18px;
}
.mp-deposit-form label{
  color:#fff;
  font-weight:900;
  display:block;
  margin-bottom:9px;
}
.mp-deposit-form input{
  width:100%;
  min-height:52px;
  border-radius:12px;
  border:1px solid rgba(255,31,104,.32);
  background:#080204 !important;
  color:#fff !important;
  padding:0 16px;
  outline:none;
  font-weight:800;
}
.mp-deposit-form input::placeholder{
  color:#9b7f89;
}
.mp-user-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,31,104,.08);
  border:1px solid rgba(255,31,104,.20);
  color:#ffd4e2;
  font-weight:800;
  margin-bottom:18px;
}
@media(max-width: 640px){
  .mp-deposit-form{
    grid-template-columns:1fr;
  }
}


/* Header icons and dashboard username */
.mp-btn .mp-btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-right:6px;
  font-size:16px;
  line-height:1;
}
.mp-user-pill{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,31,104,.08);
  border:1px solid rgba(255,31,104,.20);
  color:#ffd4e2;
  font-weight:900;
  margin-bottom:18px;
}
.mp-user-pill .mp-user-icon{
  width:30px;
  height:30px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,31,104,.18);
  color:#fff;
}


/* Balance and account details dashboard */
.mp-account-details{
  margin-top:30px;
  padding:24px;
  border-radius:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,31,104,.20);
}
.mp-account-details h2{
  color:#fff;
  margin:0 0 14px;
}
.mp-account-details-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.mp-account-detail-item{
  padding:16px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}
.mp-account-detail-item strong{
  display:block;
  color:#ff8ab1;
  margin-bottom:6px;
}
.mp-account-detail-item span{
  color:#fff;
  word-break:break-word;
}
.mp-dashboard-box.balance strong{
  color:#65c8ff;
}
@media(max-width: 700px){
  .mp-account-details-grid{
    grid-template-columns:1fr;
  }
}


/* My Account edit form + smooth performance */
.mp-account-details h2{
  display:flex;
  align-items:center;
  gap:10px;
}
.mp-account-edit-form{
  display:grid;
  gap:16px;
  margin-top:18px;
}
.mp-account-edit-form label{
  display:block;
  color:#fff;
  font-weight:900;
  margin-bottom:8px;
}
.mp-account-edit-form input{
  width:100%;
  min-height:52px;
  border-radius:12px;
  border:1px solid rgba(255,31,104,.32);
  background:#080204 !important;
  color:#fff !important;
  padding:0 16px;
  outline:none;
  font-weight:700;
}
.mp-account-edit-form input:focus{
  border-color:#ff3f8f !important;
  box-shadow:0 0 0 3px rgba(255,31,104,.10) !important;
}
.mp-account-edit-form input::placeholder{
  color:#9b7f89 !important;
}
.mp-account-edit-msg{
  margin:12px 0 0;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(58,226,102,.25);
  background:rgba(58,226,102,.08);
  color:#d8ffe2;
  font-weight:700;
}
.mp-account-edit-error{
  border-color:rgba(255,31,104,.32);
  background:rgba(255,31,104,.08);
  color:#ffd4e2;
}
.mp-smooth-card{
  transform:translateZ(0);
  backface-visibility:hidden;
}
.mp-btn,
.mp-payment-button,
.mp-strip-card,
.mp-why-card,
.mp-dashboard-box,
.mp-account-detail-item{
  transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.mp-strip-card:hover,
.mp-why-card:hover,
.mp-dashboard-box:hover,
.mp-account-detail-item:hover{
  transform:translateY(-2px);
  border-color:rgba(255,31,104,.32);
}
@media (prefers-reduced-motion: reduce){
  .mp-strip-card:hover,
  .mp-why-card:hover,
  .mp-dashboard-box:hover,
  .mp-account-detail-item:hover{
    transform:none;
  }
}


/* Dark background text and hover color matching */
.mp-page,
.mp-page p,
.mp-page span,
.mp-page li,
.mp-page label,
.mp-page td,
.mp-page th{
  color:#d7d7d7;
}

.mp-page h1,
.mp-page h2,
.mp-page h3,
.mp-page h4,
.mp-page strong,
.mp-logo,
.mp-buy-card h2,
.mp-page-card h1,
.mp-why-title{
  color:#ffffff;
}

.mp-page a{
  color:#ff6f9d;
  transition:color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.mp-page a:hover,
.mp-footer a:hover,
.mp-menu a:hover{
  color:#28a7ff !important;
}

.mp-menu a.active{
  color:#ff1f68 !important;
}

.mp-menu a.active:hover{
  color:#28a7ff !important;
}

.mp-btn-main,
.mp-btn-main:visited{
  color:#ffffff !important;
}

.mp-btn-main:hover{
  color:#ffffff !important;
  background:linear-gradient(135deg,#28a7ff,#ff1f68) !important;
  box-shadow:0 16px 38px rgba(40,167,255,.28);
}

.mp-btn-dark:hover,
.mp-btn-outline:hover{
  color:#ffffff !important;
  border-color:#28a7ff !important;
  background:rgba(40,167,255,.10) !important;
}

.mp-mini-feature:hover .mp-mini-icon,
.mp-strip-card:hover .icon,
.mp-why-card:hover .icon{
  color:#28a7ff;
}

.mp-strip-card:hover h3,
.mp-why-card:hover h3,
.mp-dashboard-box:hover span,
.mp-account-detail-item:hover strong{
  color:#ff6f9d;
}

.mp-payment-button.main:hover{
  color:#ffffff !important;
  background:linear-gradient(135deg,#28a7ff,#ff1f68);
}

.mp-payment-button.outline:hover{
  color:#ffffff !important;
  border-color:#28a7ff;
  background:rgba(40,167,255,.08);
}

.mp-form input,
.mp-form textarea,
.mp-form select,
.mp-account-edit-form input,
.mp-deposit-form input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input.input-text{
  background:#080204 !important;
  color:#ffffff !important;
  caret-color:#ff3f8f;
}

.mp-form input:hover,
.mp-form textarea:hover,
.mp-form select:hover,
.mp-account-edit-form input:hover,
.mp-deposit-form input:hover,
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row select:hover,
.woocommerce input.input-text:hover{
  border-color:#28a7ff !important;
}

.mp-form input:focus,
.mp-form textarea:focus,
.mp-form select:focus,
.mp-account-edit-form input:focus,
.mp-deposit-form input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce input.input-text:focus{
  background:#0d0307 !important;
  color:#ffffff !important;
  border-color:#ff3f8f !important;
  box-shadow:0 0 0 3px rgba(255,31,104,.13) !important;
}

.mp-crypto,
.mp-coin,
.mp-cardbadge{
  color:#ffffff !important;
}

.mp-wc-notice a,
.mp-dashboard-empty a{
  color:#ff6f9d;
}

.mp-wc-notice a:hover,
.mp-dashboard-empty a:hover{
  color:#28a7ff !important;
}


/* Remove WooCommerce checkout order notes */
.woocommerce-additional-fields,
.woocommerce-additional-fields__field-wrapper,
#order_comments_field{
  display:none !important;
}


/* Country language dropdown */
.mp-language-switcher{
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,31,104,.18);
}
.mp-language-switcher span{
  color:#ffd4e2;
  font-size:14px;
}
.mp-language-switcher select{
  min-height:38px;
  border-radius:9px;
  border:1px solid rgba(255,31,104,.28);
  background:#080204 !important;
  color:#fff !important;
  padding:0 10px;
  outline:none;
  font-weight:800;
  cursor:pointer;
}
.mp-language-switcher select:hover,
.mp-language-switcher select:focus{
  border-color:#28a7ff !important;
}
@media(max-width:768px){
  .mp-language-switcher{
    width:100%;
    justify-content:space-between;
  }
  .mp-language-switcher select{
    flex:1;
  }
}


/* Language popup selector */
.mp-language-switcher{
  display:none !important;
}

.mp-language-popup-overlay{
  position:fixed;
  inset:0;
  z-index:999999;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(10px);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.mp-language-popup-overlay.active{
  display:flex;
}

.mp-language-popup{
  width:min(480px, 94vw);
  background:linear-gradient(180deg,rgba(18,3,8,.98),rgba(8,1,4,.98));
  border:1px solid rgba(255,31,104,.28);
  border-radius:24px;
  padding:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.55);
  text-align:center;
}

.mp-language-popup h2{
  color:#fff;
  margin:0 0 10px;
  font-size:30px;
}

.mp-language-popup p{
  color:#d0d0d0;
  margin:0 0 22px;
  line-height:1.65;
}

.mp-language-popup-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.mp-lang-option{
  min-height:58px;
  border:1px solid rgba(255,31,104,.22);
  border-radius:15px;
  background:rgba(255,255,255,.045);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  transition:.2s ease;
}

.mp-lang-option:hover{
  border-color:#28a7ff;
  background:rgba(40,167,255,.10);
  transform:translateY(-2px);
}

.mp-lang-option.active{
  border-color:#ff3f8f;
  background:linear-gradient(135deg,rgba(255,31,104,.22),rgba(40,167,255,.16));
}

.mp-language-popup-footer{
  margin-top:18px;
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}

.mp-lang-close{
  min-height:44px;
  border-radius:12px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.mp-lang-close:hover{
  border-color:#28a7ff;
  color:#28a7ff;
}

.mp-language-floating-btn{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  min-height:46px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,31,104,.28);
  background:linear-gradient(135deg,#ff1f68,#28a7ff);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.mp-language-floating-btn:hover{
  transform:translateY(-2px);
}

@media(max-width:480px){
  .mp-language-popup{
    padding:22px;
  }
  .mp-language-popup h2{
    font-size:24px;
  }
  .mp-language-popup-grid{
    grid-template-columns:1fr;
  }
  .mp-language-floating-btn{
    right:12px;
    bottom:12px;
  }
}


/* Customer picture upload */
.mp-picture-upload-box{
  display:flex;
  gap:18px;
  align-items:center;
  margin:24px 0;
  padding:22px;
  border-radius:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,31,104,.20);
}
.mp-picture-preview{
  flex:0 0 auto;
}
.mp-picture-preview img{
  width:96px;
  height:96px;
  border-radius:50%;
  object-fit:cover;
  border:3px solid rgba(255,31,104,.35);
  background:#080204;
}
.mp-picture-content{
  flex:1;
  min-width:0;
}
.mp-picture-content h2{
  color:#fff;
  margin:0 0 8px;
}
.mp-picture-content p{
  color:#d7d7d7;
  margin:0 0 14px;
}
.mp-picture-form{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}
.mp-picture-form input[type="file"]{
  flex:1;
  min-width:220px;
  background:#080204!important;
  color:#fff!important;
  border:1px dashed rgba(255,31,104,.35)!important;
  border-radius:12px;
  padding:12px;
}
@media(max-width:640px){
  .mp-picture-upload-box{
    flex-direction:column;
    align-items:flex-start;
  }
  .mp-picture-form{
    width:100%;
  }
  .mp-picture-form input[type="file"],
  .mp-picture-form .mp-btn{
    width:100%;
  }
}


/* Product order count and checkout status */
.mp-order-count-box{
  margin:18px 0 18px;
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,31,104,.22);
}
.mp-order-count-box label{
  display:block;
  color:#fff;
  font-weight:900;
  margin-bottom:10px;
}
.mp-order-count-box small{
  display:block;
  color:#d7d7d7;
  margin-top:8px;
}
.mp-order-count-control{
  display:flex;
  align-items:center;
  gap:10px;
}
.mp-order-count-control input{
  width:110px;
  min-height:48px;
  text-align:center;
  border-radius:12px;
  border:1px solid rgba(255,31,104,.32);
  background:#080204!important;
  color:#fff!important;
  font-weight:900;
  outline:none;
}
.mp-qty-btn{
  width:48px;
  height:48px;
  border-radius:12px;
  border:1px solid rgba(255,31,104,.32);
  background:linear-gradient(135deg,#ff1f68,#28a7ff);
  color:#fff;
  font-weight:900;
  font-size:20px;
  cursor:pointer;
}
.mp-checkout-status-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:18px 0 24px;
}
.mp-checkout-status-box div{
  padding:16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,31,104,.22);
}
.mp-checkout-status-box strong{
  display:block;
  color:#ff8ab1;
  margin-bottom:6px;
}
.mp-checkout-status-box span{
  color:#fff;
  font-weight:800;
}
@media(max-width:640px){
  .mp-checkout-status-box{
    grid-template-columns:1fr;
  }
}


/* Checkout status removed */
.mp-checkout-status-box{
  display:none!important;
}


/* Customer balance checkout payment */
.mp-balance-checkout-notice{
  margin:0 0 18px;
  padding:16px;
  border-radius:16px;
  background:rgba(255,31,104,.08);
  border:1px solid rgba(255,31,104,.22);
  color:#fff;
}
.mp-balance-checkout-notice strong{
  color:#ff8ab1;
}
.payment_method_mp_customer_balance label{
  color:#fff!important;
  font-weight:900;
}
.payment_method_mp_customer_balance .payment_box{
  background:#120308!important;
  color:#d7d7d7!important;
}
