.custom-order-page {
  background: #f8fbff;
}

.custom-order-hero {
  padding: 72px 0 42px;
}

.custom-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 28px;
  align-items: stretch;
}

.custom-order-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #08734f;
  background: #e3f8ee;
  font-weight: 600;
}

.custom-order-copy h1 {
  max-width: 760px;
  margin: 18px 0;
  color: #0b1226;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.03;
}

.custom-order-copy p {
  max-width: 720px;
  color: #66708a;
  font-size: 18px;
  font-weight: 750;
}

.custom-order-card,
.custom-order-steps article,
.custom-order-cta {
  border: 1px solid #dce6f2;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 48px rgba(18,38,80,.08);
}

.custom-order-card {
  padding: 26px;
}

.custom-order-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-order-tags span {
  padding: 10px 13px;
  border-radius: 999px;
  color: #1768ff;
  background: #eaf2ff;
  font-weight: 500;
}

.custom-order-section {
  padding: 34px 0;
}

.custom-order-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.custom-order-steps article {
  padding: 22px;
}

.custom-order-steps strong {
  color: #1768ff;
  font-size: 26px;
  font-weight: 600;
}

.custom-order-steps h3 {
  margin: 10px 0 8px;
}

.custom-order-steps p {
  margin: 0;
  color: #66708a;
  font-weight: 500;
}

.custom-order-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 32px auto 64px;
  padding: 28px;
}

.custom-order-cta span {
  color: #12a66f;
  font-weight: 600;
}

.custom-order-cta h2 {
  max-width: 760px;
  margin: 8px 0;
}

.custom-order-cta p {
  max-width: 760px;
  margin: 0;
  color: #66708a;
  font-weight: 750;
}

@media (max-width: 980px) {
  .custom-order-grid,
  .custom-order-steps {
    grid-template-columns: 1fr;
  }

  .custom-order-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

.custom-brief-card {
  position: relative;
  overflow: hidden;
}

.custom-brief-card::before {
  content: "";
  position: absolute;
  inset: -80px -80px auto auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 104, 255, .22), transparent 68%);
}

.custom-brief-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.custom-brief-top span {
  color: #12a66f;
  font-weight: 600;
}

.custom-brief-top strong {
  color: #1768ff;
}

.custom-brief-window {
  position: relative;
  margin-bottom: 22px;
  padding: 16px;
  border: 1px solid #dce6f2;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
}

.custom-window-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.custom-window-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b6b;
}

.custom-window-bar i:nth-child(2) {
  background: #ffc857;
}

.custom-window-bar i:nth-child(3) {
  background: #12a66f;
}

.custom-window-line {
  height: 10px;
  width: 72%;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #dfeaff;
}

.custom-window-line.wide {
  width: 92%;
}

.custom-window-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.custom-window-grid span {
  padding: 10px;
  border-radius: 10px;
  color: #17223b;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.custom-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.custom-service-grid article,
.custom-info-box,
.custom-trust-row article,
.custom-faq-grid details {
  border: 1px solid #dce6f2;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(18, 38, 80, .08);
}

.custom-service-grid article {
  padding: 22px;
}

.custom-service-grid span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #1768ff;
  background: #eaf2ff;
  font-weight: 600;
}

.custom-service-grid h3,
.custom-trust-row h3 {
  margin: 14px 0 8px;
}

.custom-service-grid p,
.custom-trust-row p,
.custom-faq-grid p {
  margin: 0;
  color: #66708a;
  font-weight: 500;
}

.custom-info-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 18px;
  padding: 34px 0;
}

.custom-info-box {
  padding: 28px;
}

.custom-mini-title {
  color: #12a66f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.custom-info-box h2 {
  margin: 10px 0 18px;
}

.custom-check-list {
  display: grid;
  gap: 12px;
}

.custom-check-list p {
  margin: 0;
  padding: 13px 14px;
  border-radius: 12px;
  color: #66708a;
  background: #f5f9ff;
  font-weight: 750;
}

.custom-check-list strong {
  color: #17223b;
}

.custom-dark-box {
  color: #fff;
  background: linear-gradient(135deg, #111b35, #1768ff);
}

.custom-dark-box .custom-mini-title,
.custom-dark-box h2 {
  color: #fff;
}

.custom-dark-box ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-dark-box li {
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  font-weight: 500;
}

.custom-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.custom-trust-row article {
  padding: 22px;
}

.custom-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.custom-faq-grid details {
  padding: 18px 20px;
}

.custom-faq-grid summary {
  cursor: pointer;
  color: #17223b;
  font-weight: 600;
}

.custom-faq-grid p {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .custom-service-grid,
  .custom-info-split,
  .custom-trust-row,
  .custom-faq-grid {
    grid-template-columns: 1fr;
  }
}