
.mas-trade-wrap{font-family:Arial,Helvetica,sans-serif;color:#1c2430;background:#fff}
.mas-trade-wrap *{box-sizing:border-box}
.mas-trade-shell{max-width:1200px;margin:0 auto}
.mas-trade-hero{background:linear-gradient(135deg,var(--mas-secondary) 0%,var(--mas-primary) 100%);color:#fff;border-radius:24px;padding:42px 32px;margin:24px 0;display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center}
.mas-trade-badge{display:inline-block;background:rgba(255,255,255,.14);padding:8px 14px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.3px;margin-bottom:14px}
.mas-trade-hero h1{font-size:42px;line-height:1.1;margin:0 0 14px}
.mas-trade-hero p{font-size:18px;line-height:1.6;margin:0 0 18px;max-width:700px}
.mas-trade-hero-cta{display:inline-block;background:#fff;color:var(--mas-secondary);padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:700}
.mas-trade-hero-image{background:#e9eef5;border:2px dashed rgba(255,255,255,.45);border-radius:20px;min-height:320px;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;color:#42536a}
.mas-trade-section{margin:38px 0}
.mas-trade-card{background:#fff;border:1px solid #e4e9f0;border-radius:20px;padding:28px;box-shadow:0 10px 30px rgba(18,34,68,.05)}
.mas-trade-card h2,.mas-trade-card h3{margin-top:0;color:#17253a}
.mas-trade-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.mas-trade-feature{background:#fff;border:1px solid #e4e9f0;border-radius:18px;padding:20px}
.mas-trade-feature h3{margin:0 0 8px;color:var(--mas-secondary)}
.mas-trade-benefit-grid{grid-template-columns:repeat(3,1fr)}
.mas-trade-benefit-card{text-align:center;padding:28px 22px}
.mas-trade-benefit-icon,.mas-trade-step-number{width:48px;height:48px;border-radius:999px;background:var(--mas-secondary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:14px}
.mas-trade-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
.mas-trade-step{background:var(--mas-accent);border:1px solid #e3e8ef;border-radius:18px;padding:22px}
.mas-trade-step h3{margin:0 0 8px;color:#17253a}
.mas-trade-form-wrap{background:#fff;border:1px solid #e4e9f0;border-radius:24px;padding:28px;box-shadow:0 10px 30px rgba(18,34,68,.05)}
.mas-trade-form-header{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;margin-bottom:20px}
.mas-trade-form-intro{margin:6px 0 0;color:#586679}
.mas-trade-form-image-placeholder{width:220px;min-height:120px;border:1px dashed #ccd6e2;border-radius:16px;display:flex;align-items:center;justify-content:center;text-align:center;color:#556476;padding:12px;background:#f7f9fc}
.mas-trade-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.mas-trade-form-field label{display:block;font-weight:700;margin-bottom:8px;color:#17253a}
.mas-trade-form-field input,.mas-trade-form-field select{width:100%;padding:13px 14px;border:1px solid #ccd6e2;border-radius:12px;background:#fff;font-size:15px}
.mas-trade-form-field-full{grid-column:1 / -1}
.mas-trade-submit{display:inline-block;background:var(--mas-primary);color:#fff;border:none;padding:15px 24px;border-radius:999px;font-weight:700;cursor:pointer;font-size:16px}
.mas-trade-note{font-size:13px;color:#586679;line-height:1.6;margin-top:12px}
.mas-trade-success{background:#eef8f2;border:1px solid #b7dfc3;border-radius:20px;padding:24px;margin:0 0 24px}
.mas-trade-success h3{margin-top:0;color:#1c6335}
.mas-trade-code{font-size:34px;font-weight:800;letter-spacing:2px;color:var(--mas-secondary);margin:10px 0 12px}
.mas-trade-faq-item{background:#fff;border:1px solid #e4e9f0;border-radius:18px;padding:18px 20px;margin-bottom:14px}
.mas-trade-faq-item h3{margin:0 0 10px;font-size:18px}
.mas-trade-footer-cta{background:linear-gradient(135deg,var(--mas-accent) 0%, #ffffff 100%);border:1px solid #e4e9f0;border-radius:24px;padding:28px;text-align:center}
@media (max-width: 900px){
  .mas-trade-hero,.mas-trade-feature-grid,.mas-trade-benefit-grid,.mas-trade-steps,.mas-trade-form-grid,.mas-trade-form-header{grid-template-columns:1fr}
  .mas-trade-hero h1{font-size:34px}
  .mas-trade-form-image-placeholder{width:100%}
}


.mas-trade-trust-line{margin:0 0 18px;font-size:15px;line-height:1.7;font-weight:700;color:#fff;opacity:0.98}
.mas-trade-benefit-grid{grid-template-columns:repeat(3,1fr)}
.mas-trade-benefit-card{text-align:center;padding:28px 22px}
.mas-trade-benefit-icon-wrap{display:flex;justify-content:center;align-items:center;margin-bottom:16px;min-height:72px}
.mas-trade-benefit-image{max-width:64px;max-height:64px;width:auto;height:auto}


/* HERO TEXT COLOR FIX */
.mas-trade-hero h1 {
    color: #ffffff !important;
}

.mas-trade-hero p {
    color: rgba(255,255,255,0.9) !important;
}

.mas-trade-badge {
    background: rgba(255,255,255,0.15);
    color: #ffffff !important;
}


.mas-trade-form-only-wrap{max-width:900px;margin:0 auto}
.mas-trade-form-only-header{grid-template-columns:1fr}
