/* =========================================================
   Rocket Signs v27 Design Request M&P Section
   Revision: 060606026
   Scope: styles only the .rs-design-request-mp block
========================================================= */

.rs-design-request-mp {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 28px));
  margin: -70px auto 42px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #101820;
}

.rs-design-request-mp *,
.rs-design-request-mp *::before,
.rs-design-request-mp *::after {
  box-sizing: border-box;
}

.rs-dr-hero {
  margin: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 0;
}

.rs-dr-hero img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
}

.rs-dr-steps-panel {
  display: grid;
  grid-template-columns: 1.2fr .95fr;
  gap: clamp(22px, 4vw, 48px);
  margin: -1px 0 0;
  padding: clamp(24px, 3.2vw, 38px) clamp(24px, 4vw, 44px) clamp(24px, 3.4vw, 40px);
  background: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(10, 25, 45, .08);
}

.rs-dr-steps-left h2 {
  margin: 0 0 20px;
  color: #0a376f;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 900;
}

.rs-dr-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin: 0 0 22px;
}

.rs-dr-step:last-child {
  margin-bottom: 0;
}

.rs-dr-step-number {
  color: #0a376f;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.1;
  font-weight: 900;
}

.rs-dr-step h3 {
  margin: 0 0 6px;
  color: #0a4385;
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.15;
  font-weight: 900;
}

.rs-dr-step p,
.rs-dr-free-box p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.36;
}

.rs-dr-free-box {
  margin: 0 0 18px;
}

.rs-dr-free-box h2 {
  margin: 0 0 8px;
  color: #e00000;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.06;
  font-weight: 900;
}

.rs-dr-free-box p {
  font-weight: 800;
  margin-bottom: 4px;
}

.rs-dr-next-table-wrap {
  overflow-x: auto;
  border: 1px solid #7f8fa3;
  box-shadow: 0 6px 16px rgba(12, 55, 111, .10);
}

.rs-dr-next-table {
  width: 100%;
  min-width: 410px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.rs-dr-next-table th,
.rs-dr-next-table td {
  border: 1px solid #7f8fa3;
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.24;
}

.rs-dr-next-table th {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(#074990, #05346d);
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 900;
  letter-spacing: .03em;
}

.rs-dr-next-table td:first-child {
  width: 36%;
  color: #0a376f;
  background: linear-gradient(90deg, #e9f3ff, #f8fbff);
  font-weight: 900;
  text-transform: uppercase;
}

.rs-dr-next-table td:last-child {
  color: #111;
  background: #fff;
}

.rs-dr-card {
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 0 0 18px 18px;
  padding: clamp(18px, 3vw, 34px);
  box-shadow: 0 12px 28px rgba(10, 25, 45, .12);
}

.rs-dr-title {
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.035em;
  color: #0c376f;
  text-align: center;
  font-weight: 900;
  text-transform: none;
}

.rs-dr-comparison-wrap {
  overflow-x: auto;
  margin: 0 auto 26px;
  border-radius: 14px;
  border: 1px solid #b8c6d9;
  box-shadow: 0 7px 18px rgba(12, 55, 111, .12);
}

.rs-dr-comparison {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.rs-dr-comparison th,
.rs-dr-comparison td {
  border: 1px solid #a9b7ca;
  padding: 16px 18px;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
  line-height: 1.35;
}

.rs-dr-comparison th {
  background: linear-gradient(#0b4a91, #07376f);
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
}

.rs-dr-comparison td {
  color: #0b376f;
  font-weight: 800;
  background: #f9fbfe;
}

.rs-dr-comparison tr:nth-child(even) td {
  background: #eef5ff;
}

.rs-dr-copy {
  width: min(930px, 100%);
  margin: 0 auto;
}

.rs-dr-copy p {
  margin: 0 0 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.52;
  color: #17202a;
}

.rs-dr-actions {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 26px;
}

.rs-dr-terms-box,
.rs-dr-button-box {
  border-radius: 16px;
  padding: 20px;
}

.rs-dr-terms-box {
  border: 1px dashed #b8c6d9;
  background: #f6f9fd;
}

.rs-dr-terms-box a {
  color: #0b4a91;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rs-dr-button-box {
  background: linear-gradient(135deg, #071c38, #0b4a91);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  display: grid;
  gap: 14px;
  align-content: center;
}

.rs-dr-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .01em;
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.rs-dr-button-primary {
  color: #fff;
  background: linear-gradient(#f13838, #b90000);
  border: 1px solid #ff7676;
  box-shadow: 0 7px 0 #720000, 0 14px 20px rgba(0,0,0,.25);
}

.rs-dr-button-secondary {
  color: #0b376f;
  background: linear-gradient(#ffffff, #dce9f8);
  border: 1px solid #ffffff;
  box-shadow: 0 7px 0 #9fb5d2, 0 14px 20px rgba(0,0,0,.18);
}

.rs-dr-button:hover,
.rs-dr-button:focus {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.rs-dr-button:active {
  transform: translateY(2px);
  box-shadow: none;
}

@media (max-width: 800px) {
  .rs-design-request-mp {
    width: min(100%, calc(100% - 16px));
    margin-top: -40px;
  }

  .rs-dr-steps-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px 18px 26px;
  }

  .rs-dr-card {
    border-radius: 0 0 14px 14px;
    padding: 16px;
  }

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

  .rs-dr-comparison th,
  .rs-dr-comparison td {
    font-size: 16px;
    padding: 13px 14px;
  }

  .rs-dr-comparison th {
    font-size: 17px;
  }
}
