/*
Theme Name: Buytrystlink.shop Verification Guidance Theme
Theme URI: https://buytrystlink.shop/
Description: Professional Buytrystlink.shop WordPress theme for verification guidance services with modern dark UI, SEO metadata, white CTA buttons, WooCommerce checkout, dashboard pages, and responsive layout.
Author: ChatGPT
Version: 1.3.0
Text Domain: trystlink-account-service-theme
*/

:root{
  --mp-bg:#181b23;
  --mp-bg-2:#11141a;
  --mp-panel:#20242d;
  --mp-panel-2:#262a34;
  --mp-border:rgba(239,69,89,.26);
  --mp-border-2:rgba(255,255,255,.10);
  --mp-text:#ffffff;
  --mp-muted:#d6d8df;
  --mp-soft:#aeb3bf;
  --mp-pink:#ef4559;
  --mp-pink-2:#ff6575;
  --mp-red:#d82e45;
  --mp-blue:#ef4559;
  --mp-orange:#ffffff;
  --mp-green:#36d576;
  --mp-shadow:0 24px 70px rgba(0,0,0,.32);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth; margin:0; padding:0; background:var(--mp-bg)}
body{margin:0; padding:0; background:var(--mp-bg); color:var(--mp-text); overflow-x:hidden}

/* remove default theme/browser borders or outer spacing */
body,
#page,
.site,
.site-content,
.site-main,
.content-area,
.ast-container,
.ast-separate-container,
.ast-plain-container,
.ast-page-builder-template,
.entry-content,
article.page,
main{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}

#page,
.site,
.site-content,
.site-main,
.content-area,
.ast-container,
.ast-separate-container,
.ast-plain-container,
.ast-page-builder-template,
.entry-content,
article.page,
main{
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}

.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;
    scrollbar-width:thin;
  }

  .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;
    scroll-behavior:auto !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%;
  }
}


/* Service 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;
}


/* Contact form status messages */
.mp-contact-notice{
  margin:22px 0 0;
  padding:14px 16px;
  border-radius:14px;
  font-weight:700;
  border:1px solid rgba(255,255,255,.14);
}
.mp-contact-notice-success{
  color:#dfffe8;
  background:rgba(34,197,94,.16);
  border-color:rgba(34,197,94,.36);
}
.mp-contact-notice-error{
  color:#ffe3e3;
  background:rgba(239,68,68,.16);
  border-color:rgba(239,68,68,.36);
}
.mp-contact-hp{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
  overflow:hidden;
}

/* Buytrystlink.shop color match override: dark navy, white, and coral-red */
:root{
  --tryst-navy:#181b23;
  --tryst-navy-2:#11141a;
  --tryst-card:#20242d;
  --tryst-card-2:#262a34;
  --tryst-red:#ef4559;
  --tryst-red-2:#ff6575;
  --tryst-red-dark:#d82e45;
  --tryst-white:#ffffff;
  --tryst-muted:#d6d8df;
  --tryst-border:rgba(239,69,89,.26);
  --mp-bg:#181b23;
  --mp-bg-2:#11141a;
  --mp-panel:#20242d;
  --mp-panel-2:#262a34;
  --mp-border:rgba(239,69,89,.26);
  --mp-border-2:rgba(255,255,255,.10);
  --mp-text:#ffffff;
  --mp-muted:#d6d8df;
  --mp-soft:#aeb3bf;
  --mp-pink:#ef4559;
  --mp-pink-2:#ff6575;
  --mp-red:#d82e45;
  --mp-blue:#ef4559;
  --mp-orange:#ffffff;
}
html, body{background:var(--tryst-navy-2)!important;}
.mp-page{
  background:
    radial-gradient(circle at 72% 8%, rgba(239,69,89,.20), transparent 28%),
    radial-gradient(circle at 8% 26%, rgba(255,101,117,.12), transparent 22%),
    linear-gradient(180deg,var(--tryst-navy) 0%, var(--tryst-navy-2) 54%, #151821 100%)!important;
}
.mp-header{
  background:rgba(24,27,35,.96)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.mp-logo{
  color:#fff!important;
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.mp-logo::before{
  content:'♥';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:31px;
  height:31px;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,var(--tryst-red),var(--tryst-red-dark));
  font-size:18px;
  line-height:1;
  box-shadow:0 8px 22px rgba(239,69,89,.28);
}
.mp-logo span,
.mp-footer .brand span{color:#fff!important;}
.mp-menu a{color:#fff!important;}
.mp-menu a:hover,
.mp-menu a.active,
.mp-page a,
.mp-page a:visited{color:var(--tryst-red)!important;}
.mp-menu a.active:after{background:var(--tryst-red)!important;}
.mp-hero h1 .orange,
.mp-hero h1 .blue,
.mp-stock,
.mp-price,
.mp-crypto-title,
.mp-mini-icon,
.mp-strip-card .icon,
.mp-why-card .icon,
.mp-checks li:before,
.mp-info-box strong,
.mp-account-detail-item strong,
.mp-access-file-box strong,
.mp-checkout-status-box strong,
.mp-balance-checkout-notice strong,
.mp-user-pill{color:var(--tryst-red)!important;}
.mp-tag,
.mp-user-pill,
.mp-order-count-box,
.mp-picture-upload-box,
.mp-account-details,
.mp-deposit-box,
.mp-access-file-box,
.mp-wallet-box,
.mp-wc-notice,
.mp-balance-checkout-notice{
  border-color:var(--tryst-border)!important;
  background:rgba(239,69,89,.08)!important;
}
.mp-btn-main,
.mp-payment-button.main,
.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,
.mp-qty-btn,
.mp-language-floating-btn{
  background:linear-gradient(135deg,var(--tryst-red),var(--tryst-red-2))!important;
  color:#fff!important;
  box-shadow:0 14px 34px rgba(239,69,89,.24)!important;
}
.mp-btn-main:hover,
.mp-payment-button.main:hover,
.mp-language-floating-btn:hover{
  background:linear-gradient(135deg,var(--tryst-red-dark),var(--tryst-red))!important;
  color:#fff!important;
  box-shadow:0 16px 38px rgba(239,69,89,.30)!important;
}
.mp-btn-dark,
.mp-btn-outline,
.mp-payment-button.outline{
  color:#fff!important;
  background:rgba(255,255,255,.04)!important;
  border-color:rgba(239,69,89,.35)!important;
}
.mp-btn-dark:hover,
.mp-btn-outline:hover,
.mp-payment-button.outline:hover,
.mp-lang-option:hover,
.mp-lang-close:hover{
  color:#fff!important;
  border-color:var(--tryst-red)!important;
  background:rgba(239,69,89,.12)!important;
}
.mp-strip-card,
.mp-buy-card,
.mp-crypto-section,
.mp-why-card,
.mp-page-card,
.mp-info-box,
.mp-dashboard-box,
.mp-account-detail-item,
.mp-dashboard-empty,
.mp-language-popup{
  background:linear-gradient(180deg,rgba(32,36,45,.98),rgba(22,25,33,.98))!important;
  border-color:rgba(255,255,255,.08)!important;
}
.mp-hero-visual{
  background:
    radial-gradient(circle at 58% 32%, rgba(239,69,89,.26), transparent 30%),
    linear-gradient(180deg,rgba(32,36,45,.82),rgba(17,20,26,.72))!important;
}
.mp-hero-visual img,
.mp-image-card img{filter:drop-shadow(0 18px 38px rgba(239,69,89,.20))!important;}
.mp-money-back{
  background:rgba(24,27,35,.94)!important;
  border-color:rgba(255,255,255,.10)!important;
}
.mp-form input,
.mp-form textarea,
.mp-form select,
.mp-account-edit-form input,
.mp-deposit-form input,
.mp-order-count-control input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input.input-text,
.mp-language-switcher select,
.mp-picture-form input[type="file"]{
  background:#11141a!important;
  color:#fff!important;
  border-color:rgba(239,69,89,.32)!important;
  caret-color:var(--tryst-red)!important;
}
.mp-form input:focus,
.mp-form textarea:focus,
.mp-form select:focus,
.mp-account-edit-form input:focus,
.mp-deposit-form input:focus,
.mp-order-count-control 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{
  border-color:var(--tryst-red)!important;
  box-shadow:0 0 0 3px rgba(239,69,89,.16)!important;
}
.mp-dashboard-table{border-color:rgba(239,69,89,.22)!important;}
.mp-dashboard-table th{background:rgba(239,69,89,.12)!important;color:#ffd9de!important;}
.mp-dashboard-table td{background:rgba(255,255,255,.035)!important;color:#d6d8df!important;}
.mp-footer .brand{color:#fff!important;}
.mp-footer{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0))!important;border-top-color:rgba(255,255,255,.08)!important;}
.mp-copyright{border-top-color:rgba(255,255,255,.08)!important;}


/* Final requested fix: white buttons and white hover state */
:root{
  --tryst-white:#ffffff;
  --tryst-button-text:#151922;
}
.mp-btn-main,
.mp-btn-outline,
.mp-payment-button.main,
.mp-payment-button.outline,
.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,
.mp-qty-btn,
.mp-lang-close,
.mp-language-floating-btn,
button.mp-btn,
input[type="submit"]{
  background:#ffffff!important;
  background-image:none!important;
  color:#151922!important;
  border-color:#ffffff!important;
  box-shadow:0 16px 36px rgba(255,255,255,.16),0 8px 24px rgba(239,69,89,.18)!important;
}
.mp-btn-main:hover,
.mp-btn-outline:hover,
.mp-payment-button.main:hover,
.mp-payment-button.outline:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.mp-qty-btn:hover,
.mp-lang-close:hover,
.mp-language-floating-btn:hover,
button.mp-btn:hover,
input[type="submit"]:hover{
  background:#ffffff!important;
  background-image:none!important;
  color:#151922!important;
  border-color:#ffffff!important;
  transform:translateY(-2px);
  box-shadow:0 20px 42px rgba(255,255,255,.22),0 10px 28px rgba(239,69,89,.25)!important;
}
.mp-btn-main *,
.mp-btn-outline *,
.mp-payment-button.main *,
.mp-payment-button.outline *{
  color:#151922!important;
}
.mp-refund-pill,
.mp-money-back strong{
  color:#ffffff!important;
}


/* =========================================================
   Professional Modern UI Overhaul
   ========================================================= */
:root{
  --mp-bg:#050813;
  --mp-bg-2:#090d18;
  --mp-panel:#111622;
  --mp-panel-2:#171d2b;
  --mp-border:rgba(255,70,91,.28);
  --mp-border-2:rgba(255,255,255,.10);
  --mp-text:#ffffff;
  --mp-muted:#c5cbd8;
  --mp-soft:#8f98aa;
  --mp-pink:#ff465b;
  --mp-pink-2:#ff6a78;
  --mp-red:#f63b56;
  --mp-blue:#ff465b;
  --mp-orange:#ffffff;
  --mp-green:#36d576;
  --mp-shadow:0 28px 100px rgba(0,0,0,.48);
  --mp-glow:0 0 0 1px rgba(255,70,91,.16), 0 22px 70px rgba(255,70,91,.18);
}
body{background:#050813;color:#fff;}
.mp-page{
  background:
    radial-gradient(circle at 76% 4%, rgba(255,70,91,.24), transparent 32%),
    radial-gradient(circle at 12% 26%, rgba(255,255,255,.045), transparent 22%),
    linear-gradient(180deg,#050813 0%,#090d18 48%,#050813 100%) !important;
}
.mp-pro-header{
  background:rgba(5,8,19,.82) !important;
  border-bottom:1px solid rgba(255,255,255,.07) !important;
  box-shadow:0 10px 40px rgba(0,0,0,.22);
}
.mp-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  letter-spacing:-.8px;
}
.mp-logo:before{
  content:'♥';
  width:38px;height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(135deg,var(--mp-pink),var(--mp-pink-2));
  box-shadow:0 12px 36px rgba(255,70,91,.34);
  font-size:20px;
}
.mp-menu a{color:#dfe4ee;font-size:13px;letter-spacing:.08em;}
.mp-menu a:hover,.mp-menu a.active{color:#fff;}
.mp-menu a.active:after{background:linear-gradient(90deg,var(--mp-pink),transparent);bottom:-13px;}
.mp-btn,
.mp-payment-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt{
  border-radius:16px !important;
  letter-spacing:.02em;
}
.mp-btn-main,
.mp-payment-button.main,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt{
  background:#ffffff !important;
  color:#070b16 !important;
  border:1px solid rgba(255,255,255,.72) !important;
  box-shadow:0 18px 46px rgba(255,255,255,.12),0 0 0 1px rgba(255,70,91,.08) !important;
}
.mp-btn-main:hover,
.mp-payment-button.main:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover{
  background:#ffffff !important;
  color:#070b16 !important;
  border-color:#ffffff !important;
  transform:translateY(-2px);
  box-shadow:0 24px 60px rgba(255,255,255,.18),0 0 0 4px rgba(255,70,91,.14) !important;
}
.mp-btn-dark,.mp-btn-outline{
  background:rgba(255,255,255,.045) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.11) !important;
}
.mp-btn-dark:hover,.mp-btn-outline:hover{
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.2) !important;
}
.mp-pro-hero{padding:72px 0 48px;position:relative;}
.mp-hero-grid{grid-template-columns:.95fr 1.05fr;gap:54px;}
.mp-tag{
  border:1px solid rgba(255,70,91,.28);
  background:rgba(255,70,91,.10);
  color:#ffd8de;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.mp-hero h1{
  font-size:76px;
  line-height:.98;
  letter-spacing:-3px;
  text-wrap:balance;
}
.mp-hero h1 .blue{color:var(--mp-pink);}
.mp-hero p{font-size:19px;color:#c7cedd;max-width:650px;}
.mp-pro-stats .mp-mini-feature{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:15px;
  min-width:190px;
}
.mp-mini-icon{
  background:linear-gradient(135deg,var(--mp-pink),var(--mp-pink-2));
  color:#fff;
  border:0;
  box-shadow:0 12px 32px rgba(255,70,91,.24);
}
.mp-pro-visual{
  min-height:590px;
  border-radius:34px;
  padding:22px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,70,91,.24), transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02)) !important;
  border:1px solid rgba(255,255,255,.09);
  box-shadow:var(--mp-shadow);
}
.mp-pro-visual:before{
  content:'';
  position:absolute;
  inset:14px;
  border-radius:26px;
  border:1px solid rgba(255,70,91,.18);
  pointer-events:none;
}
.mp-hero-visual img{max-width:100%;border-radius:24px;filter:drop-shadow(0 24px 60px rgba(0,0,0,.35));}
.mp-money-back{
  background:rgba(9,13,24,.92);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 68px rgba(0,0,0,.38);
}
.mp-stock{color:#ffd8de;}
.mp-order-count-box{
  max-width:430px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  padding:18px;
  margin-bottom:18px;
}
.mp-order-count-box label{display:block;color:#fff;font-weight:900;margin-bottom:10px;}
.mp-order-count-control{display:grid;grid-template-columns:52px 1fr 52px;gap:10px;align-items:center;}
.mp-qty-btn,.mpAccountQty{
  min-height:52px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:#0b101c;
  color:#fff;
  font-weight:900;
  text-align:center;
}
.mp-qty-btn{cursor:pointer;font-size:24px;background:rgba(255,70,91,.16);border-color:rgba(255,70,91,.25);}
.mp-order-count-box small{display:block;margin-top:10px;color:#8f98aa;}
.mp-strip,.mp-why-grid{gap:22px;}
.mp-strip-card,.mp-why-card,.mp-buy-card,.mp-page-card,.mp-crypto-section{
  background:linear-gradient(180deg,rgba(17,22,34,.92),rgba(9,13,24,.96)) !important;
  border:1px solid rgba(255,255,255,.09) !important;
  box-shadow:var(--mp-glow);
}
.mp-strip-card,.mp-why-card{transition:.25s ease;}
.mp-strip-card:hover,.mp-why-card:hover{transform:translateY(-4px);border-color:rgba(255,70,91,.28) !important;}
.mp-strip-card .icon,.mp-why-card .icon{color:var(--mp-pink);}
.mp-pro-product{grid-template-columns:.9fr 1.1fr;margin:60px 0 44px;}
.mp-image-card{
  min-height:560px;
  border-radius:34px;
  background:radial-gradient(circle at 50% 40%,rgba(255,70,91,.2),transparent 42%);
}
.mp-image-card img{max-width:500px;filter:drop-shadow(0 28px 70px rgba(0,0,0,.42));}
.mp-pro-buy-card{padding:34px;}
.mp-buy-card h2{font-size:44px;letter-spacing:-1.4px;}
.mp-product-lead{color:#c7cedd;line-height:1.7;margin:0 0 18px;}
.mp-checks li{font-size:17px;color:#e9edf6;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.07);}
.mp-checks li:before{color:var(--mp-pink);}
.mp-price{color:#fff;font-size:60px;letter-spacing:-1px;}
.mp-secure{color:#c7cedd;}
.mp-crypto-grid{grid-template-columns:repeat(6,minmax(0,1fr));}
.mp-crypto-item{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.08);}
.mp-pro-seo{margin:0 0 48px;padding:34px;}
.mp-pro-seo h2{font-size:34px;letter-spacing:-1px;color:#fff;margin:0 0 12px;}
.mp-footer{
  background:linear-gradient(180deg,rgba(9,13,24,.5),#050813) !important;
  border-top:1px solid rgba(255,255,255,.08);
}
.mp-footer .brand{color:#fff;}
.mp-footer .brand span{color:var(--mp-pink);}
.mp-secure-img{box-shadow:0 20px 60px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.08);}
.mp-language-floating-btn{
  position:fixed;right:18px;bottom:18px;z-index:1000;
  border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:12px 16px;
  background:#fff;color:#070b16;font-weight:900;box-shadow:0 12px 32px rgba(0,0,0,.24);
}
@media (max-width:1080px){
  .mp-hero-grid,.mp-pro-product{grid-template-columns:1fr;}
  .mp-pro-visual{min-height:auto;}
  .mp-crypto-grid{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:780px){
  .mp-pro-hero{padding:42px 0 30px;}
  .mp-hero h1{font-size:46px;letter-spacing:-1.6px;}
  .mp-pro-stats .mp-mini-feature{min-width:100%;}
  .mp-pro-visual{padding:14px;border-radius:24px;}
  .mp-image-card{min-height:auto;}
  .mp-crypto-grid{grid-template-columns:1fr !important;}
  .mp-buy-card h2{font-size:32px;}
  .mp-footer-grid{grid-template-columns:1fr !important;}
}
@media (max-width:480px){
  .mp-hero h1{font-size:38px;}
  .mp-hero p{font-size:15px;}
  .mp-pro-buy-card,.mp-pro-seo{padding:22px;}
  .mp-price{font-size:44px;}
}


/* === Buytrystlink.shop professional responsive polish === */
img, svg, video{max-width:100%;height:auto;}
.mp-page{overflow-x:hidden;}
.mp-logo{display:inline-flex;align-items:center;gap:12px;line-height:1;white-space:nowrap;letter-spacing:-.04em;}
.mp-logo:before{content:"♥";width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;background:linear-gradient(135deg,var(--mp-pink),var(--mp-pink-2));color:#fff;font-size:24px;box-shadow:0 12px 32px rgba(239,69,89,.32);}
.mp-logo span{color:var(--mp-pink)!important;}
.mp-nav{position:relative;}
.mp-menu a[href="#benefits"]{display:none!important;}
.mp-header{box-shadow:0 12px 36px rgba(0,0,0,.18);}
.mp-hero h1{font-size:clamp(42px,6vw,78px);}
.mp-hero p{max-width:680px;}
.mp-hero-visual img,.mp-image-card img{filter:drop-shadow(0 26px 64px rgba(0,0,0,.36));}
.mp-product,.mp-hero-grid,.mp-footer-grid,.mp-strip,.mp-why-grid,.mp-crypto-grid{min-width:0;}
.mp-product > *, .mp-hero-grid > *, .mp-footer-grid > *{min-width:0;}
.mp-footer-crypto-block{min-width:0;}
.mp-footer-crypto-block p{margin-bottom:14px!important;}
.mp-footer-pay-icons{display:flex;flex-wrap:wrap;gap:9px;margin:12px 0 14px;}
.mp-pay-icon{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--mp-pink),var(--mp-pink-2));color:#fff;font-size:18px;font-weight:900;box-shadow:0 10px 22px rgba(239,69,89,.22);border:1px solid rgba(255,255,255,.15);}
.mp-crypto-footer-img{width:100%;max-width:320px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);display:block;}
.mp-footer-grid{grid-template-columns:1.15fr .75fr .85fr .9fr 1.15fr;align-items:start;}
.mp-copyright{border-top:1px solid rgba(255,255,255,.08);margin-top:28px;padding-top:22px;text-align:center;color:var(--mp-soft);}
.mp-btn-main,.mp-payment-button.main{background:#fff!important;color:#090d14!important;border-color:#fff!important;box-shadow:0 16px 40px rgba(255,255,255,.16)!important;}
.mp-btn-main:hover,.mp-payment-button.main:hover{background:#fff!important;color:#090d14!important;box-shadow:0 20px 48px rgba(255,255,255,.22)!important;}
.mp-btn-outline:hover,.mp-btn-dark:hover{background:#fff!important;color:#090d14!important;border-color:#fff!important;}
.mp-buy-card,.mp-why-card,.mp-strip-card,.mp-crypto-section,.mp-page-card{backdrop-filter:blur(18px);}

@media (max-width:1180px){
  .mp-container{width:min(1120px,94%);} 
  .mp-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;}
  .mp-hero-grid{grid-template-columns:1fr .88fr;gap:26px;}
}
@media (max-width:1024px){
  .mp-nav{flex-wrap:wrap;gap:14px;padding:12px 0;}
  .mp-menu{order:3;width:100%;justify-content:center;gap:22px;overflow-x:auto;padding:4px 0 8px;scrollbar-width:none;}
  .mp-menu::-webkit-scrollbar{display:none;}
  .mp-actions{margin-left:auto;}
  .mp-hero-grid,.mp-product{grid-template-columns:1fr!important;}
  .mp-hero-visual{max-width:680px;margin:0 auto;}
  .mp-strip,.mp-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .mp-crypto-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width:780px){
  .mp-container{width:92%;}
  .mp-header{position:relative;}
  .mp-nav{justify-content:center;text-align:center;}
  .mp-logo{font-size:clamp(22px,7vw,30px);}
  .mp-logo:before{width:38px;height:38px;border-radius:12px;font-size:21px;}
  .mp-menu{gap:16px;justify-content:flex-start;padding-left:2px;}
  .mp-menu a{font-size:13px;}
  .mp-actions{width:100%;justify-content:center;margin-left:0;}
  .mp-actions .mp-btn{min-height:42px;padding:0 14px;font-size:13px;}
  .mp-hero{padding:28px 0 20px;}
  .mp-hero h1{text-align:left;font-size:clamp(38px,12vw,56px);letter-spacing:-1.4px;}
  .mp-tag{font-size:12px;padding:9px 13px;}
  .mp-feature-row{grid-template-columns:1fr!important;}
  .mp-btn-row{display:grid!important;grid-template-columns:1fr;gap:12px;width:100%;}
  .mp-btn-row .mp-btn{width:100%;}
  .mp-order-count-control{width:100%;}
  .mpAccountQty{min-width:0;width:100%;}
  .mp-strip,.mp-why-grid,.mp-footer-grid,.mp-crypto-grid{grid-template-columns:1fr!important;}
  .mp-product{gap:22px;}
  .mp-buy-card,.mp-image-card,.mp-crypto-section,.mp-why-card,.mp-strip-card{border-radius:22px!important;}
  .mp-footer{padding-bottom:34px;}
  .mp-footer-grid{text-align:left;gap:24px;}
  .mp-crypto-footer-img{max-width:100%;}
}
@media (max-width:520px){
  .mp-container{width:94%;}
  .mp-page{background:linear-gradient(180deg,#04060b 0%,#0b0e15 100%);} 
  .mp-hero h1{font-size:clamp(34px,13vw,48px);}
  .mp-hero p,.mp-product-lead,.mp-secure,.mp-stock{font-size:15px;line-height:1.65;}
  .mp-mini-feature{align-items:flex-start;}
  .mp-payment-button.main{width:100%;min-height:58px;}
  .mp-price{font-size:40px;}
  .mp-checks li{font-size:15px;}
  .mp-footer-pay-icons{justify-content:flex-start;}
  .mp-language-floating-btn{right:14px;bottom:14px;}
}

/* Footer crypto icon block removed by request. */
.mp-footer-crypto-block,.mp-crypto-footer-img{display:none!important;}
