
/* v787GR — final correction guide + request form polish.
   Fixes pale hero readability, removes overbusy top CTA buttons from request form,
   and tightens the correction guide/article layout to a cleaner reference-style presentation. */

/* Shared page smoothing */
.correction-page-v787FA{
  background:#f6f9fd;
  color:#14243d;
}
.correction-page-v787FA .section{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.correction-page-v787FA .eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border-radius:999px;
  padding:7px 12px;
  background:#eaf3ff;
  color:#0b63ce!important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* Request form hero: readable, premium, no washed-out text */
.correction-page-v787FA .speedup-hero{
  padding:64px 0 46px!important;
  background:
    radial-gradient(circle at 18% 0%,rgba(255,255,255,.95) 0,rgba(255,255,255,.72) 34%,rgba(255,255,255,0) 58%),
    linear-gradient(135deg,#fff8f1 0%,#ffffff 45%,#edf6ff 100%)!important;
  color:#061b3e!important;
  border-bottom:1px solid #dfe8f4;
  position:relative;
  overflow:hidden;
}
.correction-page-v787FA .speedup-hero:before{
  content:"";
  position:absolute;
  right:-160px;
  top:-220px;
  width:620px;
  height:620px;
  border-radius:50%;
  border:1px solid rgba(11,99,206,.10);
  box-shadow:0 0 0 26px rgba(11,99,206,.035),0 0 0 58px rgba(11,99,206,.025),0 0 0 96px rgba(11,99,206,.016);
  pointer-events:none;
}
.correction-page-v787FA .speedup-hero-grid{
  grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr)!important;
  gap:34px!important;
  align-items:center!important;
  position:relative;
  z-index:1;
}
.correction-page-v787FA .speedup-hero h1{
  color:#061b3e!important;
  max-width:860px;
  font-size:clamp(40px,5.2vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.06em;
  margin:14px 0 18px!important;
}
.correction-page-v787FA .speedup-hero .muted{
  color:#33506f!important;
  font-size:18px;
  line-height:1.7;
  max-width:900px;
}
.correction-page-v787FA .speedup-hero .hero-actions{
  display:none!important;
}
.correction-page-v787FA .speedup-hero-card{
  background:#ffffff!important;
  border:1px solid #dbe7f5!important;
  color:#334155!important;
  border-radius:24px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.10)!important;
  backdrop-filter:none!important;
}
.correction-page-v787FA .speedup-hero-card strong{
  display:block;
  color:#061b3e!important;
  font-size:18px;
  margin-bottom:8px;
}
.correction-page-v787FA .speedup-hero-card p{
  color:#475569!important;
  line-height:1.65;
  margin:0 0 18px;
}
.correction-page-v787FA .correction-quote-card-v787FA{
  margin-top:24px!important;
  border:1px solid #fed7aa!important;
  border-left:5px solid #f97316!important;
  background:#fff7ed!important;
  color:#7c2d12!important;
  border-radius:18px!important;
  padding:18px 20px!important;
  max-width:860px;
  box-shadow:0 14px 38px rgba(249,115,22,.09);
}
.correction-page-v787FA .correction-quote-card-v787FA strong{
  color:#9a3412!important;
  font-size:18px;
}

/* Request form body: cleaner form hierarchy */
.correction-page-v787FA .speedup-shell{
  max-width:1160px!important;
}
.correction-page-v787FA .speedup-progress{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin-bottom:24px!important;
}
.correction-page-v787FA .speedup-progress-item{
  background:#fff!important;
  border:1px solid #dbe7f5!important;
  border-radius:18px!important;
  color:#334155!important;
  box-shadow:0 12px 34px rgba(15,23,42,.05);
}
.correction-page-v787FA .speedup-progress-item.is-active{
  border-color:#ef4444!important;
  background:#fff7f7!important;
  color:#061b3e!important;
}
.correction-page-v787FA .speedup-card{
  border:1px solid #dbe7f5!important;
  border-radius:28px!important;
  box-shadow:0 26px 80px rgba(15,23,42,.09)!important;
  padding:30px!important;
}
.correction-page-v787FA .speedup-card h2{
  color:#061b3e!important;
  font-size:clamp(27px,3vw,40px);
  line-height:1.12;
  letter-spacing:-.04em;
  margin:12px 0 10px;
}
.correction-page-v787FA .speedup-card .muted,
.correction-page-v787FA .speedup-card p.muted{
  color:#526b85!important;
  line-height:1.7;
}
.correction-page-v787FA .speedup-applicant,
.correction-page-v787FA .speedup-contact-panel-v787CW,
.correction-page-v787FA .speedup-confirm-package-v787DH,
.correction-page-v787FA .order-commitment-panel-v595U,
.correction-page-v787FA .speedup-review-card{
  background:#fbfdff!important;
  border:1px solid #dbe7f5!important;
  border-radius:22px!important;
  box-shadow:0 12px 34px rgba(15,23,42,.045);
}
.correction-page-v787FA .speedup-applicant h3,
.correction-page-v787FA .speedup-contact-panel-v787CW h3,
.correction-page-v787FA .speedup-confirm-package-v787DH h3{
  color:#061b3e!important;
  letter-spacing:-.02em;
}
.correction-page-v787FA label,
.correction-page-v787FA .speedup-label{
  color:#0f2442!important;
  font-weight:900!important;
}
.correction-page-v787FA input,
.correction-page-v787FA select,
.correction-page-v787FA textarea{
  border:1px solid #cbd8e8!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#10233f!important;
  box-shadow:0 1px 0 rgba(15,23,42,.03);
}
.correction-page-v787FA input:focus,
.correction-page-v787FA select:focus,
.correction-page-v787FA textarea:focus{
  outline:none;
  border-color:#0b63ce!important;
  box-shadow:0 0 0 4px rgba(11,99,206,.14)!important;
}
.correction-page-v787FA ::placeholder{color:#94a3b8!important;opacity:1}
.correction-page-v787FA .correction-warning-v787FA{
  border:1px solid #fed7aa!important;
  border-left:5px solid #f97316!important;
  background:#fff7ed!important;
  color:#7c2d12!important;
  border-radius:16px!important;
}
.correction-page-v787FA .correction-warning-v787FA strong{color:#9a3412!important}
.correction-page-v787FA .correction-upload-note-v787FA{
  color:#64748b!important;
}
.correction-page-v787FA .speedup-actions .btn{
  border-radius:999px!important;
  min-height:46px;
  padding-left:20px!important;
  padding-right:20px!important;
}

/* Correction guide: cleaner reference-style article alignment */
.correction-guide-hero-v787GQ{
  background:linear-gradient(135deg,#061b3e 0%,#0b3b78 54%,#0b63ce 100%)!important;
  padding:74px 0 54px!important;
}
.correction-guide-hero-copy-v787GQ h1{
  max-width:900px;
  letter-spacing:-.06em!important;
}
.correction-guide-hero-note-v787GQ{
  border-radius:20px!important;
  box-shadow:0 24px 80px rgba(0,0,0,.24)!important;
}
.correction-guide-shell-v787GQ{
  background:linear-gradient(180deg,#f7faff 0%,#fff 100%)!important;
}
.correction-guide-layout-v787GQ{
  grid-template-columns:minmax(0,1fr) 326px!important;
  gap:30px!important;
}
.correction-guide-card-v787GQ,
.correction-guide-cta-inline-v787GQ,
.correction-guide-cta-mid-v787GQ,
.correction-guide-final-v787GQ{
  border-radius:18px!important;
  box-shadow:0 18px 54px rgba(15,23,42,.065)!important;
}
.correction-guide-card-v787GQ{
  padding:30px!important;
}
.correction-section-head-v787GQ span,
.correction-sticker-v787GQ{
  flex:0 0 auto;
}
.correction-sidebar-v787GQ{
  top:96px!important;
}
.correction-side-box-v787GQ{
  border-radius:16px!important;
  box-shadow:0 16px 46px rgba(15,23,42,.075)!important;
}
.correction-side-box-v787GQ ul li a{
  color:#0b63ce!important;
}
.correction-guide-final-v787GQ .correction-guide-actions-v787GQ{
  justify-content:center;
}

@media(max-width:980px){
  .correction-page-v787FA .speedup-hero-grid,
  .correction-guide-layout-v787GQ{
    grid-template-columns:1fr!important;
  }
  .correction-page-v787FA .speedup-hero{
    padding:44px 0 34px!important;
  }
  .correction-page-v787FA .speedup-hero h1{
    font-size:42px!important;
  }
}
@media(max-width:720px){
  .correction-page-v787FA .speedup-progress,
  .correction-page-v787FA .speedup-grid,
  .correction-page-v787FA .speedup-review{
    grid-template-columns:1fr!important;
  }
  .correction-page-v787FA .speedup-card{
    padding:20px!important;
    border-radius:22px!important;
  }
  .correction-page-v787FA .speedup-hero h1{
    font-size:36px!important;
  }
}
