/* Order page: a focused, task-oriented ordering dashboard. */
@import url("subpoenas-page.css");

.order-page-shell .banner-head {
  min-height: 250px;
}

.order-page-shell .banner-head h1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.65em 20px 0;
  font-size: 3em;
  line-height: 1.12;
}

.order-business-note {
  max-width: 930px;
  margin: 0 auto 34px;
  padding: 18px 24px;
  border-left: 4px solid #295f99;
  background: #f3f7fa;
  color: #405466;
  font-size: 0.98em;
  line-height: 1.65;
  text-align: left;
}

.order-business-note strong {
  color: #182736;
}

.order-method-section {
  padding: 62px 0 72px;
  background: #fff;
}

.order-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.order-section-heading h2 {
  margin-bottom: 10px;
}

.order-section-heading p {
  margin-bottom: 0;
  color: #596b7b;
}

.order-methods {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.825fr));
  gap: 22px;
  align-items: stretch;
}

.order-method {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid #dce5ed;
  border-top: 4px solid #295f99;
  background: #fff;
  box-shadow: 0 10px 28px rgba(32, 52, 72, 0.07);
}

.order-method--featured {
  border: 0;
  border-top: 4px solid #43ad2b;
  background: #172a3d;
  color: #fff;
  box-shadow: 0 14px 34px rgba(23, 42, 61, 0.18);
}

.order-method__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.order-method__number {
  display: block;
  margin-bottom: 22px;
  color: #2b659e;
  font-family: 'Karla-Bold', Arial, sans-serif;
  font-size: 0.86em;
  letter-spacing: 0.1em;
}

.order-method__topline .order-method__number {
  margin-bottom: 22px;
  color: #72b8ef;
}

.order-method__badge {
  margin-bottom: 22px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(99, 201, 77, 0.16);
  color: #86dc73;
  font-family: 'Karla-Bold', Arial, sans-serif;
  font-size: 0.76em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.order-method h3 {
  margin-bottom: 14px;
}

.order-method--featured h3 {
  color: #fff;
}

.order-method p {
  margin-bottom: 24px;
  color: #596b7b;
  font-size: 1em;
  line-height: 1.65;
}

.order-method--featured p {
  color: #d8e1e8;
}

.order-button {
  display: inline-block;
  margin-top: auto;
  padding: 12px 20px;
  border-radius: 3px;
  font-family: 'Karla-Bold', Arial, sans-serif;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.order-button:hover,
.order-button:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.order-button--primary {
  background: #43ad2b;
  color: #fff;
}

.order-button--primary:hover,
.order-button--primary:focus {
  background: #368d22;
  color: #fff;
}

.order-button--secondary {
  border: 1px solid #295f99;
  background: #fff;
  color: #295f99;
}

.order-button--secondary:hover,
.order-button--secondary:focus {
  border-color: #214f80;
  background: #edf5fb;
  color: #214f80;
}

.order-text-link {
  display: inline-block;
  margin-top: auto;
  color: #247fc4;
  font-family: 'Karla-Bold', Arial, sans-serif;
  overflow-wrap: anywhere;
}

.order-text-link:hover,
.order-text-link:focus,
.order-inline-link:hover,
.order-inline-link:focus {
  color: #1c6299;
}

.order-ready-section {
  padding: 68px 0;
  border-top: 1px solid #e0e8ef;
  border-bottom: 1px solid #e0e8ef;
  background: #f4f7f9;
}

.order-checklists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}

.order-checklist {
  padding: 34px;
  border-top: 4px solid #295f99;
  background: #fff;
  box-shadow: 0 9px 24px rgba(32, 52, 72, 0.06);
}

.order-checklist:last-child {
  border-top-color: #43ad2b;
}

.order-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-checklist li {
  position: relative;
  padding: 10px 0 10px 21px;
  border-bottom: 1px solid #e1e8ee;
  font-size: 1em;
  line-height: 1.55;
}

.order-checklist li:last-child {
  border-bottom: 0;
}

.order-checklist li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2789d8;
}

.order-inline-link {
  display: inline-block;
  margin-top: 20px;
  color: #247fc4;
  font-family: 'Karla-Bold', Arial, sans-serif;
}

.order-privacy-note {
  max-width: 980px;
  margin: 28px auto 0 !important;
  padding: 18px 22px;
  border: 1px solid #d4e0e8;
  background: #fff;
  color: #596b7b;
  font-size: 0.94em !important;
  line-height: 1.6 !important;
}

.order-privacy-note strong {
  color: #263442;
}

@media (max-width: 991px) {
  .order-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-method--featured {
    grid-column: 1 / -1;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .order-page-shell .banner-head {
    min-height: 205px;
  }

  .order-page-shell .banner-head h1 {
    padding-top: 2.15em;
    font-size: 2em;
  }

  .order-business-note {
    padding: 17px 19px;
  }

  .order-method-section,
  .order-ready-section {
    padding: 46px 0;
  }

  .order-methods,
  .order-checklists {
    grid-template-columns: 1fr;
  }

  .order-method--featured {
    grid-column: auto;
  }

  .order-method {
    min-height: 0;
    padding: 29px 24px;
  }

  .order-checklist {
    padding: 29px 24px;
  }

}

@media (max-width: 479px) {
  .order-button {
    display: block;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .order-button {
    transition: none;
  }
}
