/* ── Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');

/* ── Root ── */
#mgw-page { font-family:'Manrope',system-ui,-apple-system,sans-serif; color:#0A0A0A; -webkit-font-smoothing:antialiased; }
#mgw-page *, #mgw-page *::before, #mgw-page *::after { box-sizing:border-box; }
#mgw-page h1,#mgw-page h2,#mgw-page h3 { font-family:'Manrope',sans-serif; }

/* ── Container ── */
.mgw-container { max-width:1240px; margin:0 auto; padding:0 32px; }

/* ── Buttons ── */
.mgw-btn { display:inline-flex; align-items:center; gap:8px; height:48px; padding:0 22px; border:1px solid transparent; border-radius:4px; font-size:15px; font-weight:600; font-family:inherit; cursor:pointer; white-space:nowrap; text-decoration:none; transition:background .15s,color .15s,border-color .15s; }
.mgw-btn-red  { background:#E30613; color:#fff; box-shadow:0 6px 18px -8px rgba(227,6,19,.5); }
.mgw-btn-red:hover { background:#B0040F; }
.mgw-btn-red:disabled { background:#d0d0d0; cursor:not-allowed; box-shadow:none; }
.mgw-btn-dark { background:#0A0A0A; color:#fff; }
.mgw-btn-dark:hover { background:#2A2A2A; }
.mgw-btn-white { background:#fff; color:#0A0A0A; }
.mgw-btn-white:hover { background:#f0f0f0; }
.mgw-btn-outline { background:transparent; color:#0A0A0A; border-color:#0A0A0A; }
.mgw-btn-outline:hover { background:#0A0A0A; color:#fff; }
.mgw-btn-sm { height:40px; padding:0 16px; font-size:14px; }
.mgw-btn-block { width:100%; justify-content:center; height:52px; }

/* ── Kicker ── */
.mgw-kicker { display:inline-flex; align-items:center; gap:10px; font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#E30613; margin-bottom:16px; }
.mgw-kicker-bar { width:28px; height:2px; background:#E30613; display:inline-block; }

/* ── Section head ── */
.mgw-section-head { max-width:720px; margin-bottom:56px; }
.mgw-section-title { font-size:clamp(28px,3.4vw,44px); line-height:1.1; font-weight:800; letter-spacing:-0.02em; margin:0 0 14px; color:#0A0A0A; }
.mgw-section-desc  { font-size:17px; line-height:1.55; color:#6B6B6B; margin:0; }

/* ══ HERO ══ */
.mgw-hero { padding:72px 0 100px; border-bottom:1px solid #E8E8E8; position:relative; overflow:hidden; }
.mgw-grid-bg { position:absolute; inset:0; background-image:linear-gradient(to right,rgba(0,0,0,.025) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.025) 1px,transparent 1px); background-size:56px 56px; -webkit-mask-image:radial-gradient(ellipse 70% 60% at 70% 40%,black 30%,transparent 70%); mask-image:radial-gradient(ellipse 70% 60% at 70% 40%,black 30%,transparent 70%); pointer-events:none; }
.mgw-hero-inner { position:relative; display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.mgw-hero-copy { max-width:560px; }
.mgw-eyebrow { display:inline-flex; align-items:center; gap:8px; padding:6px 12px 6px 10px; border:1px solid #E8E8E8; border-radius:999px; background:#fff; font-size:12px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:#2A2A2A; margin-bottom:28px; }
.mgw-eyebrow-dot { width:7px; height:7px; border-radius:999px; background:#E30613; box-shadow:0 0 0 3px rgba(227,6,19,.18); display:inline-block; flex-shrink:0; }
.mgw-display { font-size:clamp(36px,4.8vw,64px); line-height:1.05; font-weight:800; letter-spacing:-0.025em; margin:0 0 24px; color:#0A0A0A; }
.mgw-red { color:#E30613; }
.mgw-lead { font-size:18px; line-height:1.55; color:#6B6B6B; margin:0 0 36px; max-width:520px; }
.mgw-cta-row { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:36px; }
.mgw-trust-row { display:flex; gap:24px; flex-wrap:wrap; }
.mgw-trust-item { display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:500; color:#2A2A2A; }
.mgw-check-icon { display:inline-flex; align-items:center; justify-content:center; width:18px; height:18px; border-radius:999px; background:#E30613; flex-shrink:0; }

/* Hero visual */
.mgw-hero-visual { position:relative; min-height:520px; }
.mgw-window { position:absolute; border-radius:10px; overflow:hidden; box-shadow:0 24px 60px -20px rgba(0,0,0,.22),0 6px 16px rgba(0,0,0,.06); }
.mgw-code-win { width:92%; top:0; left:0; z-index:1; transform:rotate(-1.4deg); background:#0E0E10; border:1px solid rgba(255,255,255,.06); }
.mgw-preview-win { width:92%; bottom:0; right:0; z-index:2; transform:rotate(1.4deg); background:#fff; border:1px solid #E8E8E8; }
.mgw-win-bar { display:flex; align-items:center; gap:6px; padding:10px 14px; background:#18181B; border-bottom:1px solid rgba(255,255,255,.06); }
.mgw-win-bar-light { background:#F7F7F7; border-bottom:1px solid #E8E8E8; }
.mgw-dot { width:11px; height:11px; border-radius:999px; display:inline-block; }
.mgw-dot-r { background:#FF5F57; } .mgw-dot-y { background:#FEBC2E; } .mgw-dot-g { background:#28C840; }
.mgw-win-title { margin-left:8px; font-family:'JetBrains Mono',monospace; font-size:12px; color:rgba(255,255,255,.5); }
.mgw-url-pill { margin:0 auto; display:inline-flex; align-items:center; gap:6px; padding:3px 12px; background:#fff; border:1px solid #E8E8E8; border-radius:999px; font-size:11px; color:#2A2A2A; font-family:'JetBrains Mono',monospace; }
.mgw-code-pre { margin:0; padding:18px 20px 22px; font-family:'JetBrains Mono',monospace; font-size:12.5px; line-height:1.6; color:#E4E4E7; white-space:pre; overflow:hidden; background:#0E0E10; }
.mgw-t-tag{color:#FF8B8B;} .mgw-t-attr{color:#FFC857;} .mgw-t-pun{color:#71717A;} .mgw-t-str{color:#A6E3A1;} .mgw-t-com{color:#71717A;font-style:italic;} .mgw-t-sel{color:#FF8B8B;} .mgw-t-prop{color:#93C5FD;} .mgw-t-val{color:#FBBF24;}
/* Preview */
.mgw-pv-body { padding:14px 16px 18px; }
.mgw-pv-nav { display:flex; align-items:center; gap:14px; padding-bottom:12px; border-bottom:1px solid #F0F0F0; margin-bottom:14px; }
.mgw-pv-logo { font-weight:800; font-size:13px; letter-spacing:.04em; }
.mgw-pv-links { display:flex; gap:14px; font-size:10px; font-weight:600; letter-spacing:.08em; color:#6B6B6B; margin-right:auto; }
.mgw-pv-hero-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:14px; }
.mgw-pv-hero-text { padding:8px 4px; display:flex; flex-direction:column; justify-content:center; gap:6px; }
.mgw-pv-h1 { font-size:17px; font-weight:800; letter-spacing:-0.02em; line-height:1.1; }
.mgw-pv-sub { font-size:10px; color:#6B6B6B; line-height:1.4; }
.mgw-pv-btn { display:inline-block; background:#E30613; color:#fff; font-size:10px; font-weight:700; padding:6px 12px; border-radius:3px; align-self:flex-start; }
.mgw-pv-img { position:relative; background:linear-gradient(135deg,#f3f3f3,#e8e8e8); border-radius:4px; min-height:90px; overflow:hidden; }
.mgw-pv-img-stripes { position:absolute; inset:0; background-image:repeating-linear-gradient(45deg,transparent 0 8px,rgba(0,0,0,.04) 8px 9px); }
.mgw-pv-img-label { position:absolute; bottom:6px; left:6px; font-family:'JetBrains Mono',monospace; font-size:8px; letter-spacing:.1em; color:#6B6B6B; }
.mgw-pv-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; }
.mgw-pv-card { border:1px solid #F0F0F0; border-radius:4px; overflow:hidden; }
.mgw-pv-card-img { height:50px; background-image:repeating-linear-gradient(45deg,transparent 0 6px,rgba(0,0,0,.03) 6px 7px),linear-gradient(135deg,#f3f3f3,#e8e8e8); }
.mgw-pv-card-row { display:flex; justify-content:space-between; align-items:center; padding:5px 7px; font-size:9px; font-weight:600; }
.mgw-pv-price { font-weight:700; color:#E30613; }
.mgw-code-live-pill { position:absolute; top:48%; left:50%; transform:translate(-50%,-50%); z-index:3; font-family:'JetBrains Mono',monospace; font-size:11px; color:#0A0A0A; background:#fff; border:1px solid #E8E8E8; border-radius:4px; padding:4px 10px; display:inline-block; box-shadow:0 2px 6px rgba(0,0,0,.06); pointer-events:none; }

/* ══ SERVICES ══ */
.mgw-services { padding:100px 0; background:#FAFAFA; border-bottom:1px solid #E8E8E8; }
.mgw-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.mgw-card { position:relative; background:#fff; border:1px solid #E8E8E8; border-radius:8px; padding:32px 28px; display:flex; flex-direction:column; transition:transform .2s,box-shadow .2s; }
.mgw-card:hover { transform:translateY(-3px); box-shadow:0 24px 60px -20px rgba(0,0,0,.22),0 6px 16px rgba(0,0,0,.06); }
.mgw-card-featured { background:#0A0A0A; border:2px solid #0A0A0A; color:#fff; }
.mgw-card-featured .mgw-card-desc { color:rgba(255,255,255,.7); }
.mgw-card-featured .mgw-card-list li { color:rgba(255,255,255,.85); }
.mgw-featured-badge { position:absolute; top:-1px; right:24px; transform:translateY(-50%); background:#E30613; color:#fff; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:5px 12px; border-radius:3px; }
.mgw-card-tag { display:inline-block; align-self:flex-start; background:#F4F4F5; color:#2A2A2A; font-size:10px; font-weight:700; letter-spacing:.12em; padding:4px 9px; border-radius:3px; margin-bottom:24px; }
.mgw-card-tag-dark { background:rgba(255,255,255,.08); color:#E30613; }
.mgw-card-icon { width:48px; height:48px; border-radius:6px; background:rgba(227,6,19,.12); color:#E30613; display:flex; align-items:center; justify-content:center; margin-bottom:20px; flex-shrink:0; }
.mgw-card-icon-dark { background:rgba(227,6,19,.18); }
.mgw-card-title { font-size:22px; font-weight:700; letter-spacing:-0.01em; margin:0 0 10px; line-height:1.2; }
.mgw-card-desc { font-size:14.5px; line-height:1.55; color:#6B6B6B; margin:0 0 20px; }
.mgw-card-list { list-style:none; padding:0; margin:0 0 28px; display:flex; flex-direction:column; gap:9px; }
.mgw-card-list li { display:flex; align-items:center; gap:9px; font-size:14px; color:#2A2A2A; }
.mgw-card-featured .mgw-card-list li { color:rgba(255,255,255,.85); }
.mgw-li-dot { display:inline-flex; align-items:center; justify-content:center; width:16px; height:16px; border-radius:999px; background:#E30613; flex-shrink:0; }
.mgw-card-footer { margin-top:auto; display:flex; align-items:flex-end; justify-content:space-between; gap:12px; padding-top:20px; border-top:1px solid #E8E8E8; }
.mgw-card-footer-dark { border-top-color:rgba(255,255,255,.12); }
.mgw-price { font-size:22px; font-weight:800; letter-spacing:-0.01em; }
.mgw-price-sub { font-size:12px; color:#6B6B6B; margin-top:2px; }
.mgw-card-featured .mgw-price-sub { color:rgba(255,255,255,.55); }

/* ══ COUPON BANNER ══ */
.mgw-coupon-wrap {
  margin-top: 32px;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #E8E8E8;
  background: #fff;
  box-shadow: 0 4px 24px -8px rgba(227,6,19,.10);
}
.mgw-coupon-left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 32px;
  background: #fff;
}
.mgw-coupon-gift-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(227,6,19,.1);
  color: #E30613;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mgw-coupon-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #E30613;
  margin-bottom: 5px;
}
.mgw-coupon-headline {
  font-size: 17px;
  font-weight: 700;
  color: #0A0A0A;
  line-height: 1.3;
  margin-bottom: 6px;
}
.mgw-coupon-headline strong { color: #E30613; }
.mgw-coupon-sub {
  font-size: 13px;
  color: #6B6B6B;
  line-height: 1.5;
}
.mgw-coupon-sub strong { color: #2A2A2A; }
.mgw-coupon-right {
  display: flex;
  align-items: center;
  position: relative;
  background: #0A0A0A;
  padding: 28px 36px 28px 44px;
  flex-shrink: 0;
}
/* Perforated edge */
.mgw-coupon-perf {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 7px,
    #fff 7px,
    #fff 13px
  );
  opacity: .25;
}
.mgw-coupon-perf::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FAFAFA;
  border: 1.5px solid #E8E8E8;
}
.mgw-coupon-perf::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FAFAFA;
  border: 1.5px solid #E8E8E8;
}
.mgw-coupon-code-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.mgw-coupon-value {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #E30613;
  line-height: 1;
}
.mgw-coupon-code-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-top: 4px;
}
.mgw-coupon-code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .12em;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px dashed rgba(255,255,255,.2);
  border-radius: 4px;
  padding: 6px 14px;
  margin: 4px 0 6px;
}
.mgw-coupon-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  padding: 6px 12px;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}
.mgw-coupon-copy-btn:hover { background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.4); color:#fff; }
.mgw-coupon-copy-btn.copied { border-color:#28C840; color:#28C840; }

/* ══ HOW IT WORKS ══ */
.mgw-how { padding:100px 0; border-bottom:1px solid #E8E8E8; }
.mgw-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; }
.mgw-step-n { font-family:'JetBrains Mono',monospace; font-size:14px; font-weight:700; color:#E30613; margin-bottom:16px; letter-spacing:.04em; display:flex; align-items:center; gap:10px; }
.mgw-step-bar { width:28px; height:1px; background:#E30613; display:inline-block; }
.mgw-step-title { font-size:22px; font-weight:700; letter-spacing:-0.01em; margin:0 0 10px; line-height:1.2; color:#0A0A0A; }
.mgw-step-desc { font-size:15px; line-height:1.55; color:#6B6B6B; margin:0; }

/* ══ CTA BAND ══ */
.mgw-cta-band { background:#0A0A0A; color:#fff; padding:72px 0; position:relative; overflow:hidden; }
.mgw-cta-glow { position:absolute; inset:0; background:radial-gradient(ellipse 60% 80% at 90% 50%,rgba(227,6,19,.3),transparent 65%); pointer-events:none; }
.mgw-cta-inner { position:relative; display:grid; grid-template-columns:1fr auto; align-items:center; gap:40px; }
.mgw-cta-title { font-size:clamp(28px,3.4vw,40px); font-weight:800; letter-spacing:-0.02em; margin:0 0 10px; line-height:1.1; color:#fff; }
.mgw-cta-desc { font-size:17px; color:rgba(255,255,255,.7); margin:0; }
.mgw-cta-actions { display:flex; flex-direction:column; gap:12px; align-items:flex-end; }
.mgw-cta-phone { color:rgba(255,255,255,.7); text-decoration:none; font-size:14px; }
.mgw-cta-phone strong { color:#fff; font-weight:700; }

/* ══ MODAL ══ */
.mgw-modal-overlay { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; z-index:999999; box-sizing:border-box; }
.mgw-modal-box { position:relative; background:#fff; border-radius:10px; width:100%; max-width:560px; margin:auto; padding:40px; max-height:92vh; overflow-y:auto; box-shadow:0 24px 60px -20px rgba(0,0,0,.22),0 6px 16px rgba(0,0,0,.06); }
.mgw-modal-close { position:absolute; top:14px; right:14px; width:32px; height:32px; border:0; background:transparent; font-size:24px; color:#6B6B6B; cursor:pointer; border-radius:4px; display:flex; align-items:center; justify-content:center; font-family:inherit; line-height:1; }
.mgw-modal-close:hover { background:#f4f4f5; color:#0A0A0A; }
.mgw-modal-title { font-size:26px; font-weight:800; letter-spacing:-0.02em; margin:0 0 8px; line-height:1.15; color:#0A0A0A; }
.mgw-modal-sub { font-size:15px; color:#6B6B6B; margin:0 0 28px; }
.mgw-form { display:flex; flex-direction:column; gap:16px; }
.mgw-label { display:flex; flex-direction:column; gap:6px; font-size:13px; font-weight:600; color:#2A2A2A; }
.mgw-form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.mgw-input { font-family:inherit; font-size:15px; padding:12px 14px; border:1px solid #E8E8E8; border-radius:4px; background:#fff; color:#0A0A0A; outline:none; width:100%; box-sizing:border-box; transition:border-color .15s,box-shadow .15s; }
.mgw-input:focus { border-color:#E30613; box-shadow:0 0 0 3px rgba(227,6,19,.14); }
.mgw-textarea { resize:vertical; }
.mgw-pills { display:flex; gap:8px; flex-wrap:wrap; }
.mgw-kind-pill { padding:8px 14px; border:1px solid #E8E8E8; border-radius:999px; background:#fff; font-size:13px; font-weight:600; color:#2A2A2A; cursor:pointer; font-family:inherit; transition:all .15s; }
.mgw-kind-pill:hover { border-color:#0A0A0A; }
.mgw-pill-active, .mgw-kind-pill.mgw-pill-active { background:#0A0A0A; color:#fff; border-color:#0A0A0A; }
.mgw-form-note { font-size:12px; color:#6B6B6B; text-align:center; }
.mgw-success { display:none; text-align:center; padding:20px 0; }
.mgw-success-icon { display:inline-flex; align-items:center; justify-content:center; width:56px; height:56px; border-radius:999px; background:#E30613; color:#fff; margin-bottom:16px; }

/* ══ RESPONSIVE ══ */
@media(max-width:980px) {
  .mgw-hero-inner { grid-template-columns:1fr; }
  .mgw-hero-visual { min-height:460px; }
  .mgw-cards, .mgw-steps { grid-template-columns:1fr 1fr; }
  .mgw-cta-inner { grid-template-columns:1fr; }
  .mgw-cta-actions { align-items:flex-start; }
  .mgw-coupon-right { padding:24px 28px 24px 38px; }
}
@media(max-width:720px) {
  .mgw-coupon-wrap { flex-direction:column; }
  .mgw-coupon-right { padding:24px 32px; }
  .mgw-coupon-perf { top:-1px; bottom:auto; left:0; right:0; width:auto; height:1px;
    background-image: repeating-linear-gradient(to right,transparent 0,transparent 7px,rgba(0,0,0,.15) 7px,rgba(0,0,0,.15) 13px);
  }
  .mgw-coupon-perf::before { top:50%; left:-10px; transform:translateY(-50%); }
  .mgw-coupon-perf::after { top:50%; left:auto; right:-10px; transform:translateY(-50%); bottom:auto; }
}
@media(max-width:640px) {
  .mgw-hero { padding:48px 0 64px; }
  .mgw-services, .mgw-how { padding:64px 0; }
  .mgw-cards, .mgw-steps { grid-template-columns:1fr; }
  .mgw-form-row { grid-template-columns:1fr; }
  .mgw-modal-box { padding:28px 20px; }
  .mgw-container { padding:0 20px; }
  .mgw-coupon-left { flex-direction:column; align-items:flex-start; gap:14px; padding:24px 20px; }
}