:root {
  --mrd-red: #e21d2d;
  --mrd-red-dark: #b80f1d;
  --mrd-amber: #f5a623;
  --mrd-black: #08090c;
  --mrd-coal: #111318;
  --mrd-ink: #17191f;
  --mrd-muted: #6f737d;
  --mrd-line: #e8e8eb;
  --mrd-soft: #f5f5f6;
  --mrd-white: #fff;
}

body:has(.mrd-wrap) .page-header,
body:has(.mrd-wrap) .entry-title,
body:has(.mrd-wrap) .page-title { display: none !important; }
body:has(.mrd-wrap) .site-main,
body:has(.mrd-wrap) .content-area { padding-top: 0 !important; }

.mrd-wrap, .mrd-wrap * { box-sizing: border-box; }
.mrd-wrap {
  width: min(1240px, calc(100% - 36px)); margin: 32px auto 80px; color: var(--mrd-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px; -webkit-font-smoothing: antialiased;
}

.mrd-hero {
  position: relative; min-height: 570px; overflow: hidden; display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center;
  padding: 72px 7%; border-radius: 28px 28px 0 0; color: white;
  background:
    radial-gradient(circle at 84% 46%, rgba(226,29,45,.18), transparent 28%),
    linear-gradient(125deg, #08090c 0%, #111318 62%, #191216 100%);
}
.mrd-hero:before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(90deg, #000, transparent 75%);
}
.mrd-hero:after {
  content: ""; position: absolute; width: 480px; height: 480px; right: -270px; top: -270px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.02), 0 0 0 110px rgba(255,255,255,.015);
}
.mrd-hero__content { position: relative; z-index: 2; max-width: 690px; }
.mrd-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #c9cbd1;
  font-size: 12px; font-weight: 800; letter-spacing: .16em;
}
.mrd-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--mrd-red); box-shadow: 0 0 0 5px rgba(226,29,45,.14); }
.mrd-hero h1 { margin: 0 0 22px; color: #fff; font-size: clamp(46px, 5.4vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 830; }
.mrd-hero h1 em { color: var(--mrd-red); font-style: normal; }
.mrd-hero__content > p { max-width: 650px; margin: 0; color: #b9bcc4; font-size: 17px; line-height: 1.72; }
.mrd-hero-link {
  display: inline-flex; align-items: center; gap: 22px; margin-top: 34px; padding: 14px 18px 14px 20px;
  border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff !important;
  background: rgba(255,255,255,.05); font-size: 13px; font-weight: 750; text-decoration: none !important;
}
.mrd-hero-link span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--mrd-red); }
.mrd-hero__visual { position: relative; z-index: 2; display: grid; place-items: center; min-height: 380px; }
.mrd-hero__visual > img { position: relative; z-index: 2; width: min(390px, 95%); height: auto; object-fit: contain; filter: drop-shadow(0 28px 45px rgba(0,0,0,.48)); }
.mrd-logo-glow { position: absolute; width: 330px; height: 330px; border-radius: 50%; background: rgba(226,29,45,.2); filter: blur(80px); }
.mrd-verified-badge {
  position: absolute; z-index: 3; right: 4%; bottom: 9%; display: grid; grid-template-columns: 32px 1fr;
  align-items: center; min-width: 180px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px;
  color: white; background: rgba(19,20,25,.82); backdrop-filter: blur(14px); box-shadow: 0 12px 34px rgba(0,0,0,.25); font-size: 17px;
}
.mrd-verified-badge b, .mrd-verified-badge small { grid-column: 2; }
.mrd-verified-badge b { font-size: 13px; }
.mrd-verified-badge small { color: #9da1aa; font-size: 10px; }

.mrd-assurance {
  display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #26282e; border-top-color: #303239;
  border-radius: 0 0 22px 22px; color: #fff; background: var(--mrd-coal);
}
.mrd-assurance > div { display: flex; gap: 16px; align-items: center; padding: 24px 34px; border-right: 1px solid #292b31; }
.mrd-assurance > div:last-child { border-right: 0; }
.mrd-assurance > div > span { color: var(--mrd-red); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.mrd-assurance p { display: flex; flex-direction: column; margin: 0; line-height: 1.25; }
.mrd-assurance strong { font-size: 13px; }
.mrd-assurance small { margin-top: 4px; color: #8d919b; font-size: 11px; }

.mrd-checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; margin-top: 38px; }
.mrd-card { padding: 46px 50px 52px; border: 1px solid var(--mrd-line); border-radius: 22px; background: #fff; box-shadow: 0 20px 70px rgba(12,13,16,.07); }
.mrd-card-head { margin-bottom: 38px; padding-bottom: 30px; border-bottom: 1px solid var(--mrd-line); }
.mrd-card-head > span, .mrd-side-label { color: var(--mrd-red); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.mrd-card-head h2 { margin: 7px 0 6px; color: var(--mrd-ink); font-size: 30px; line-height: 1.15; letter-spacing: -.03em; }
.mrd-card-head p { margin: 0; color: var(--mrd-muted); font-size: 14px; }

.mrd-section-title { display: flex; gap: 15px; align-items: flex-start; }
.mrd-section-title--spaced { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--mrd-line); }
.mrd-section-title > span { display: grid; place-items: center; flex: 0 0 31px; height: 31px; border-radius: 9px; color: white; background: var(--mrd-ink); font-size: 12px; font-weight: 850; }
.mrd-section-title h2 { margin: 0 0 4px; color: var(--mrd-ink); font-size: 18px; line-height: 1.3; }
.mrd-section-title p { margin: 0; color: var(--mrd-muted); font-size: 12px; }
.mrd-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; margin-top: 22px; }
.mrd-field { display: flex; flex-direction: column; gap: 8px; color: #3d4048; font-size: 12px; font-weight: 800; letter-spacing: .01em; }
.mrd-field em { color: var(--mrd-muted); font-style: normal; font-weight: 500; }
.mrd-span-2 { grid-column: span 2; }
.mrd-field input, .mrd-field select {
  width: 100%; height: 52px; margin: 0; padding: 0 15px; border: 1px solid #dcdde1; border-radius: 10px;
  color: var(--mrd-ink); background: #fafafa; box-shadow: none; font: inherit; font-size: 14px; font-weight: 550;
  transition: border-color .18s, box-shadow .18s, background .18s;
}
.mrd-field input:hover, .mrd-field select:hover { border-color: #c4c5ca; background: #fff; }
.mrd-field input:focus, .mrd-field select:focus, .mrd-amount:focus-within { outline: none; border-color: var(--mrd-red); background: #fff; box-shadow: 0 0 0 4px rgba(226,29,45,.08); }
.mrd-amount { display: flex; max-width: 390px; height: 72px; margin-top: 22px; overflow: hidden; border: 1px solid #d4d5d9; border-radius: 12px; background: #fff; transition: .18s; }
.mrd-amount > span { display: grid; place-items: center; width: 76px; color: white; background: var(--mrd-ink); font-size: 17px; font-weight: 850; }
.mrd-amount input { min-width: 0; flex: 1; border: 0; padding: 0 20px; color: var(--mrd-ink); background: transparent; font-size: 28px; font-weight: 820; outline: 0; }
.mrd-amount-help { margin: 9px 0 0; color: var(--mrd-muted); font-size: 11px; }
.mrd-consent { display: flex; gap: 11px; align-items: flex-start; margin: 27px 0 20px; color: #62656e; font-size: 12px; line-height: 1.6; }
.mrd-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--mrd-red); }
.mrd-consent a { color: var(--mrd-red); font-weight: 800; text-decoration: none; }
.mrd-submit { width: 100%; min-height: 59px; border: 0; border-radius: 11px; color: white; background: linear-gradient(135deg, var(--mrd-red), #c81221); box-shadow: 0 12px 26px rgba(226,29,45,.2); font-size: 14px; font-weight: 850; cursor: pointer; transition: .2s ease; }
.mrd-submit:hover { transform: translateY(-1px); background: var(--mrd-red-dark); box-shadow: 0 14px 30px rgba(226,29,45,.27); }
.mrd-submit:disabled { transform: none; opacity: .45; cursor: not-allowed; box-shadow: none; }
.mrd-secure-note { display: flex; gap: 8px; justify-content: center; align-items: flex-start; max-width: 550px; margin: 14px auto 0; color: #898c94; text-align: center; font-size: 10px; line-height: 1.5; }
.mrd-result, .mrd-admin-note { margin-bottom: 28px; padding: 16px 18px; border-radius: 10px; font-size: 13px; line-height: 1.55; }
.mrd-result--success { color: #05603a; border: 1px solid #abefc6; background: #ecfdf3; }
.mrd-result--error { color: #b42318; border: 1px solid #fecdca; background: #fef3f2; }
.mrd-result--checking, .mrd-admin-note { color: #8f1823; border: 1px solid #f1bbc0; background: #fff4f5; }
.mrd-admin-note a { color: var(--mrd-red); font-weight: 800; }
.mrd-hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.mrd-sidebar { position: sticky; top: 26px; display: flex; flex-direction: column; gap: 18px; }
.mrd-side-card { padding: 25px; border: 1px solid var(--mrd-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 45px rgba(12,13,16,.045); }
.mrd-side-card--dark { display: flex; align-items: center; gap: 17px; color: white; background: var(--mrd-coal); border-color: var(--mrd-coal); }
.mrd-side-card--dark img { width: 72px; height: 72px; object-fit: contain; }
.mrd-side-card--dark p { display: flex; flex-direction: column; margin: 0; }
.mrd-side-card--dark span { color: var(--mrd-red); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.mrd-side-card--dark strong { margin-top: 5px; font-size: 14px; }
.mrd-side-card h3 { margin: 8px 0 21px; color: var(--mrd-ink); font-size: 19px; letter-spacing: -.02em; }
.mrd-side-card ol { display: flex; flex-direction: column; gap: 17px; margin: 0; padding: 0; list-style: none; }
.mrd-side-card li { display: grid; grid-template-columns: 27px 1fr; gap: 11px; align-items: start; color: #656872; font-size: 12px; line-height: 1.5; }
.mrd-side-card li i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--mrd-red); background: #fff0f1; font-style: normal; font-size: 10px; font-weight: 900; }
.mrd-side-help { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; }
.mrd-help-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: white; background: var(--mrd-red); font-weight: 900; }
.mrd-side-help p { display: flex; flex-direction: column; margin: 0; }
.mrd-side-help strong { color: var(--mrd-ink); font-size: 13px; }
.mrd-side-help small { margin-top: 3px; color: var(--mrd-muted); font-size: 10px; line-height: 1.4; }
.mrd-side-help a { grid-column: 2; color: var(--mrd-red); font-size: 11px; font-weight: 850; text-decoration: none; }

@media (max-width: 980px) {
  .mrd-hero { grid-template-columns: 1fr minmax(260px, .6fr); min-height: 520px; padding: 58px 6%; }
  .mrd-hero h1 { font-size: clamp(43px, 6vw, 61px); }
  .mrd-checkout-grid { grid-template-columns: minmax(0, 1fr) 290px; }
  .mrd-card { padding: 40px 34px; }
  .mrd-assurance > div { padding: 20px; }
}

@media (max-width: 780px) {
  .mrd-wrap { width: min(100% - 22px, 640px); margin-top: 14px; }
  .mrd-hero { grid-template-columns: 1fr; min-height: auto; padding: 44px 25px 26px; border-radius: 20px 20px 0 0; text-align: center; }
  .mrd-hero__content { display: flex; flex-direction: column; align-items: center; }
  .mrd-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .mrd-hero__content > p { font-size: 15px; }
  .mrd-hero-link { margin-top: 27px; }
  .mrd-hero__visual { min-height: 265px; margin-top: 8px; }
  .mrd-hero__visual > img { width: 275px; }
  .mrd-logo-glow { width: 230px; height: 230px; }
  .mrd-verified-badge { right: 6%; bottom: 5%; }
  .mrd-assurance { grid-template-columns: 1fr; border-radius: 0 0 18px 18px; }
  .mrd-assurance > div { padding: 16px 24px; border-right: 0; border-bottom: 1px solid #292b31; }
  .mrd-assurance > div:last-child { border-bottom: 0; }
  .mrd-checkout-grid { grid-template-columns: 1fr; margin-top: 20px; }
  .mrd-card { padding: 32px 21px 36px; border-radius: 17px; }
  .mrd-card-head { margin-bottom: 30px; }
  .mrd-card-head h2 { font-size: 26px; }
  .mrd-grid { grid-template-columns: 1fr; gap: 16px; }
  .mrd-span-2 { grid-column: span 1; }
  .mrd-section-title--spaced { margin-top: 31px; padding-top: 28px; }
  .mrd-amount { max-width: none; }
  .mrd-sidebar { position: static; }
  .mrd-side-card--dark { order: 3; }
}

@media (prefers-reduced-motion: reduce) {
  .mrd-submit, .mrd-field input, .mrd-field select, .mrd-amount { transition: none; }
  html { scroll-behavior: auto; }
}
.mrd-wa-countdown{display:block;margin-top:10px}.mrd-wa-button{display:inline-flex;align-items:center;margin-top:12px;padding:11px 16px;border-radius:10px;background:#128c3e;color:#fff!important;font-weight:800;text-decoration:none}.mrd-wa-button:hover{background:#0e7333;color:#fff!important}
