.submit-article-page {
  background: linear-gradient(180deg, #f3f8f9 0%, #fff 46%, #eef6f5 100%);
  color: #06292d;
  font-family: "Cairo", Arial, sans-serif;
}

.submit-article-page * {
  font-family: "Cairo", Arial, sans-serif;
  letter-spacing: 0;
}

.submit-article-page i[class^="fa-"],
.submit-article-page i[class*=" fa-"] {
  font-family: "Font Awesome 6 Pro";
}

.submit-article-page .fa-brands,
.submit-article-page .fab {
  font-family: "Font Awesome 6 Brands";
}

.submit-main {
  overflow: hidden;
}

.submit-hero {
  position: relative;
  min-height: 650px;
  padding: 54px 0 92px;
  color: #fff;
  background: #071f27;
  isolation: isolate;
}

.submit-hero::before,
.submit-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.submit-hero::before {
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 54px 54px;
}

.submit-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 35, 40, .97) 0%, rgba(5, 52, 58, .9) 50%, rgba(7, 31, 39, .68) 100%),
    radial-gradient(circle at 20% 20%, rgba(255, 177, 24, .32), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(16, 140, 132, .28), transparent 34%);
}

.submit-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .24;
}

.submit-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.submit-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
  font-size: .9rem;
  font-weight: 900;
}

.submit-breadcrumb a,
.submit-breadcrumb strong {
  color: inherit;
  text-decoration: none;
}

.submit-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 52px;
  align-items: end;
  margin-top: 72px;
}

.submit-hero-copy {
  max-width: 800px;
}

.submit-hero-copy > span,
.submit-section-head span,
.faq-card > span,
.submit-cta span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  color: #06292d;
  background: #ffb118;
  font-size: .84rem;
  font-weight: 900;
}

.submit-hero-copy h1 {
  margin: 20px 0 14px;
  color: #fff;
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 900;
  line-height: 1.25;
}

.submit-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 2;
}

.submit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.submit-hero-actions a,
.submit-section-head a,
.save-continue,
.submit-sidebar a,
.help-card a,
.submit-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  color: #06292d;
  background: #ffb118;
  font-size: .93rem;
  font-weight: 900;
  text-decoration: none;
}

.submit-hero-actions a:last-child {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
}

.submit-hero-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}

.submit-paper-card {
  min-height: 280px;
  padding: 24px;
  border-radius: 14px;
  color: #06292d;
  background:
    linear-gradient(135deg, rgba(255, 177, 24, .18), transparent 34%),
    #fff;
}

.submit-paper-card span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 16px;
  color: #06292d;
  background: #ffb118;
  font-weight: 900;
}

.submit-paper-card h2 {
  margin: 24px 0 10px;
  color: #06292d;
  font-weight: 900;
}

.submit-paper-card p {
  color: #536b76;
  font-weight: 800;
  line-height: 1.8;
}

.submit-paper-card div {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.submit-paper-card b {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #e7f0f1;
}

.submit-paper-card b:nth-child(1) {
  width: 80%;
}

.submit-paper-card b:nth-child(2) {
  width: 62%;
}

.submit-paper-card b:nth-child(3) {
  width: 44%;
}

.submit-hero-panel ul,
.submit-sidebar ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.submit-hero-panel li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .86);
  font-weight: 800;
}

.submit-hero-panel li i {
  color: #ffb118;
}

.submit-stats {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.submit-stats .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.submit-stats div {
  display: grid;
  gap: 6px;
  min-height: 128px;
  padding: 20px;
  border: 1px solid #dbe8e9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(6, 41, 45, .08);
}

.submit-stats i {
  color: #0f8f86;
  font-size: 1.45rem;
}

.submit-stats strong {
  color: #06292d;
  font-size: 1.9rem;
  font-weight: 900;
}

.submit-stats span {
  color: #5f7480;
  font-weight: 800;
}

.submission-shell,
.article-journey,
.submit-faq-contact {
  padding: 68px 0 0;
}

.submit-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.submit-section-head h2,
.faq-card h2,
.submit-cta h2 {
  margin: 12px 0 0;
  color: #06292d;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.35;
}

.submit-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.step-item {
  display: flex;
  align-items: center;
  text-align: start;
  gap: 10px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid #dbe8e9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 41, 45, .05);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.step-item:hover {
  border-color: rgba(15, 143, 134, .36);
  transform: translateY(-2px);
}

.step-item span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #0f8f86;
  background: #e7f5f4;
  font-size: .82rem;
  font-weight: 900;
}

.step-item span i {
  display: none;
}

.step-item strong {
  color: #06292d;
  font-weight: 900;
}

.step-item.active {
  border-color: #ffb118;
  background: #fff8e8;
}

.step-item.active span {
  color: #06292d;
  background: #ffb118;
}

[data-submit-panel][hidden] {
  display: none !important;
}

[data-submit-panel].is-active {
  animation: submitPanelIn .22s ease both;
}

@keyframes submitPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.submit-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.submit-form-card,
.submit-sidebar section,
.faq-card,
.help-card {
  border: 1px solid #dbe8e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(6, 41, 45, .07);
}

.submit-form-card {
  padding: 24px;
}

.form-card-head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.form-card-head > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  color: #06292d;
  background: #ffb118;
  font-weight: 900;
}

.form-card-head h3 {
  margin: 0 0 6px;
  color: #06292d;
  font-weight: 900;
}

.form-card-head p {
  margin: 0;
  color: #647985;
  font-weight: 800;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-grid label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #06292d;
  font-weight: 900;
}

.form-grid em {
  color: #d35400;
  font-style: normal;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  height: 50px;
  border: 1px solid #dbe8e9;
  border-radius: 10px;
  padding: 0 13px;
  color: #06292d;
  background: #f8fbfb;
  font-weight: 800;
  outline: 0;
}

.form-grid textarea {
  height: auto;
  min-height: 140px;
  padding: 13px;
  resize: vertical;
  line-height: 1.8;
}

.form-grid-full {
  grid-column: 1 / -1;
}

.coauthors-field {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #dbe8e9;
  border-radius: 14px;
}

.coauthors-field legend {
  width: 100%;
  margin-bottom: 8px;
  color: #06292d;
  font-size: 1rem;
  font-weight: 900;
}

.coauthors-field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #536b76;
  font-weight: 800;
}

.save-continue {
  margin-top: 22px;
}

.submit-panel-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.submit-panel-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  color: #06292d;
  background: #ffb118;
  font-size: .93rem;
  font-weight: 900;
}

.submit-panel-actions [data-submit-prev] {
  color: #0f8f86;
  border: 1px solid #dbe8e9;
  background: #fff;
}

.upload-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.upload-box {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 20px;
  border: 1px dashed rgba(15, 143, 134, .42);
  border-radius: 16px;
  background: #f8fbfb;
  text-align: center;
  cursor: pointer;
}

.upload-box i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  color: #06292d;
  background: #ffb118;
  font-size: 1.4rem;
}

.upload-box strong {
  color: #06292d;
  font-weight: 900;
}

.upload-box span {
  color: #647985;
  font-weight: 800;
}

.upload-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.review-grid article,
.tracking-card {
  padding: 18px;
  border: 1px solid #dbe8e9;
  border-radius: 16px;
  background: #f8fbfb;
}

.review-grid span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: #06292d;
  background: #ffb118;
  font-size: .76rem;
  font-weight: 900;
}

.review-grid strong {
  display: block;
  margin-top: 12px;
  color: #06292d;
  font-weight: 900;
}

.review-grid small {
  display: block;
  margin-top: 6px;
  color: #647985;
  font-weight: 800;
  line-height: 1.7;
}

.submission-confirm {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 18px;
  color: #536b76;
  font-weight: 900;
  line-height: 1.8;
}

.submission-confirm input {
  margin-top: 8px;
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  min-width: 22px;
  opacity: 1;
  visibility: visible;
  accent-color: #f9aa12;
  appearance: auto;
  -webkit-appearance: checkbox;
}

.tracking-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 260px;
  text-align: center;
}

.tracking-card i {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  color: #06292d;
  background: #ffb118;
  font-size: 1.7rem;
}

.tracking-card strong {
  color: #06292d;
  font-size: 1.35rem;
  font-weight: 900;
}

.tracking-card p {
  max-width: 520px;
  margin: 0;
  color: #647985;
  font-weight: 800;
  line-height: 1.8;
}

.tracking-card code {
  direction: ltr;
  padding: 8px 12px;
  border-radius: 999px;
  color: #0f8f86;
  background: #e7f5f4;
  font-weight: 900;
}

.submit-sidebar {
  display: grid;
  gap: 16px;
}

.submit-sidebar section {
  padding: 20px;
}

.submit-sidebar h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #06292d;
  font-size: 1.12rem;
  font-weight: 900;
}

.submit-sidebar h3 i {
  color: #0f8f86;
}

.submit-sidebar li {
  position: relative;
  padding-inline-start: 18px;
  color: #536b76;
  font-weight: 800;
  line-height: 1.8;
}

.submit-sidebar li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: .8em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffb118;
}

.submit-sidebar a {
  width: fit-content;
  min-height: 42px;
  margin-top: 16px;
}

.publish-info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  margin: 0;
}

.publish-info dt {
  color: #06292d;
  font-weight: 900;
}

.publish-info dd {
  margin: 0;
  color: #536b76;
  font-weight: 800;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.journey-grid article {
  min-height: 210px;
  padding: 20px;
  border: 1px solid #dbe8e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 41, 45, .06);
}

.journey-grid span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #06292d;
  background: #ffb118;
  font-weight: 900;
}

.journey-grid h3 {
  margin: 18px 0 8px;
  color: #06292d;
  font-weight: 900;
}

.journey-grid p {
  margin: 0;
  color: #536b76;
  font-weight: 800;
  line-height: 1.8;
}

.submit-faq-contact .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
}

.faq-card,
.help-card {
  padding: 24px;
}

.faq-card details {
  border-top: 1px solid #dbe8e9;
  padding: 16px 0;
}

.faq-card summary {
  color: #06292d;
  font-weight: 900;
  cursor: pointer;
}

.faq-card details p {
  margin: 12px 0 0;
  color: #536b76;
  font-weight: 800;
  line-height: 1.8;
}

.help-card {
  align-self: start;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 177, 24, .14), transparent 34%),
    linear-gradient(145deg, #063238, #071f27);
}

.help-card i {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 16px;
  color: #06292d;
  background: #ffb118;
  font-size: 1.45rem;
}

.help-card h3 {
  margin: 22px 0 10px;
  color: #fff;
  font-weight: 900;
}

.help-card p {
  color: rgba(255, 255, 255, .76);
  font-weight: 800;
  line-height: 1.8;
}

.submit-cta {
  padding: 76px 0;
}

.submit-cta .container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 177, 24, .14), transparent 34%),
    linear-gradient(145deg, #063238, #071f27);
  box-shadow: 0 28px 90px rgba(6, 41, 45, .16);
}

.submit-cta .container > i {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 18px;
  color: #06292d;
  background: #ffb118;
  font-size: 1.7rem;
}

.submit-cta h2 {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .submit-hero-grid,
  .submit-content-grid,
  .submit-faq-contact .container {
    grid-template-columns: 1fr;
  }

  .submit-hero-panel {
    max-width: 560px;
  }

  .submit-steps,
  .journey-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .submit-stats .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-grid,
  .upload-grid,
  .review-grid,
  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .submit-hero {
    min-height: auto;
    padding: 38px 0 72px;
  }

  .submit-hero-grid {
    margin-top: 44px;
  }

  .submit-hero-copy h1 {
    font-size: 2.65rem;
  }

  .submit-stats .container,
  .submit-steps,
  .form-grid,
  .upload-grid,
  .review-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .submit-section-head,
  .submit-cta .container {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .submit-form-card,
  .faq-card,
  .help-card,
  .submit-cta .container {
    padding: 22px;
  }
}
