.pkp_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.pkp_site_name_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.pkp_site_name {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.psymotion-home-ojs {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* HERO TANPA CANVAS */
.psymotion-hero-ojs {
  padding: 8px 0 30px 0;
  margin: 0 0 28px 0;
  border-bottom: 1px solid #e5e7eb;
}

.psymotion-kicker-ojs {
  display: inline-block;
  margin-bottom: 18px;
  color: #047857;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.psymotion-title-ojs {
  margin: 0 0 14px 0;
  max-width: 900px;
  color: #0f172a;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.8px;
}

.psymotion-subtitle-ojs {
  margin: 0;
  max-width: 860px;
  color: #475569;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
}

/* LAYOUT UTAMA TANPA CARD */
.psymotion-layout-ojs {
  display: flex;
  gap: 44px;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.psymotion-left-ojs {
  width: 285px;
  flex-shrink: 0;
}

.psymotion-right-ojs {
  flex: 1;
  min-width: 0;
}

/* COVER BOOK MODERN */
.psymotion-cover-area-ojs {
  position: relative;
  width: 100%;
  margin: 0 0 22px 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  perspective: 1200px;
}

.psymotion-book-ojs {
  position: relative;
  width: 100%;
  min-height: 405px;
  border-radius: 20px;
  transform-style: preserve-3d;
}

/* Efek tebal halaman buku di kanan */
.psymotion-book-ojs:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -13px;
  width: 28px;
  height: calc(100% - 30px);
  background: linear-gradient(
    90deg,
    #cbd5e1 0%,
    #f8fafc 30%,
    #e2e8f0 62%,
    #cbd5e1 100%
  );
  border-radius: 0 16px 16px 0;
  transform: skewY(2deg);
  box-shadow: inset -8px 0 15px rgba(15, 23, 42, 0.12);
  z-index: 1;
}

/* Shadow bawah buku */
.psymotion-book-ojs:after {
  content: "";
  position: absolute;
  left: 18px;
  right: -10px;
  bottom: -16px;
  height: 30px;
  background: rgba(15, 23, 42, 0.18);
  border-radius: 50%;
  filter: blur(13px);
  z-index: 0;
}

/* Punggung buku */
.psymotion-book-spine-ojs {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(180deg, #064e3b 0%, #047857 46%, #0f172a 100%);
  box-shadow: inset -10px 0 18px rgba(0, 0, 0, 0.28);
  z-index: 5;
  overflow: hidden;
}

.psymotion-book-spine-ojs:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
}

.psymotion-book-spine-ojs span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
}

/* Link cover */
.psymotion-cover-link-ojs {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  min-height: 405px;
  border-radius: 20px 13px 13px 20px;
  text-decoration: none !important;
  overflow: hidden;
  transform: rotateY(-7deg);
  transform-origin: left center;
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.22);
  transition: 0.28s ease;
}

/* Gambar cover */
.psymotion-cover-img-ojs {
  width: 100%;
  min-height: 405px;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px 13px 13px 20px;
}

/* Efek kilau tipis di atas cover */
.psymotion-cover-link-ojs:after {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.04) 28%,
    rgba(255, 255, 255, 0) 58%
  );
  pointer-events: none;
}

/* Hover cover */
.psymotion-book-ojs:hover .psymotion-cover-link-ojs {
  transform: rotateY(-3deg) translateY(-4px);
  box-shadow: 0 30px 54px rgba(15, 23, 42, 0.28);
}

/* BUTTON */
.psymotion-actions-ojs {
  display: block;
  margin-top: 0;
}

.psymotion-btn-ojs {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 13px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.psymotion-submit-ojs {
  color: #ffffff !important;
  background: #f97316;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.2);
}

.psymotion-submit-ojs:hover {
  color: #ffffff !important;
  background: #ea580c;
  transform: translateY(-1px);
}

.psymotion-contact-ojs {
  color: #ffffff !important;
  background: #047857;
  box-shadow: 0 8px 18px rgba(4, 120, 87, 0.18);
}

.psymotion-contact-ojs:hover {
  color: #ffffff !important;
  background: #065f46;
  transform: translateY(-1px);
}

/* IDENTITAS JURNAL TANPA CARD */
.psymotion-meta-ojs {
  margin: 0 0 34px 0;
  padding: 0 0 0 20px;
  border-left: 4px solid #047857;
}

.psymotion-meta-row-ojs {
  display: flex;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}

.psymotion-meta-row-ojs:first-child {
  padding-top: 0;
}

.psymotion-meta-row-ojs:last-child {
  border-bottom: none;
}

.psymotion-meta-label-ojs {
  width: 160px;
  flex-shrink: 0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.psymotion-meta-value-ojs {
  flex: 1;
  min-height: 22px;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

.psymotion-meta-value-ojs a {
  color: #047857;
  font-weight: 700;
  text-decoration: none;
}

.psymotion-meta-value-ojs a:hover {
  color: #065f46;
  text-decoration: underline;
}

/* ABOUT TANPA CANVAS */
.psymotion-about-ojs {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.psymotion-about-ojs h3 {
  margin: 0 0 16px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.4px;
}

.psymotion-about-ojs h3:after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: #f97316;
}

.psymotion-about-ojs p {
  margin: 0 0 16px 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
}

.psymotion-about-ojs p:last-child {
  margin-bottom: 0;
}

.psymotion-about-ojs strong {
  color: #0f172a;
  font-weight: 800;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .psymotion-home-ojs {
    padding: 0;
  }

  .psymotion-hero-ojs {
    padding-top: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
    text-align: left;
  }

  .psymotion-kicker-ojs {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .psymotion-title-ojs {
    font-size: 28px;
    line-height: 1.25;
  }

  .psymotion-subtitle-ojs {
    font-size: 16px;
    line-height: 1.7;
  }

  .psymotion-layout-ojs {
    display: block;
  }

  .psymotion-left-ojs {
    width: 100%;
    max-width: 300px;
    margin: 0 0 36px 0;
  }

  .psymotion-book-ojs,
  .psymotion-cover-link-ojs,
  .psymotion-cover-img-ojs {
    min-height: 405px;
  }

  .psymotion-cover-link-ojs {
    transform: none;
  }

  .psymotion-book-ojs:hover .psymotion-cover-link-ojs {
    transform: translateY(-3px);
  }

  .psymotion-book-ojs:before {
    right: -9px;
    width: 20px;
  }

  .psymotion-meta-ojs {
    padding-left: 16px;
    margin-bottom: 30px;
  }

  .psymotion-meta-row-ojs {
    display: block;
    gap: 0;
    padding: 12px 0;
  }

  .psymotion-meta-label-ojs {
    width: auto;
    margin-bottom: 3px;
  }

  .psymotion-meta-value-ojs {
    min-height: 20px;
  }

  .psymotion-about-ojs h3 {
    font-size: 24px;
  }

  .psymotion-about-ojs p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
}

/* =========================================================
   FIX TOP AREA PSYMOTION HOMEPAGE
   ========================================================= */

.psymotion-hero-ojs {
  padding: 18px 0 34px 0 !important;
  margin: 0 0 34px 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.psymotion-kicker-ojs {
  margin-bottom: 22px !important;
  display: inline-block !important;
}

.psymotion-title-ojs {
  margin: 0 0 18px 0 !important;
}

.psymotion-subtitle-ojs {
  margin: 0 !important;
  max-width: 980px !important;
  line-height: 1.75 !important;
}

.psymotion-layout-ojs {
  margin-top: 0 !important;
  align-items: flex-start !important;
  gap: 44px !important;
}

.psymotion-cover-area-ojs {
  margin-top: 0 !important;
}

.psymotion-cover-img-ojs {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 14px !important;
}
/* =========================================================
   OJS 3.3 MODERN LOGIN & REGISTER - FIXED SEPARATED VERSION
   ========================================================= */

/* Font dasar khusus halaman login/register */
.page_login,
.page_register {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #0f172a;
}

/* Hilangkan efek bawaan yang sering bikin layout terasa berantakan */
.page_login *,
.page_register * {
  box-sizing: border-box;
}

/* =========================================================
   LOGIN PAGE ONLY
   ========================================================= */

.page_login {
  max-width: 520px;
  margin: 0 auto;
  padding: 32px 0 56px 0;
}

/* Judul Login */
.page_login h1 {
  margin: 0 0 12px 0;
  color: #0f172a;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.8px;
}

/* Deskripsi kecil login */
.page_login > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

/* Form login */
.page_login form {
  width: 100%;
  margin: 24px 0 0 0;
  padding: 34px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 58%, #f0fdf4 100%);
  border: 1px solid #e2e8f0;
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

/* Label login */
.page_login label {
  display: block;
  margin-bottom: 8px;
  color: #1e293b;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
}

/* Input login */
.page_login input[type="text"],
.page_login input[type="password"],
.page_login input[type="email"] {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px;
  padding: 12px 15px;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 15px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: 0.2s ease;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.page_login input[type="text"]:focus,
.page_login input[type="password"]:focus,
.page_login input[type="email"]:focus {
  border-color: #047857;
  box-shadow: 0 0 0 4px rgba(4, 120, 87, 0.13);
}

/* Spasi antar field login */
.page_login .form-group,
.page_login .fields,
.page_login .field,
.page_login .username,
.page_login .password {
  margin-bottom: 20px;
}

/* Checkbox login */
.page_login input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  accent-color: #047857;
  vertical-align: middle;
}

.page_login .remember,
.page_login .checkbox {
  display: flex;
  align-items: center;
  margin: 18px 0 24px 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
}

/* Tombol login */
.page_login button,
.page_login input[type="submit"],
.page_login .pkp_button,
.page_login .cmp_button {
  min-height: 48px;
  padding: 12px 26px;
  border: none !important;
  border-radius: 999px !important;
  background: #047857 !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900 !important;
  font-family: inherit;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none !important;
  transition: 0.2s ease;
  box-shadow: 0 10px 22px rgba(4, 120, 87, 0.22);
}

.page_login button:hover,
.page_login input[type="submit"]:hover,
.page_login .pkp_button:hover,
.page_login .cmp_button:hover {
  background: #065f46 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(4, 120, 87, 0.28);
}

/* Area tombol login */
.page_login .buttons,
.page_login .pkp_helpers_align_right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

/* Link di halaman login */
.page_login a {
  color: #047857;
  font-weight: 750;
  text-decoration: none;
}

.page_login a:hover {
  color: #065f46;
  text-decoration: underline;
}

/* Link register agar tidak bercampur seperti tombol login */
.page_login .buttons a,
.page_login .pkp_helpers_align_right a {
  display: inline-flex;
  align-items: center;
  color: #047857 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
  font-size: 14px;
  font-weight: 800;
}

/* =========================================================
   REGISTER PAGE ONLY
   ========================================================= */

.page_register {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 0 60px 0;
}

/* Judul Register */
.page_register h1 {
  margin: 0 0 12px 0;
  color: #0f172a;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.9px;
}

/* Deskripsi register */
.page_register > p {
  margin: 0 0 24px 0;
  max-width: 720px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

/* Form register */
.page_register form {
  width: 100%;
  margin: 26px 0 0 0;
  padding: 36px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

/* Section register */
.page_register fieldset {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border: none;
  border-bottom: 1px solid #e5e7eb;
}

.page_register fieldset:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Heading section register */
.page_register legend,
.page_register form h2,
.page_register form h3 {
  display: block;
  width: 100%;
  margin: 0 0 18px 0;
  padding: 0;
  color: #0f172a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.4px;
}

/* Aksen section register */
.page_register legend:after,
.page_register form h2:after,
.page_register form h3:after {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: #f97316;
}

/* Label register */
.page_register label {
  display: block;
  margin-bottom: 8px;
  color: #1e293b;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
}

/* Input register */
.page_register input[type="text"],
.page_register input[type="password"],
.page_register input[type="email"],
.page_register input[type="url"],
.page_register select,
.page_register textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px;
  padding: 12px 15px;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 15px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: 0.2s ease;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.page_register textarea {
  min-height: 120px;
  resize: vertical;
}

.page_register select {
  cursor: pointer;
}

/* Focus register */
.page_register input[type="text"]:focus,
.page_register input[type="password"]:focus,
.page_register input[type="email"]:focus,
.page_register input[type="url"]:focus,
.page_register select:focus,
.page_register textarea:focus {
  border-color: #047857;
  box-shadow: 0 0 0 4px rgba(4, 120, 87, 0.13);
}

/* Field spacing register */
.page_register .form-group,
.page_register .fields,
.page_register .field,
.page_register .given_name,
.page_register .family_name,
.page_register .affiliation,
.page_register .country,
.page_register .email,
.page_register .username,
.page_register .password,
.page_register .password2 {
  margin-bottom: 22px;
}

/* Required mark */
.page_register .required,
.page_register label .required,
.page_register label sup,
.page_login .required,
.page_login label .required,
.page_login label sup {
  color: #ef4444 !important;
  font-weight: 900;
}

/* Deskripsi kecil register */
.page_register .description,
.page_register .instruct,
.page_register .pkp_form_help {
  margin-top: 7px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

/* Checkbox register */
.page_register input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0;
  accent-color: #047857;
  vertical-align: middle;
}

.page_register .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
}

.page_register .checkbox label {
  margin-bottom: 0;
  font-weight: 600;
}

/* Area role/interests di register */
.page_register .roles,
.page_register .interests,
.page_register .reviewer_interests {
  padding: 18px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
}

/* Tombol register */
.page_register button,
.page_register input[type="submit"],
.page_register .pkp_button,
.page_register .cmp_button {
  min-height: 48px;
  padding: 12px 28px;
  border: none !important;
  border-radius: 999px !important;
  background: #047857 !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900 !important;
  font-family: inherit;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none !important;
  transition: 0.2s ease;
  box-shadow: 0 10px 22px rgba(4, 120, 87, 0.22);
}

.page_register button:hover,
.page_register input[type="submit"]:hover,
.page_register .pkp_button:hover,
.page_register .cmp_button:hover {
  background: #065f46 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(4, 120, 87, 0.28);
}

/* Area tombol register */
.page_register .buttons,
.page_register .pkp_helpers_align_right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

/* Link register */
.page_register a {
  color: #047857;
  font-weight: 750;
  text-decoration: none;
}

.page_register a:hover {
  color: #065f46;
  text-decoration: underline;
}

/* Error message */
.page_login .pkp_form_error,
.page_login .error,
.page_register .pkp_form_error,
.page_register .error {
  display: block;
  margin-top: 7px;
  color: #dc2626;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

/* Breadcrumb */
.page_login .cmp_breadcrumbs,
.page_register .cmp_breadcrumbs {
  margin-bottom: 26px;
  color: #64748b;
  font-size: 14px;
}

.page_login .cmp_breadcrumbs a,
.page_register .cmp_breadcrumbs a {
  color: #047857;
  font-weight: 750;
  text-decoration: none;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 768px) {
  .page_login,
  .page_register {
    max-width: 100%;
    padding: 18px 0 44px 0;
  }

  .page_login h1,
  .page_register h1 {
    font-size: 30px;
  }

  .page_login form,
  .page_register form {
    padding: 24px;
    border-radius: 22px;
  }

  .page_login .buttons,
  .page_login .pkp_helpers_align_right,
  .page_register .buttons,
  .page_register .pkp_helpers_align_right {
    display: block;
  }

  .page_login button,
  .page_login input[type="submit"],
  .page_login .pkp_button,
  .page_login .cmp_button,
  .page_register button,
  .page_register input[type="submit"],
  .page_register .pkp_button,
  .page_register .cmp_button {
    width: 100%;
    margin-top: 10px;
  }

  .page_register fieldset {
    margin-bottom: 26px;
    padding-bottom: 26px;
  }
}
/* =========================================================
   OJS 3.3 MODERN LOGIN & REGISTER - FINAL COMBINED CSS
   ========================================================= */

/* GLOBAL LOGIN & REGISTER */
.page_login,
.page_register {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px 0 56px 0 !important;
  color: #0f172a !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

.page_login *,
.page_register * {
  box-sizing: border-box !important;
}

/* Breadcrumb */
.page_login .cmp_breadcrumbs,
.page_register .cmp_breadcrumbs {
  margin: 0 0 28px 0 !important;
  color: #64748b !important;
  font-size: 14px !important;
}

.page_login .cmp_breadcrumbs a,
.page_register .cmp_breadcrumbs a {
  color: #047857 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.page_login .cmp_breadcrumbs a:hover,
.page_register .cmp_breadcrumbs a:hover {
  color: #065f46 !important;
  text-decoration: underline !important;
}

/* Required mark */
.page_login .required,
.page_login label .required,
.page_login sup,
.page_register .required,
.page_register label .required,
.page_register sup {
  color: #ef4444 !important;
  font-weight: 900 !important;
}

/* Link umum */
.page_login a,
.page_register a {
  color: #047857 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.page_login a:hover,
.page_register a:hover {
  color: #065f46 !important;
  text-decoration: underline !important;
}

/* =========================================================
   LOGIN PAGE
   ========================================================= */

.page_login h1 {
  margin: 0 0 12px 0 !important;
  color: #0f172a !important;
  font-size: 42px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: -1.2px !important;
}

/* Teks required */
.page_login > p {
  max-width: 500px !important;
  margin: 0 0 24px 0 !important;
  color: #64748b !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* Form login rata kiri, bukan center */
.page_login form {
  width: 100% !important;
  max-width: 430px !important;
  margin: 24px 0 0 0 !important;
  padding: 30px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 58%, #f0fdf4 100%) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

/* Reset bawaan OJS di form login */
.page_login form fieldset,
.page_login form ul,
.page_login form ol {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  list-style: none !important;
}

.page_login form li,
.page_login .field,
.page_login .fields,
.page_login .form-group,
.page_login .username,
.page_login .password {
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  border: none !important;
  min-height: 0 !important;
}

/* Label login */
.page_login label {
  display: block !important;
  margin: 0 0 8px 0 !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.4 !important;
}

/* Input login */
.page_login input[type="text"],
.page_login input[type="password"],
.page_login input[type="email"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  color: #0f172a !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 15px !important;
  font-size: 15px !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.2s ease !important;
}

.page_login input[type="text"]:focus,
.page_login input[type="password"]:focus,
.page_login input[type="email"]:focus {
  border-color: #047857 !important;
  box-shadow: 0 0 0 4px rgba(4, 120, 87, 0.12) !important;
}

/* Forgot password */
.page_login .password a,
.page_login a[href*="lostPassword"],
.page_login a[href*="lost-password"],
.page_login a[href*="reset"] {
  display: inline-block !important;
  margin-top: 8px !important;
  color: #047857 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

/* Remember me */
.page_login .remember,
.page_login .checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 20px 0 24px 0 !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.page_login .remember label,
.page_login .checkbox label {
  margin: 0 !important;
  color: #334155 !important;
  font-weight: 650 !important;
}

.page_login input[type="checkbox"] {
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  accent-color: #047857 !important;
  flex-shrink: 0 !important;
}

/* Area tombol login */
.page_login .buttons,
.page_login .pkp_helpers_align_right,
.page_login .submit {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
}

/* Tombol login */
.page_login button,
.page_login input[type="submit"],
.page_login .pkp_button,
.page_login .cmp_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 100px !important;
  min-height: 46px !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 999px !important;
  background: #047857 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 10px 22px rgba(4, 120, 87, 0.22) !important;
  transition: 0.2s ease !important;
}

.page_login button:hover,
.page_login input[type="submit"]:hover,
.page_login .pkp_button:hover,
.page_login .cmp_button:hover {
  background: #065f46 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 26px rgba(4, 120, 87, 0.28) !important;
}

/* Link register di halaman login */
.page_login .buttons a,
.page_login .pkp_helpers_align_right a,
.page_login .submit a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 46px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #047857 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

/* =========================================================
   REGISTER PAGE
   ========================================================= */

.page_register h1 {
  margin: 0 0 12px 0 !important;
  color: #0f172a !important;
  font-size: 42px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: -1.2px !important;
}

/* Teks required */
.page_register > p {
  max-width: 760px !important;
  margin: 0 0 26px 0 !important;
  color: #64748b !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* Form register lebih luas */
.page_register form {
  width: 100% !important;
  max-width: 780px !important;
  margin: 26px 0 0 0 !important;
  padding: 36px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 26px !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07) !important;
}

/* Reset struktur register */
.page_register form fieldset {
  margin: 0 0 32px 0 !important;
  padding: 0 0 32px 0 !important;
  border: none !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.page_register form fieldset:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

/* Heading section register */
.page_register legend,
.page_register form h2,
.page_register form h3 {
  display: block !important;
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  color: #0f172a !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.5px !important;
}

.page_register legend:after,
.page_register form h2:after,
.page_register form h3:after {
  content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 4px !important;
  margin-top: 10px !important;
  border-radius: 999px !important;
  background: #f97316 !important;
}

/* Jarak field register */
.page_register .field,
.page_register .fields,
.page_register .form-group,
.page_register .given_name,
.page_register .family_name,
.page_register .affiliation,
.page_register .country,
.page_register .email,
.page_register .username,
.page_register .password,
.page_register .password2 {
  margin: 0 0 22px 0 !important;
  padding: 0 !important;
}

/* Label register */
.page_register label {
  display: block !important;
  margin: 0 0 8px 0 !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.4 !important;
}

/* Input register */
.page_register input[type="text"],
.page_register input[type="password"],
.page_register input[type="email"],
.page_register input[type="url"],
.page_register select,
.page_register textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 15px !important;
  color: #0f172a !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 15px !important;
  font-size: 15px !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.2s ease !important;
}

.page_register textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

.page_register input[type="text"]:focus,
.page_register input[type="password"]:focus,
.page_register input[type="email"]:focus,
.page_register input[type="url"]:focus,
.page_register select:focus,
.page_register textarea:focus {
  border-color: #047857 !important;
  box-shadow: 0 0 0 4px rgba(4, 120, 87, 0.12) !important;
}

/* Help text register */
.page_register .description,
.page_register .instruct,
.page_register .pkp_form_help {
  margin-top: 7px !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

/* Checkbox register */
.page_register .checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 14px 0 !important;
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.page_register .checkbox label {
  margin: 0 !important;
  font-weight: 650 !important;
  color: #334155 !important;
}

.page_register input[type="checkbox"] {
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  accent-color: #047857 !important;
  flex-shrink: 0 !important;
}

/* Role / interests box */
.page_register .roles,
.page_register .interests,
.page_register .reviewer_interests {
  padding: 18px 20px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
}

/* Area tombol register */
.page_register .buttons,
.page_register .pkp_helpers_align_right,
.page_register .submit {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
}

/* Tombol register */
.page_register button,
.page_register input[type="submit"],
.page_register .pkp_button,
.page_register .cmp_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 12px 28px !important;
  border: none !important;
  border-radius: 999px !important;
  background: #047857 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 10px 22px rgba(4, 120, 87, 0.22) !important;
  transition: 0.2s ease !important;
}

.page_register button:hover,
.page_register input[type="submit"]:hover,
.page_register .pkp_button:hover,
.page_register .cmp_button:hover {
  background: #065f46 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Error */
.page_login .pkp_form_error,
.page_login .error,
.page_register .pkp_form_error,
.page_register .error {
  display: block !important;
  margin-top: 7px !important;
  color: #dc2626 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 768px) {
  .page_login,
  .page_register {
    padding: 18px 0 44px 0 !important;
  }

  .page_login h1,
  .page_register h1 {
    font-size: 32px !important;
  }

  .page_login > p,
  .page_register > p {
    font-size: 15px !important;
  }

  .page_login form,
  .page_register form {
    max-width: 100% !important;
    padding: 24px !important;
    border-radius: 22px !important;
  }

  .page_register form {
    padding: 26px !important;
  }

  .page_login .buttons,
  .page_login .pkp_helpers_align_right,
  .page_login .submit,
  .page_register .buttons,
  .page_register .pkp_helpers_align_right,
  .page_register .submit {
    display: block !important;
  }

  .page_login button,
  .page_login input[type="submit"],
  .page_login .pkp_button,
  .page_login .cmp_button,
  .page_register button,
  .page_register input[type="submit"],
  .page_register .pkp_button,
  .page_register .cmp_button {
    width: 100% !important;
    margin-bottom: 12px !important;
  }

  .page_login .buttons a,
  .page_login .pkp_helpers_align_right a,
  .page_login .submit a {
    min-height: auto !important;
  }

  .page_register form fieldset {
    margin-bottom: 28px !important;
    padding-bottom: 28px !important;
  }
}
/* =========================================================
   OJS 3.3 FINAL MODERN LOGIN, REGISTER & HEADER AUTH CSS
   ========================================================= */

/* =========================================================
   GLOBAL LOGIN & REGISTER PAGE
   ========================================================= */

.page_login,
.page_register {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px 0 56px 0 !important;
  color: #0f172a !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

.page_login *,
.page_register * {
  box-sizing: border-box !important;
}

.page_login .cmp_breadcrumbs,
.page_register .cmp_breadcrumbs {
  margin: 0 0 28px 0 !important;
  color: #64748b !important;
  font-size: 14px !important;
}

.page_login .cmp_breadcrumbs a,
.page_register .cmp_breadcrumbs a {
  color: #047857 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.page_login .cmp_breadcrumbs a:hover,
.page_register .cmp_breadcrumbs a:hover {
  color: #065f46 !important;
  text-decoration: underline !important;
}

.page_login .required,
.page_login label .required,
.page_login sup,
.page_register .required,
.page_register label .required,
.page_register sup {
  color: #ef4444 !important;
  font-weight: 900 !important;
}

.page_login a,
.page_register a {
  color: #047857 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.page_login a:hover,
.page_register a:hover {
  color: #065f46 !important;
  text-decoration: underline !important;
}

/* =========================================================
   LOGIN PAGE
   ========================================================= */

.page_login h1 {
  margin: 0 0 12px 0 !important;
  color: #0f172a !important;
  font-size: 42px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: -1.2px !important;
}

.page_login > p {
  max-width: 500px !important;
  margin: 0 0 24px 0 !important;
  color: #64748b !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.page_login form {
  width: 100% !important;
  max-width: 430px !important;
  margin: 24px 0 0 0 !important;
  padding: 30px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 58%, #f0fdf4 100%) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

.page_login form fieldset,
.page_login form ul,
.page_login form ol {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  list-style: none !important;
}

.page_login form li,
.page_login .field,
.page_login .fields,
.page_login .form-group,
.page_login .username,
.page_login .password {
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  border: none !important;
  min-height: 0 !important;
}

.page_login label {
  display: block !important;
  margin: 0 0 8px 0 !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.4 !important;
}

.page_login input[type="text"],
.page_login input[type="password"],
.page_login input[type="email"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  color: #0f172a !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 15px !important;
  font-size: 15px !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.2s ease !important;
}

.page_login input[type="text"]:focus,
.page_login input[type="password"]:focus,
.page_login input[type="email"]:focus {
  border-color: #047857 !important;
  box-shadow: 0 0 0 4px rgba(4, 120, 87, 0.12) !important;
}

.page_login .password a,
.page_login a[href*="lostPassword"],
.page_login a[href*="lost-password"],
.page_login a[href*="reset"] {
  display: inline-block !important;
  margin-top: 8px !important;
  color: #047857 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.page_login .remember,
.page_login .checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 20px 0 24px 0 !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.page_login .remember label,
.page_login .checkbox label {
  margin: 0 !important;
  color: #334155 !important;
  font-weight: 650 !important;
}

.page_login input[type="checkbox"] {
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  accent-color: #047857 !important;
  flex-shrink: 0 !important;
}

.page_login .buttons,
.page_login .pkp_helpers_align_right {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
}

.page_login button,
.page_login input[type="submit"],
.page_login .pkp_button,
.page_login .cmp_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 100px !important;
  min-height: 46px !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 999px !important;
  background: #047857 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 10px 22px rgba(4, 120, 87, 0.22) !important;
  transition: 0.2s ease !important;
}

.page_login button:hover,
.page_login input[type="submit"]:hover,
.page_login .pkp_button:hover,
.page_login .cmp_button:hover {
  background: #065f46 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 26px rgba(4, 120, 87, 0.28) !important;
}

.page_login .buttons a,
.page_login .pkp_helpers_align_right a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 46px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #047857 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

/* =========================================================
   REGISTER PAGE
   ========================================================= */

.page_register h1 {
  margin: 0 0 12px 0 !important;
  color: #0f172a !important;
  font-size: 42px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: -1.2px !important;
}

.page_register > p {
  max-width: 760px !important;
  margin: 0 0 26px 0 !important;
  color: #64748b !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.page_register form {
  width: 100% !important;
  max-width: 780px !important;
  margin: 26px 0 0 0 !important;
  padding: 36px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 26px !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07) !important;
}

.page_register form fieldset {
  margin: 0 0 32px 0 !important;
  padding: 0 0 32px 0 !important;
  border: none !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.page_register form fieldset:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.page_register legend,
.page_register form h2,
.page_register form h3 {
  display: block !important;
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  color: #0f172a !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.5px !important;
}

.page_register legend:after,
.page_register form h2:after,
.page_register form h3:after {
  content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 4px !important;
  margin-top: 10px !important;
  border-radius: 999px !important;
  background: #f97316 !important;
}

.page_register .field,
.page_register .fields,
.page_register .form-group,
.page_register .given_name,
.page_register .family_name,
.page_register .affiliation,
.page_register .country,
.page_register .email,
.page_register .username,
.page_register .password,
.page_register .password2 {
  margin: 0 0 22px 0 !important;
  padding: 0 !important;
}

.page_register label {
  display: block !important;
  margin: 0 0 8px 0 !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.4 !important;
}

.page_register input[type="text"],
.page_register input[type="password"],
.page_register input[type="email"],
.page_register input[type="url"],
.page_register select,
.page_register textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 15px !important;
  color: #0f172a !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 15px !important;
  font-size: 15px !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.2s ease !important;
}

.page_register textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

.page_register input[type="text"]:focus,
.page_register input[type="password"]:focus,
.page_register input[type="email"]:focus,
.page_register input[type="url"]:focus,
.page_register select:focus,
.page_register textarea:focus {
  border-color: #047857 !important;
  box-shadow: 0 0 0 4px rgba(4, 120, 87, 0.12) !important;
}

.page_register .description,
.page_register .instruct,
.page_register .pkp_form_help {
  margin-top: 7px !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.page_register .checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 14px 0 !important;
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.page_register .checkbox label {
  margin: 0 !important;
  font-weight: 650 !important;
  color: #334155 !important;
}

.page_register input[type="checkbox"] {
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  accent-color: #047857 !important;
  flex-shrink: 0 !important;
}

.page_register .roles,
.page_register .interests,
.page_register .reviewer_interests {
  padding: 18px 20px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
}

/* Tombol Register */
.page_register .buttons,
.page_register .pkp_helpers_align_right {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin-top: 30px !important;
  padding: 0 !important;
}

.page_register .submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.page_register button,
.page_register button.submit,
.page_register input[type="submit"],
.page_register .pkp_button,
.page_register .cmp_button {
  width: auto !important;
  min-width: 132px !important;
  max-width: none !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 13px 28px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 999px !important;
  background: #047857 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
  text-align: center !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(4, 120, 87, 0.22) !important;
  transition: 0.2s ease !important;
}

.page_register button:hover,
.page_register button.submit:hover,
.page_register input[type="submit"]:hover,
.page_register .pkp_button:hover,
.page_register .cmp_button:hover {
  background: #065f46 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 26px rgba(4, 120, 87, 0.28) !important;
}

.page_register .buttons a,
.page_register .pkp_helpers_align_right a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #047857 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.page_register .buttons a:hover,
.page_register .pkp_helpers_align_right a:hover {
  color: #065f46 !important;
  text-decoration: underline !important;
  background: transparent !important;
}

.page_login .pkp_form_error,
.page_login .error,
.page_register .pkp_form_error,
.page_register .error {
  display: block !important;
  margin-top: 7px !important;
  color: #dc2626 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

/* =========================================================
   HEADER REGISTER / LOGIN NAVIGATION
   ========================================================= */

.pkp_structure_head {
  position: relative !important;
}

.pkp_navigation_user_wrapper {
  position: absolute !important;
  top: 14px !important;
  right: 24px !important;
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 999 !important;
}

.pkp_navigation_user,
#navigationUser {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: none !important;
}

.pkp_navigation_user li,
#navigationUser li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}

.pkp_navigation_user li a,
#navigationUser li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 7px 15px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.16) !important;
  transition: all 0.2s ease !important;
}

@supports ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
  .pkp_navigation_user li a,
  #navigationUser li a {
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }
}

.pkp_navigation_user li a[href*="register"],
#navigationUser li a[href*="register"] {
  background: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(4, 120, 87, 0.25) !important;
}

.pkp_navigation_user li a[href*="login"],
#navigationUser li a[href*="login"] {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #ffffff !important;
}

.pkp_navigation_user li a:hover,
#navigationUser li a:hover {
  transform: translateY(-1px) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.28) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22) !important;
}

.pkp_navigation_user li a[href*="register"]:hover,
#navigationUser li a[href*="register"]:hover {
  background: linear-gradient(135deg, #065f46 0%, #047857 100%) !important;
}

.pkp_navigation_user li a:before,
.pkp_navigation_user li a:after,
#navigationUser li a:before,
#navigationUser li a:after,
.pkp_navigation_user_wrapper:before,
.pkp_navigation_user_wrapper:after {
  display: none !important;
  content: none !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 768px) {
  .page_login,
  .page_register {
    padding: 18px 0 44px 0 !important;
  }

  .page_login h1,
  .page_register h1 {
    font-size: 32px !important;
  }

  .page_login > p,
  .page_register > p {
    font-size: 15px !important;
  }

  .page_login form,
  .page_register form {
    max-width: 100% !important;
    padding: 24px !important;
    border-radius: 22px !important;
  }

  .page_register form {
    padding: 26px !important;
  }

  .page_login .buttons,
  .page_login .pkp_helpers_align_right,
  .page_register .buttons,
  .page_register .pkp_helpers_align_right {
    display: block !important;
  }

  .page_login button,
  .page_login input[type="submit"],
  .page_login .pkp_button,
  .page_login .cmp_button,
  .page_register button,
  .page_register button.submit,
  .page_register input[type="submit"],
  .page_register .pkp_button,
  .page_register .cmp_button {
    width: 100% !important;
    margin-bottom: 12px !important;
  }

  .page_login .buttons a,
  .page_login .pkp_helpers_align_right a,
  .page_register .buttons a,
  .page_register .pkp_helpers_align_right a {
    min-height: auto !important;
  }

  .page_register form fieldset {
    margin-bottom: 28px !important;
    padding-bottom: 28px !important;
  }

  .pkp_navigation_user_wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin: 10px 0 0 0 !important;
    padding: 0 15px !important;
  }

  .pkp_navigation_user,
  #navigationUser {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  .pkp_navigation_user li a,
  #navigationUser li a {
    min-height: 34px !important;
    padding: 7px 13px !important;
    font-size: 12px !important;
  }
}
/* =========================================================
   FIX LOGGED-IN USER DROPDOWN - OJS 3.3
   Username, View Profile, Administration, Logout
   ========================================================= */

/* Posisi area user menu di header */
.pkp_navigation_user_wrapper {
  position: absolute !important;
  top: 14px !important;
  right: 24px !important;
  left: auto !important;
  bottom: auto !important;

  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  z-index: 9999 !important;
}

/* List user menu */
.pkp_navigation_user,
#navigationUser {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
  background: transparent !important;
  border: none !important;
}

/* Item utama */
.pkp_navigation_user > li,
#navigationUser > li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}

/* Tombol username / register / login di header */
.pkp_navigation_user > li > a,
#navigationUser > li > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  min-height: 38px !important;
  padding: 8px 16px !important;

  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;

  background: rgba(15, 23, 42, 0.35) !important;
  color: #ffffff !important;

  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.20) !important;
  transition: all 0.2s ease !important;
}

/* Efek glass */
@supports ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
  .pkp_navigation_user > li > a,
  #navigationUser > li > a {
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }
}

/* Hover username */
.pkp_navigation_user > li > a:hover,
#navigationUser > li > a:hover {
  color: #ffffff !important;
  background: rgba(4, 120, 87, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}

/* Badge angka notifikasi */
.pkp_navigation_user .task_count,
#navigationUser .task_count,
.pkp_navigation_user .badge,
#navigationUser .badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 22px !important;
  height: 22px !important;
  padding: 0 7px !important;

  border-radius: 999px !important;
  background: #ffffff !important;
  color: #047857 !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  box-shadow: none !important;
}

/* Dropdown setelah login */
.pkp_navigation_user > li > ul,
#navigationUser > li > ul {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;

  min-width: 220px !important;

  margin: 0 !important;
  padding: 8px !important;

  list-style: none !important;

  background: #ffffff !important;
  border: 1px solid #dbeafe !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18) !important;

  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;

  transition: all 0.18s ease !important;
  z-index: 10000 !important;
}

/* Tampilkan dropdown */
.pkp_navigation_user > li:hover > ul,
#navigationUser > li:hover > ul,
.pkp_navigation_user > li:focus-within > ul,
#navigationUser > li:focus-within > ul {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

/* Item dropdown */
.pkp_navigation_user > li > ul > li,
#navigationUser > li > ul > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}

/* Link dropdown: teks dibuat jelas */
.pkp_navigation_user > li > ul > li > a,
#navigationUser > li > ul > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  min-height: 42px !important;
  padding: 10px 14px !important;

  border-radius: 12px !important;
  border: none !important;

  background: transparent !important;
  color: #0f172a !important;

  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  box-shadow: none !important;
  transition: all 0.18s ease !important;
}

/* Hover dropdown */
.pkp_navigation_user > li > ul > li > a:hover,
#navigationUser > li > ul > li > a:hover {
  color: #047857 !important;
  background: #ecfdf5 !important;
  text-decoration: none !important;
  transform: none !important;
}

/* Logout diberi aksen merah halus jika link mengandung signOut/logout */
.pkp_navigation_user > li > ul > li > a[href*="signOut"],
.pkp_navigation_user > li > ul > li > a[href*="logout"],
#navigationUser > li > ul > li > a[href*="signOut"],
#navigationUser > li > ul > li > a[href*="logout"] {
  color: #dc2626 !important;
}

.pkp_navigation_user > li > ul > li > a[href*="signOut"]:hover,
.pkp_navigation_user > li > ul > li > a[href*="logout"]:hover,
#navigationUser > li > ul > li > a[href*="signOut"]:hover,
#navigationUser > li > ul > li > a[href*="logout"]:hover {
  color: #b91c1c !important;
  background: #fef2f2 !important;
}

/* Hilangkan pseudo bawaan */
.pkp_navigation_user a:before,
.pkp_navigation_user a:after,
#navigationUser a:before,
#navigationUser a:after {
  display: none !important;
  content: none !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .pkp_navigation_user_wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin: 10px 0 0 0 !important;
    padding: 0 14px !important;
  }

  .pkp_navigation_user,
  #navigationUser {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  .pkp_navigation_user > li > ul,
  #navigationUser > li > ul {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
  }
}

/* =========================================================
   FINAL FIX NAVBAR OJS 3.3
   Current / Archives / About kiri, Search kanan
   Container modern, fit, warna menyatu, tidak renggang
   ========================================================= */

/* RESET NAVBAR */
.pkp_site_nav_menu,
.pkp_navigation_primary_row,
.pkp_navigation_primary_wrapper,
.pkp_navigation_primary,
#navigationPrimary,
.pkp_navigation_search_wrapper {
  box-sizing: border-box !important;
}

/* AREA LUAR NAVBAR */
.pkp_site_nav_menu {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;

  background: linear-gradient(180deg, #f8fbff 0%, #eef6fb 100%) !important;
  border-top: 1px solid #dbeafe !important;
  border-bottom: 1px solid #d5e3ef !important;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.045) !important;
}

/* CONTAINER NAVBAR */
.pkp_navigation_primary_row {
  display: flex !important;
  align-items: center !important;

  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;

  margin: 0 !important;
  padding: 0 32px !important;

  background: linear-gradient(180deg, #f8fbff 0%, #eef6fb 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-bottom: 1px solid #d5e3ef !important;

  position: relative !important;
  z-index: 80 !important;
  overflow: visible !important;
}

/* WRAPPER MENU KIRI */
.pkp_navigation_primary_wrapper {
  display: flex !important;
  align-items: center !important;

  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;

  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* LIST MENU */
.pkp_navigation_primary,
#navigationPrimary {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 10px !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
  background: transparent !important;
  border: none !important;
}

/* ITEM MENU */
.pkp_navigation_primary > li,
#navigationPrimary > li {
  position: relative !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
  background: transparent !important;
  border: none !important;
  flex: 0 0 auto !important;
}

/* LINK MENU UTAMA */
.pkp_navigation_primary > li > a,
#navigationPrimary > li > a {
  position: relative !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;

  height: 38px !important;
  min-height: 38px !important;
  padding: 0 15px !important;

  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 11px !important;

  color: #24364b !important;

  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0.15px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  transition: all 0.18s ease !important;
}

/* HOVER MENU */
.pkp_navigation_primary > li > a:hover,
#navigationPrimary > li > a:hover {
  color: #0369a1 !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: #dbeafe !important;
  text-decoration: none !important;
}

/* UNDERLINE MENU */
.pkp_navigation_primary > li > a:after,
#navigationPrimary > li > a:after {
  content: "" !important;

  position: absolute !important;
  left: 15px !important;
  right: 15px !important;
  bottom: 5px !important;

  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #0369a1 0%, #047857 100%) !important;

  opacity: 0 !important;
  transform: scaleX(0.35) !important;
  transform-origin: center !important;

  transition: all 0.18s ease !important;
}

.pkp_navigation_primary > li > a:hover:after,
#navigationPrimary > li > a:hover:after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

/* MENU AKTIF */
.pkp_navigation_primary > li.current > a,
#navigationPrimary > li.current > a,
.pkp_navigation_primary > li.active > a,
#navigationPrimary > li.active > a,
.pkp_navigation_primary > li > a[aria-current="page"],
#navigationPrimary > li > a[aria-current="page"] {
  color: #0369a1 !important;
  background: #ffffff !important;
  border-color: #dbeafe !important;
}

.pkp_navigation_primary > li.current > a:after,
#navigationPrimary > li.current > a:after,
.pkp_navigation_primary > li.active > a:after,
#navigationPrimary > li.active > a:after,
.pkp_navigation_primary > li > a[aria-current="page"]:after,
#navigationPrimary > li > a[aria-current="page"]:after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

/* HILANGKAN PSEUDO BAWAAN */
.pkp_navigation_primary > li > a:before,
#navigationPrimary > li > a:before {
  display: none !important;
  content: none !important;
}

/* CARET DROPDOWN */
.pkp_navigation_primary > li > a .caret,
#navigationPrimary > li > a .caret {
  margin-left: 4px !important;
  border-top-color: currentColor !important;
}

/* DROPDOWN */
.pkp_navigation_primary ul,
#navigationPrimary ul {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;

  min-width: 220px !important;

  margin: 0 !important;
  padding: 8px !important;

  list-style: none !important;

  background: #ffffff !important;
  border: 1px solid #dbeafe !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14) !important;

  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(6px) !important;

  transition: all 0.18s ease !important;
  z-index: 999 !important;
}

/* DROPDOWN MUNCUL */
.pkp_navigation_primary li:hover > ul,
#navigationPrimary li:hover > ul,
.pkp_navigation_primary li:focus-within > ul,
#navigationPrimary li:focus-within > ul {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

/* ITEM DROPDOWN */
.pkp_navigation_primary ul li,
#navigationPrimary ul li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* LINK DROPDOWN */
.pkp_navigation_primary ul li a,
#navigationPrimary ul li a {
  display: block !important;

  padding: 10px 12px !important;
  border-radius: 10px !important;

  color: #334155 !important;
  background: transparent !important;

  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  transition: all 0.18s ease !important;
}

.pkp_navigation_primary ul li a:hover,
#navigationPrimary ul li a:hover {
  color: #0369a1 !important;
  background: #eff6ff !important;
  text-decoration: none !important;
}

/* SEARCH DI KANAN */
.pkp_navigation_search_wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  flex: 0 0 auto !important;

  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;

  margin-left: auto !important;
  padding-left: 24px !important;

  border-left: 1px solid #d5e3ef !important;
  background: transparent !important;

  float: none !important;
}

/* TOMBOL SEARCH */
.pkp_navigation_search_wrapper a,
.pkp_navigation_search_wrapper .pkp_search {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;

  height: 38px !important;
  min-height: 38px !important;
  padding: 0 16px !important;

  border-radius: 12px !important;
  border: 1px solid #cfe1ef !important;

  color: #0369a1 !important;
  background: #ffffff !important;

  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  box-shadow: 0 4px 12px rgba(3, 105, 161, 0.08) !important;
  transition: all 0.18s ease !important;
}

.pkp_navigation_search_wrapper a:hover,
.pkp_navigation_search_wrapper .pkp_search:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%) !important;
  border-color: #0369a1 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(3, 105, 161, 0.2) !important;
}

/* HILANGKAN PSEUDO SEARCH BAWAAN */
.pkp_navigation_search_wrapper a:before,
.pkp_navigation_search_wrapper a:after {
  display: none !important;
  content: none !important;
}

/* HILANGKAN JARAK TAMBAHAN SETELAH NAVBAR */
.pkp_head_wrapper,
.pkp_site_nav_menu {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_structure_content {
  margin-top: 0 !important;
}

/* RESPONSIVE TABLET */
@media screen and (max-width: 992px) {
  .pkp_navigation_primary_row {
    height: auto !important;
    min-height: 52px !important;
    max-height: none !important;
    padding: 8px 22px !important;
  }

  .pkp_navigation_primary_wrapper {
    height: auto !important;
    min-height: 38px !important;
    max-height: none !important;
  }

  .pkp_navigation_primary,
  #navigationPrimary {
    gap: 6px !important;
  }

  .pkp_navigation_search_wrapper {
    height: auto !important;
    min-height: 38px !important;
    max-height: none !important;
    margin-left: auto !important;
    padding-left: 18px !important;
  }
}

/* RESPONSIVE MOBILE */
@media screen and (max-width: 768px) {
  .pkp_navigation_primary_row {
    display: block !important;

    height: auto !important;
    min-height: auto !important;
    max-height: none !important;

    padding: 10px 14px !important;
  }

  .pkp_navigation_primary_wrapper {
    width: 100% !important;

    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }

  .pkp_navigation_primary,
  #navigationPrimary {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    width: 100% !important;
  }

  .pkp_navigation_primary > li > a,
  #navigationPrimary > li > a {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
  }

  .pkp_navigation_search_wrapper {
    width: 100% !important;

    height: auto !important;
    min-height: auto !important;
    max-height: none !important;

    margin: 10px 0 0 0 !important;
    padding: 0 !important;

    border-left: none !important;
  }

  .pkp_navigation_search_wrapper a,
  .pkp_navigation_search_wrapper .pkp_search {
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  .pkp_navigation_primary ul,
  #navigationPrimary ul {
    position: static !important;

    min-width: 100% !important;

    margin-top: 6px !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;

    box-shadow: none !important;
  }
}
/* =========================================================
   MODERN SIDEBAR MENU FOR OJS 3.3
   ========================================================= */

.ojs-side-nav {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ojs-side-section {
  margin-bottom: 18px;
  padding: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbeafe;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.ojs-side-title {
  margin-bottom: 10px;
  padding: 10px 13px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f3b5f 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(3, 105, 161, 0.18);
}

.ojs-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ojs-side-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ojs-side-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 7px;
  padding: 9px 34px 9px 14px;
  border-radius: 13px;
  border: 1px solid transparent;
  background: #f1f5f9;
  color: #1e293b !important;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none !important;
  transition: all 0.18s ease;
}

.ojs-side-link:before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 999px;
  background: #84cc16;
  flex-shrink: 0;
  transition: all 0.18s ease;
}

.ojs-side-link:after {
  content: "›";
  position: absolute;
  right: 14px;
  color: #94a3b8;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transition: all 0.18s ease;
}

.ojs-side-link:hover {
  background: #ecfdf5;
  color: #047857 !important;
  border-color: #bbf7d0;
  text-decoration: none !important;
  transform: translateX(3px);
  box-shadow: 0 8px 18px rgba(4, 120, 87, 0.08);
}

.ojs-side-link:hover:before {
  background: #047857;
  transform: scale(1.25);
}

.ojs-side-link:hover:after {
  color: #047857;
  transform: translateX(2px);
}

.ojs-side-link:last-child {
  margin-bottom: 0;
}

.ojs-side-highlight {
  background: linear-gradient(135deg, #047857 0%, #059669 100%);
  color: #ffffff !important;
  border-color: transparent;
  box-shadow: 0 9px 20px rgba(4, 120, 87, 0.22);
}

.ojs-side-highlight:before {
  background: #ffffff;
}

.ojs-side-highlight:after {
  color: rgba(255, 255, 255, 0.9);
}

.ojs-side-highlight:hover {
  background: linear-gradient(135deg, #065f46 0%, #047857 100%);
  color: #ffffff !important;
  border-color: transparent;
}

.ojs-side-widget {
  min-height: 86px;
  padding: 14px;
  border-radius: 14px;
  border: 1px dashed #cbd5e1;
  background: #ffffff;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.ojs-side-widget img,
.ojs-side-widget iframe {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .ojs-side-nav {
    max-width: 100%;
  }

  .ojs-side-section {
    border-radius: 16px;
  }

  .ojs-side-link {
    min-height: 40px;
  }
}
/* =========================================================
   EDITORIAL TEAM PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.edteam-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #0f172a;
}

.edteam-ojs *,
.edteam-ojs *:before,
.edteam-ojs *:after {
  box-sizing: border-box;
}

/* Header */
.edteam-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.edteam-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.edteam-header h2 {
  margin: 0 0 12px 0;
  color: #0f172a;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.9px;
}

.edteam-header p {
  max-width: 760px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

/* Grid */
.edteam-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

/* Card */
.edteam-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;

  padding: 20px;

  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbeafe;
  border-radius: 22px;

  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
  transition: all 0.2s ease;
}

.edteam-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
  border-color: #bfdbfe;
}

/* Photo */
.edteam-photo-wrap {
  position: relative;
  width: 104px;
  height: 124px;
  flex: 0 0 104px;

  border-radius: 18px;
  overflow: hidden;

  background: linear-gradient(135deg, #e0f2fe 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.edteam-photo {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.edteam-photo[src=""],
.edteam-photo:not([src]) {
  display: none;
}

.edteam-photo-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #0369a1;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.8px;
}

/* Info */
.edteam-info {
  flex: 1;
  min-width: 0;
}

.edteam-role {
  display: inline-block;
  margin-bottom: 9px;
  padding: 6px 10px;

  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;

  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.edteam-info h3 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.edteam-affiliation {
  margin: 0 0 10px 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.edteam-expertise {
  margin: 0 0 15px 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* Links */
.edteam-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.edteam-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 32px;
  padding: 7px 12px;

  border-radius: 999px;
  border: 1px solid #dbeafe;

  background: #ffffff;
  color: #0369a1 !important;

  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;

  transition: all 0.18s ease;
}

.edteam-links a:hover {
  background: #0369a1;
  color: #ffffff !important;
  border-color: #0369a1;
  text-decoration: none !important;
  transform: translateY(-1px);
}

/* ORCID specific */
.edteam-links a[href*="orcid"] {
  color: #047857 !important;
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.edteam-links a[href*="orcid"]:hover {
  color: #ffffff !important;
  background: #047857;
  border-color: #047857;
}

/* Scopus specific */
.edteam-links a[href*="scopus"] {
  color: #ea580c !important;
  border-color: #fed7aa;
  background: #fff7ed;
}

.edteam-links a[href*="scopus"]:hover {
  color: #ffffff !important;
  background: #ea580c;
  border-color: #ea580c;
}

/* Google Scholar specific */
.edteam-links a[href*="scholar"] {
  color: #2563eb !important;
  border-color: #bfdbfe;
  background: #eff6ff;
}

.edteam-links a[href*="scholar"]:hover {
  color: #ffffff !important;
  background: #2563eb;
  border-color: #2563eb;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .edteam-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .edteam-header h2 {
    font-size: 30px;
  }

  .edteam-card {
    display: block;
    padding: 18px;
  }

  .edteam-photo-wrap {
    width: 100%;
    height: 260px;
    margin-bottom: 16px;
  }

  .edteam-info h3 {
    font-size: 19px;
  }
}
/* =========================================================
   REVIEWERS PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.reviewers-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #0f172a;
}

.reviewers-ojs *,
.reviewers-ojs *:before,
.reviewers-ojs *:after {
  box-sizing: border-box;
}

/* Header */
.reviewers-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.reviewers-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.reviewers-header h2 {
  margin: 0 0 12px 0;
  color: #0f172a;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.9px;
}

.reviewers-header p {
  max-width: 800px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

/* Grid */
.reviewers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

/* Card */
.reviewer-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;

  padding: 20px;

  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbeafe;
  border-radius: 22px;

  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
  transition: all 0.2s ease;
}

.reviewer-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
}

/* Photo */
.reviewer-photo-wrap {
  position: relative;
  width: 100px;
  height: 118px;
  flex: 0 0 100px;

  border-radius: 18px;
  overflow: hidden;

  background: linear-gradient(135deg, #e0f2fe 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.reviewer-photo {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reviewer-photo[src=""],
.reviewer-photo:not([src]) {
  display: none;
}

.reviewer-photo-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #0369a1;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.8px;
}

/* Info */
.reviewer-info {
  flex: 1;
  min-width: 0;
}

.reviewer-label {
  display: inline-block;
  margin-bottom: 9px;
  padding: 6px 10px;

  border-radius: 999px;
  background: #eff6ff;
  color: #0369a1;

  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.reviewer-info h3 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.reviewer-affiliation {
  margin: 0 0 10px 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.reviewer-expertise {
  margin: 0 0 15px 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* Academic links */
.reviewer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reviewer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 32px;
  padding: 7px 12px;

  border-radius: 999px;
  border: 1px solid #dbeafe;

  background: #ffffff;
  color: #0369a1 !important;

  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;

  transition: all 0.18s ease;
}

.reviewer-links a:hover {
  background: #0369a1;
  color: #ffffff !important;
  border-color: #0369a1;
  text-decoration: none !important;
  transform: translateY(-1px);
}

/* ORCID */
.reviewer-links a[href*="orcid"] {
  color: #047857 !important;
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.reviewer-links a[href*="orcid"]:hover {
  color: #ffffff !important;
  background: #047857;
  border-color: #047857;
}

/* Scopus */
.reviewer-links a[href*="scopus"] {
  color: #ea580c !important;
  border-color: #fed7aa;
  background: #fff7ed;
}

.reviewer-links a[href*="scopus"]:hover {
  color: #ffffff !important;
  background: #ea580c;
  border-color: #ea580c;
}

/* Google Scholar */
.reviewer-links a[href*="scholar"] {
  color: #2563eb !important;
  border-color: #bfdbfe;
  background: #eff6ff;
}

.reviewer-links a[href*="scholar"]:hover {
  color: #ffffff !important;
  background: #2563eb;
  border-color: #2563eb;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .reviewers-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .reviewers-header h2 {
    font-size: 30px;
  }

  .reviewer-card {
    display: block;
    padding: 18px;
  }

  .reviewer-photo-wrap {
    width: 100%;
    height: 250px;
    margin-bottom: 16px;
  }

  .reviewer-info h3 {
    font-size: 19px;
  }
}
/* =========================================================
   PEER REVIEW POLICY PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.prpolicy-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.prpolicy-ojs *,
.prpolicy-ojs *:before,
.prpolicy-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.prpolicy-hero {
  margin-bottom: 34px;
  padding: 34px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 10%, rgba(3, 105, 161, 0.12) 0%, transparent 34%),
    radial-gradient(circle at 8% 90%, rgba(4, 120, 87, 0.12) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 55%, #eef6fb 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.prpolicy-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.prpolicy-hero h2 {
  max-width: 820px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.prpolicy-hero p {
  max-width: 860px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* OVERVIEW CARDS */
.prpolicy-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.prpolicy-overview-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.prpolicy-overview-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.prpolicy-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 950;
}

.prpolicy-overview-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.prpolicy-overview-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.prpolicy-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.prpolicy-section h3 {
  margin: 0 0 22px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.prpolicy-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0369a1 0%, #047857 100%);
}

/* TIMELINE */
.prpolicy-timeline {
  position: relative;
}

.prpolicy-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.prpolicy-step:last-child {
  padding-bottom: 0;
}

.prpolicy-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #dbeafe;
}

.prpolicy-step:last-child:before {
  display: none;
}

.prpolicy-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(3, 105, 161, 0.18);
  z-index: 2;
}

.prpolicy-step-content {
  flex: 1;
  padding: 2px 0 0 0;
}

.prpolicy-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.prpolicy-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* CHECK GRID */
.prpolicy-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.prpolicy-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.prpolicy-check-item:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.prpolicy-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.prpolicy-check-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* DECISION LIST */
.prpolicy-decision-list {
  display: grid;
  gap: 12px;
}

.prpolicy-decision {
  padding: 17px 18px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  border-left: 5px solid #0369a1;
}

.prpolicy-decision strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.prpolicy-decision p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

/* NOTE */
.prpolicy-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.prpolicy-note h3 {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.prpolicy-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 900px) {
  .prpolicy-overview {
    grid-template-columns: 1fr;
  }

  .prpolicy-check-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .prpolicy-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .prpolicy-hero h2 {
    font-size: 30px;
  }

  .prpolicy-section,
  .prpolicy-note {
    padding: 24px;
    border-radius: 22px;
  }

  .prpolicy-section h3,
  .prpolicy-note h3 {
    font-size: 22px;
  }

  .prpolicy-step {
    gap: 14px;
  }

  .prpolicy-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .prpolicy-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   OPEN ACCESS POLICY PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.oapolicy-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.oapolicy-ojs *,
.oapolicy-ojs *:before,
.oapolicy-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.oapolicy-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(4, 120, 87, 0.14) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(3, 105, 161, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.oapolicy-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.oapolicy-hero h2 {
  max-width: 840px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.oapolicy-hero p {
  max-width: 860px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.oapolicy-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.oapolicy-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.6px;
}

.oapolicy-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.oapolicy-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP CARDS */
.oapolicy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.oapolicy-card {
  padding: 24px;
  min-height: 195px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.oapolicy-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.oapolicy-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 950;
}

.oapolicy-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.oapolicy-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.oapolicy-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.oapolicy-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.oapolicy-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #047857 0%, #0369a1 100%);
}

.oapolicy-section > p {
  margin: 0 0 20px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* PERMISSION LIST */
.oapolicy-permission-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.oapolicy-permission {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.oapolicy-permission:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.oapolicy-permission span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.oapolicy-permission p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* LICENSE BOX */
.oapolicy-license-box {
  padding: 22px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.oapolicy-license-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #0369a1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.oapolicy-license-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.oapolicy-license-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* BENEFITS */
.oapolicy-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.oapolicy-benefit {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.oapolicy-benefit:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.oapolicy-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.oapolicy-benefit h4 {
  margin: 0 0 6px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.oapolicy-benefit p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

/* FINAL STATEMENT */
.oapolicy-statement {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 50%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.oapolicy-statement h3 {
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.oapolicy-statement p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 900px) {
  .oapolicy-grid,
  .oapolicy-permission-list,
  .oapolicy-benefit-grid {
    grid-template-columns: 1fr;
  }

  .oapolicy-highlight {
    display: block;
  }

  .oapolicy-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .oapolicy-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .oapolicy-hero h2 {
    font-size: 30px;
  }

  .oapolicy-section,
  .oapolicy-statement,
  .oapolicy-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .oapolicy-section h3,
  .oapolicy-highlight-content h3,
  .oapolicy-statement h3 {
    font-size: 22px;
  }
}
/* =========================================================
   ARCHIVING POLICY PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.archivepolicy-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.archivepolicy-ojs *,
.archivepolicy-ojs *:before,
.archivepolicy-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.archivepolicy-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 10%, rgba(3, 105, 161, 0.14) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(4, 120, 87, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.archivepolicy-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.archivepolicy-hero h2 {
  max-width: 840px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.archivepolicy-hero p {
  max-width: 860px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* MAIN CARD */
.archivepolicy-main-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.archivepolicy-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.archivepolicy-main-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.archivepolicy-main-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP GRID */
.archivepolicy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.archivepolicy-card {
  padding: 24px;
  min-height: 198px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.archivepolicy-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.archivepolicy-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 950;
}

.archivepolicy-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.archivepolicy-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.archivepolicy-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.archivepolicy-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.archivepolicy-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0369a1 0%, #047857 100%);
}

.archivepolicy-section > p {
  margin: 0 0 20px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* CHECK LIST */
.archivepolicy-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.archivepolicy-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.archivepolicy-check-item:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.archivepolicy-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.archivepolicy-check-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* TIMELINE */
.archivepolicy-timeline {
  position: relative;
}

.archivepolicy-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.archivepolicy-step:last-child {
  padding-bottom: 0;
}

.archivepolicy-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #dbeafe;
}

.archivepolicy-step:last-child:before {
  display: none;
}

.archivepolicy-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(3, 105, 161, 0.18);
  z-index: 2;
}

.archivepolicy-step-content {
  flex: 1;
  padding-top: 2px;
}

.archivepolicy-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.archivepolicy-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* MATERIAL GRID */
.archivepolicy-material-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.archivepolicy-material {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.archivepolicy-material:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.archivepolicy-material-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.archivepolicy-material h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.archivepolicy-material p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* REPOSITORY BOX */
.archivepolicy-repository-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.archivepolicy-repository-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #0369a1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.archivepolicy-repository-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.archivepolicy-repository-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* FINAL STATEMENT */
.archivepolicy-statement {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 50%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.archivepolicy-statement h3 {
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.archivepolicy-statement p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .archivepolicy-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .archivepolicy-grid,
  .archivepolicy-check-list {
    grid-template-columns: 1fr;
  }

  .archivepolicy-main-card {
    display: block;
  }

  .archivepolicy-icon-box {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .archivepolicy-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .archivepolicy-hero h2 {
    font-size: 30px;
  }

  .archivepolicy-section,
  .archivepolicy-statement,
  .archivepolicy-main-card {
    padding: 24px;
    border-radius: 22px;
  }

  .archivepolicy-section h3,
  .archivepolicy-main-content h3,
  .archivepolicy-statement h3 {
    font-size: 22px;
  }

  .archivepolicy-material-grid {
    grid-template-columns: 1fr;
  }

  .archivepolicy-step {
    gap: 14px;
  }

  .archivepolicy-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .archivepolicy-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   PUBLICATION FREQUENCY PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.pubfreq-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.pubfreq-ojs *,
.pubfreq-ojs *:before,
.pubfreq-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.pubfreq-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(3, 105, 161, 0.14) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(4, 120, 87, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.pubfreq-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.pubfreq-hero h2 {
  max-width: 840px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.pubfreq-hero p {
  max-width: 860px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.pubfreq-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.pubfreq-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.pubfreq-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.pubfreq-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* SCHEDULE GRID */
.pubfreq-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.pubfreq-schedule-card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.pubfreq-schedule-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.pubfreq-month {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 34px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.pubfreq-schedule-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.3;
}

.pubfreq-schedule-card p {
  margin: 0 0 16px 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

.pubfreq-schedule-card span {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: #eff6ff;
  color: #0369a1;
  font-size: 13px;
  font-weight: 900;
}

/* SECTION */
.pubfreq-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.pubfreq-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.pubfreq-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0369a1 0%, #047857 100%);
}

.pubfreq-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* TIMELINE */
.pubfreq-timeline {
  position: relative;
}

.pubfreq-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.pubfreq-step:last-child {
  padding-bottom: 0;
}

.pubfreq-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #dbeafe;
}

.pubfreq-step:last-child:before {
  display: none;
}

.pubfreq-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(3, 105, 161, 0.18);
  z-index: 2;
}

.pubfreq-step-content {
  flex: 1;
  padding-top: 2px;
}

.pubfreq-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.pubfreq-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* PRINCIPLES */
.pubfreq-principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pubfreq-principle {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.pubfreq-principle:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.pubfreq-principle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.pubfreq-principle p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* READINESS GRID */
.pubfreq-ready-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pubfreq-ready-item {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.pubfreq-ready-item:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.pubfreq-ready-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.pubfreq-ready-item h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.pubfreq-ready-item p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* NOTE */
.pubfreq-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 50%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.pubfreq-note h3 {
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.pubfreq-note p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .pubfreq-ready-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .pubfreq-schedule-grid,
  .pubfreq-principle-grid {
    grid-template-columns: 1fr;
  }

  .pubfreq-highlight {
    display: block;
  }

  .pubfreq-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .pubfreq-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .pubfreq-hero h2 {
    font-size: 30px;
  }

  .pubfreq-section,
  .pubfreq-note,
  .pubfreq-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .pubfreq-section h3,
  .pubfreq-highlight-content h3,
  .pubfreq-note h3 {
    font-size: 22px;
  }

  .pubfreq-ready-grid {
    grid-template-columns: 1fr;
  }

  .pubfreq-step {
    gap: 14px;
  }

  .pubfreq-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .pubfreq-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   PUBLICATION ETHICS STATEMENT PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.ethics-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ethics-ojs *,
.ethics-ojs *:before,
.ethics-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.ethics-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(220, 38, 38, 0.10) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(3, 105, 161, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.ethics-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ethics-hero h2 {
  max-width: 860px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.ethics-hero p {
  max-width: 880px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.ethics-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.ethics-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.ethics-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.ethics-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP GRID */
.ethics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.ethics-card {
  padding: 24px;
  min-height: 198px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.ethics-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.ethics-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 950;
}

.ethics-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.ethics-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.ethics-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.ethics-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.ethics-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0369a1 0%, #047857 100%);
}

.ethics-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* CHECK GRID */
.ethics-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ethics-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.ethics-check-item:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.ethics-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.ethics-check-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* DUTY LIST */
.ethics-duty-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ethics-duty {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.ethics-duty:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.ethics-duty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  flex: 0 0 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.ethics-duty h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.ethics-duty p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* TIMELINE */
.ethics-timeline {
  position: relative;
}

.ethics-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.ethics-step:last-child {
  padding-bottom: 0;
}

.ethics-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #dbeafe;
}

.ethics-step:last-child:before {
  display: none;
}

.ethics-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(3, 105, 161, 0.18);
  z-index: 2;
}

.ethics-step-content {
  flex: 1;
  padding-top: 2px;
}

.ethics-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.ethics-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* MISCONDUCT */
.ethics-misconduct-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ethics-misconduct {
  padding: 18px;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #ea580c;
}

.ethics-misconduct h4 {
  margin: 0 0 7px 0;
  color: #9a3412;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.ethics-misconduct p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.65;
}

/* INFO BOX */
.ethics-info-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.ethics-info-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #0369a1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.ethics-info-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.ethics-info-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* ACTION GRID */
.ethics-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ethics-action {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.ethics-action:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.ethics-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.ethics-action h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.ethics-action p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* NOTE */
.ethics-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.ethics-note h3 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.ethics-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .ethics-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .ethics-grid,
  .ethics-check-grid,
  .ethics-duty-list,
  .ethics-misconduct-grid {
    grid-template-columns: 1fr;
  }

  .ethics-highlight {
    display: block;
  }

  .ethics-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .ethics-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .ethics-hero h2 {
    font-size: 30px;
  }

  .ethics-section,
  .ethics-note,
  .ethics-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .ethics-section h3,
  .ethics-highlight-content h3,
  .ethics-note h3 {
    font-size: 22px;
  }

  .ethics-action-grid {
    grid-template-columns: 1fr;
  }

  .ethics-step {
    gap: 14px;
  }

  .ethics-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .ethics-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   DATA AVAILABILITY STATEMENT PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.datapolicy-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.datapolicy-ojs *,
.datapolicy-ojs *:before,
.datapolicy-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.datapolicy-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(3, 105, 161, 0.14) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(4, 120, 87, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.datapolicy-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.datapolicy-hero h2 {
  max-width: 860px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.datapolicy-hero p {
  max-width: 880px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.datapolicy-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.datapolicy-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.4px;
}

.datapolicy-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.datapolicy-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP GRID */
.datapolicy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.datapolicy-card {
  padding: 24px;
  min-height: 198px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.datapolicy-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.datapolicy-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 950;
}

.datapolicy-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.datapolicy-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.datapolicy-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.datapolicy-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.datapolicy-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0369a1 0%, #047857 100%);
}

.datapolicy-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* CHECK GRID */
.datapolicy-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.datapolicy-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.datapolicy-check-item:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.datapolicy-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.datapolicy-check-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* STATEMENT TYPES */
.datapolicy-statement-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.datapolicy-statement-card {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.datapolicy-statement-card:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.datapolicy-statement-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.datapolicy-statement-card h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.datapolicy-statement-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* TIMELINE */
.datapolicy-timeline {
  position: relative;
}

.datapolicy-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.datapolicy-step:last-child {
  padding-bottom: 0;
}

.datapolicy-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #dbeafe;
}

.datapolicy-step:last-child:before {
  display: none;
}

.datapolicy-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(3, 105, 161, 0.18);
  z-index: 2;
}

.datapolicy-step-content {
  flex: 1;
  padding-top: 2px;
}

.datapolicy-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.datapolicy-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* EXAMPLES */
.datapolicy-example-list {
  display: grid;
  gap: 12px;
}

.datapolicy-example {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  border-left: 5px solid #0369a1;
}

.datapolicy-example strong {
  display: block;
  margin-bottom: 7px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.datapolicy-example p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

/* INFO BOX */
.datapolicy-info-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.datapolicy-info-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #0369a1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.datapolicy-info-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.datapolicy-info-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* FINAL NOTE */
.datapolicy-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.datapolicy-note h3 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.datapolicy-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .datapolicy-statement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .datapolicy-grid,
  .datapolicy-check-grid {
    grid-template-columns: 1fr;
  }

  .datapolicy-highlight {
    display: block;
  }

  .datapolicy-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .datapolicy-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .datapolicy-hero h2 {
    font-size: 30px;
  }

  .datapolicy-section,
  .datapolicy-note,
  .datapolicy-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .datapolicy-section h3,
  .datapolicy-highlight-content h3,
  .datapolicy-note h3 {
    font-size: 22px;
  }

  .datapolicy-statement-grid {
    grid-template-columns: 1fr;
  }

  .datapolicy-step {
    gap: 14px;
  }

  .datapolicy-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .datapolicy-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   ARTIFICIAL INTELLIGENCE POLICY PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.aipolicy-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.aipolicy-ojs *,
.aipolicy-ojs *:before,
.aipolicy-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.aipolicy-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(124, 58, 237, 0.12) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(3, 105, 161, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #f5f3ff 100%);
  border: 1px solid #ddd6fe;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.aipolicy-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #7c3aed;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.aipolicy-hero h2 {
  max-width: 860px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.aipolicy-hero p {
  max-width: 900px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.aipolicy-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #312e81 0%, #0369a1 55%, #047857 100%);
  box-shadow: 0 16px 36px rgba(49, 46, 129, 0.18);
}

.aipolicy-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -0.6px;
}

.aipolicy-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.aipolicy-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP GRID */
.aipolicy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.aipolicy-card {
  padding: 24px;
  min-height: 198px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #ddd6fe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.aipolicy-card:hover {
  transform: translateY(-3px);
  border-color: #c4b5fd;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.aipolicy-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #f5f3ff;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 950;
}

.aipolicy-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.aipolicy-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.aipolicy-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.aipolicy-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.aipolicy-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed 0%, #0369a1 55%, #047857 100%);
}

.aipolicy-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* CHECK GRID */
.aipolicy-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aipolicy-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.aipolicy-check-item:hover {
  background: #f5f3ff;
  border-color: #c4b5fd;
}

.aipolicy-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #7c3aed;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.aipolicy-check-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* WARNING GRID */
.aipolicy-warning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aipolicy-warning {
  padding: 18px;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #ea580c;
}

.aipolicy-warning h4 {
  margin: 0 0 7px 0;
  color: #9a3412;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.aipolicy-warning p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.65;
}

/* TIMELINE */
.aipolicy-timeline {
  position: relative;
}

.aipolicy-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.aipolicy-step:last-child {
  padding-bottom: 0;
}

.aipolicy-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #ddd6fe;
}

.aipolicy-step:last-child:before {
  display: none;
}

.aipolicy-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(124, 58, 237, 0.18);
  z-index: 2;
}

.aipolicy-step-content {
  flex: 1;
  padding-top: 2px;
}

.aipolicy-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.aipolicy-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* EXAMPLES */
.aipolicy-example-list {
  display: grid;
  gap: 12px;
}

.aipolicy-example {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  border-left: 5px solid #7c3aed;
}

.aipolicy-example strong {
  display: block;
  margin-bottom: 7px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.aipolicy-example p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

/* INFO BOX */
.aipolicy-info-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f5f3ff 0%, #eff6ff 100%);
  border: 1px solid #ddd6fe;
}

.aipolicy-info-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #7c3aed;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.aipolicy-info-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.aipolicy-info-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* ACTION GRID */
.aipolicy-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.aipolicy-action {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.aipolicy-action:hover {
  background: #f5f3ff;
  border-color: #c4b5fd;
  transform: translateY(-2px);
}

.aipolicy-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.aipolicy-action h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.aipolicy-action p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* FINAL NOTE */
.aipolicy-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #312e81 0%, #0369a1 55%, #047857 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(49, 46, 129, 0.18);
}

.aipolicy-note h3 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.aipolicy-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .aipolicy-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .aipolicy-grid,
  .aipolicy-check-grid,
  .aipolicy-warning-grid {
    grid-template-columns: 1fr;
  }

  .aipolicy-highlight {
    display: block;
  }

  .aipolicy-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .aipolicy-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .aipolicy-hero h2 {
    font-size: 30px;
  }

  .aipolicy-section,
  .aipolicy-note,
  .aipolicy-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .aipolicy-section h3,
  .aipolicy-highlight-content h3,
  .aipolicy-note h3 {
    font-size: 22px;
  }

  .aipolicy-action-grid {
    grid-template-columns: 1fr;
  }

  .aipolicy-step {
    gap: 14px;
  }

  .aipolicy-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .aipolicy-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   ALLEGATIONS OF MISCONDUCT PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.misconduct-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.misconduct-ojs *,
.misconduct-ojs *:before,
.misconduct-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.misconduct-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(220, 38, 38, 0.12) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(3, 105, 161, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #fff7ed 100%);
  border: 1px solid #fed7aa;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.misconduct-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #ea580c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.misconduct-hero h2 {
  max-width: 860px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.misconduct-hero p {
  max-width: 900px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.misconduct-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #7f1d1d 0%, #c2410c 45%, #0369a1 100%);
  box-shadow: 0 16px 36px rgba(194, 65, 12, 0.18);
}

.misconduct-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.misconduct-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.misconduct-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP GRID */
.misconduct-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.misconduct-card {
  padding: 24px;
  min-height: 198px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #fed7aa;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.misconduct-card:hover {
  transform: translateY(-3px);
  border-color: #fdba74;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.misconduct-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #fff7ed;
  color: #ea580c;
  font-size: 13px;
  font-weight: 950;
}

.misconduct-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.misconduct-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.misconduct-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.misconduct-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.misconduct-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea580c 0%, #0369a1 100%);
}

.misconduct-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* TYPE GRID */
.misconduct-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.misconduct-type {
  padding: 18px;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #ea580c;
}

.misconduct-type h4 {
  margin: 0 0 7px 0;
  color: #9a3412;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.misconduct-type p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.65;
}

/* REPORT BOX */
.misconduct-report-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #fff7ed 100%);
  border: 1px solid #fed7aa;
}

.misconduct-report-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #ea580c;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.misconduct-report-box h4 {
  margin: 0 0 16px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

/* CHECK GRID */
.misconduct-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.misconduct-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.misconduct-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.misconduct-check-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* TIMELINE */
.misconduct-timeline {
  position: relative;
}

.misconduct-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.misconduct-step:last-child {
  padding-bottom: 0;
}

.misconduct-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #fed7aa;
}

.misconduct-step:last-child:before {
  display: none;
}

.misconduct-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ea580c 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(234, 88, 12, 0.18);
  z-index: 2;
}

.misconduct-step-content {
  flex: 1;
  padding-top: 2px;
}

.misconduct-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.misconduct-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* ACTION GRID */
.misconduct-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.misconduct-action {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.misconduct-action:hover {
  background: #fff7ed;
  border-color: #fed7aa;
  transform: translateY(-2px);
}

.misconduct-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ea580c 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.misconduct-action h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.misconduct-action p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* INFO BOX */
.misconduct-info-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.misconduct-info-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #0369a1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.misconduct-info-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.misconduct-info-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* DUTY GRID */
.misconduct-duty-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.misconduct-duty {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.misconduct-duty:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.misconduct-duty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.misconduct-duty h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.misconduct-duty p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* FINAL NOTE */
.misconduct-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #7f1d1d 0%, #c2410c 45%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(194, 65, 12, 0.18);
}

.misconduct-note h3 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.misconduct-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .misconduct-action-grid,
  .misconduct-duty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .misconduct-grid,
  .misconduct-type-grid,
  .misconduct-check-grid {
    grid-template-columns: 1fr;
  }

  .misconduct-highlight {
    display: block;
  }

  .misconduct-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .misconduct-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .misconduct-hero h2 {
    font-size: 30px;
  }

  .misconduct-section,
  .misconduct-note,
  .misconduct-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .misconduct-section h3,
  .misconduct-highlight-content h3,
  .misconduct-note h3 {
    font-size: 22px;
  }

  .misconduct-action-grid,
  .misconduct-duty-grid {
    grid-template-columns: 1fr;
  }

  .misconduct-step {
    gap: 14px;
  }

  .misconduct-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .misconduct-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   SCREENING FOR PLAGIARISM PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.plagiarism-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.plagiarism-ojs *,
.plagiarism-ojs *:before,
.plagiarism-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.plagiarism-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(234, 88, 12, 0.12) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(3, 105, 161, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #fff7ed 100%);
  border: 1px solid #fed7aa;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.plagiarism-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #ea580c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.plagiarism-hero h2 {
  max-width: 860px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.plagiarism-hero p {
  max-width: 900px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.plagiarism-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #9a3412 0%, #0369a1 55%, #047857 100%);
  box-shadow: 0 16px 36px rgba(234, 88, 12, 0.18);
}

.plagiarism-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
}

.plagiarism-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.plagiarism-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP GRID */
.plagiarism-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.plagiarism-card {
  padding: 24px;
  min-height: 198px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #fed7aa;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.plagiarism-card:hover {
  transform: translateY(-3px);
  border-color: #fdba74;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.plagiarism-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #fff7ed;
  color: #ea580c;
  font-size: 13px;
  font-weight: 950;
}

.plagiarism-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.plagiarism-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.plagiarism-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.plagiarism-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.plagiarism-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea580c 0%, #0369a1 55%, #047857 100%);
}

.plagiarism-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* TIMELINE */
.plagiarism-timeline {
  position: relative;
}

.plagiarism-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.plagiarism-step:last-child {
  padding-bottom: 0;
}

.plagiarism-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #fed7aa;
}

.plagiarism-step:last-child:before {
  display: none;
}

.plagiarism-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ea580c 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(234, 88, 12, 0.18);
  z-index: 2;
}

.plagiarism-step-content {
  flex: 1;
  padding-top: 2px;
}

.plagiarism-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.plagiarism-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* PLAGIARISM TYPES */
.plagiarism-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.plagiarism-type {
  padding: 18px;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #ea580c;
}

.plagiarism-type h4 {
  margin: 0 0 7px 0;
  color: #9a3412;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.plagiarism-type p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.65;
}

/* THRESHOLD */
.plagiarism-threshold-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.plagiarism-threshold {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.plagiarism-threshold:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.plagiarism-threshold-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.plagiarism-threshold h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.plagiarism-threshold p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* CHECK GRID */
.plagiarism-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.plagiarism-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.plagiarism-check-item:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.plagiarism-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.plagiarism-check-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* ACTION GRID */
.plagiarism-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.plagiarism-action {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.plagiarism-action:hover {
  background: #fff7ed;
  border-color: #fed7aa;
  transform: translateY(-2px);
}

.plagiarism-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ea580c 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.plagiarism-action h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.plagiarism-action p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* INFO BOX */
.plagiarism-info-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #fff7ed 100%);
  border: 1px solid #fed7aa;
}

.plagiarism-info-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #ea580c;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.plagiarism-info-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.plagiarism-info-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* FINAL NOTE */
.plagiarism-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #9a3412 0%, #0369a1 55%, #047857 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(234, 88, 12, 0.18);
}

.plagiarism-note h3 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.plagiarism-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .plagiarism-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .plagiarism-grid,
  .plagiarism-type-grid,
  .plagiarism-check-grid,
  .plagiarism-threshold-grid {
    grid-template-columns: 1fr;
  }

  .plagiarism-highlight {
    display: block;
  }

  .plagiarism-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .plagiarism-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .plagiarism-hero h2 {
    font-size: 30px;
  }

  .plagiarism-section,
  .plagiarism-note,
  .plagiarism-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .plagiarism-section h3,
  .plagiarism-highlight-content h3,
  .plagiarism-note h3 {
    font-size: 22px;
  }

  .plagiarism-action-grid {
    grid-template-columns: 1fr;
  }

  .plagiarism-step {
    gap: 14px;
  }

  .plagiarism-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .plagiarism-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   CORRECTION AND RETRACTION PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.correction-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.correction-ojs *,
.correction-ojs *:before,
.correction-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.correction-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(234, 88, 12, 0.12) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(3, 105, 161, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #fff7ed 100%);
  border: 1px solid #fed7aa;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.correction-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #ea580c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.correction-hero h2 {
  max-width: 860px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.correction-hero p {
  max-width: 900px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.correction-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #9a3412 0%, #0369a1 55%, #047857 100%);
  box-shadow: 0 16px 36px rgba(234, 88, 12, 0.18);
}

.correction-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.4px;
}

.correction-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.correction-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP GRID */
.correction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.correction-card {
  padding: 24px;
  min-height: 198px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #fed7aa;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.correction-card:hover {
  transform: translateY(-3px);
  border-color: #fdba74;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.correction-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #fff7ed;
  color: #ea580c;
  font-size: 13px;
  font-weight: 950;
}

.correction-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.correction-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.correction-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.correction-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.correction-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea580c 0%, #0369a1 55%, #047857 100%);
}

.correction-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* CHECK GRID */
.correction-check-grid,
.correction-principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.correction-check-item,
.correction-principle {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.correction-check-item:hover,
.correction-principle:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.correction-check-item span,
.correction-principle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.correction-check-item p,
.correction-principle p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* WARNING GRID */
.correction-warning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.correction-warning {
  padding: 18px;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #ea580c;
}

.correction-warning h4 {
  margin: 0 0 7px 0;
  color: #9a3412;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.correction-warning p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.65;
}

/* TIMELINE */
.correction-timeline {
  position: relative;
}

.correction-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.correction-step:last-child {
  padding-bottom: 0;
}

.correction-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #fed7aa;
}

.correction-step:last-child:before {
  display: none;
}

.correction-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ea580c 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(234, 88, 12, 0.18);
  z-index: 2;
}

.correction-step-content {
  flex: 1;
  padding-top: 2px;
}

.correction-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.correction-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* NOTICE GRID */
.correction-notice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.correction-notice {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.correction-notice:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.correction-notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ea580c 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.correction-notice h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.correction-notice p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* DUTY GRID */
.correction-duty-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.correction-duty {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.correction-duty:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.correction-duty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.correction-duty h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.correction-duty p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* INFO BOX */
.correction-info-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #fff7ed 100%);
  border: 1px solid #fed7aa;
}

.correction-info-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #ea580c;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.correction-info-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.correction-info-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* FINAL NOTE */
.correction-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #9a3412 0%, #0369a1 55%, #047857 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(234, 88, 12, 0.18);
}

.correction-note h3 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.correction-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .correction-notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .correction-duty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .correction-grid,
  .correction-check-grid,
  .correction-principle-grid,
  .correction-warning-grid {
    grid-template-columns: 1fr;
  }

  .correction-highlight {
    display: block;
  }

  .correction-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .correction-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .correction-hero h2 {
    font-size: 30px;
  }

  .correction-section,
  .correction-note,
  .correction-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .correction-section h3,
  .correction-highlight-content h3,
  .correction-note h3 {
    font-size: 22px;
  }

  .correction-notice-grid,
  .correction-duty-grid {
    grid-template-columns: 1fr;
  }

  .correction-step {
    gap: 14px;
  }

  .correction-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .correction-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   DIRECT MARKETING PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.directmarketing-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.directmarketing-ojs *,
.directmarketing-ojs *:before,
.directmarketing-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.directmarketing-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(3, 105, 161, 0.14) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(4, 120, 87, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.directmarketing-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #0369a1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.directmarketing-hero h2 {
  max-width: 860px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.directmarketing-hero p {
  max-width: 900px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.directmarketing-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.directmarketing-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.6px;
}

.directmarketing-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.directmarketing-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP GRID */
.directmarketing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.directmarketing-card {
  padding: 24px;
  min-height: 198px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.directmarketing-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.directmarketing-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #eff6ff;
  color: #0369a1;
  font-size: 13px;
  font-weight: 950;
}

.directmarketing-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.directmarketing-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.directmarketing-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.directmarketing-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.directmarketing-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0369a1 0%, #047857 100%);
}

.directmarketing-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* CHECK GRID */
.directmarketing-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.directmarketing-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.directmarketing-check-item:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.directmarketing-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.directmarketing-check-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* ACTIVITY GRID */
.directmarketing-activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.directmarketing-activity {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.directmarketing-activity:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.directmarketing-activity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.directmarketing-activity h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.directmarketing-activity p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* WARNING GRID */
.directmarketing-warning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.directmarketing-warning {
  padding: 18px;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #ea580c;
}

.directmarketing-warning h4 {
  margin: 0 0 7px 0;
  color: #9a3412;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.directmarketing-warning p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.65;
}

/* TIMELINE */
.directmarketing-timeline {
  position: relative;
}

.directmarketing-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.directmarketing-step:last-child {
  padding-bottom: 0;
}

.directmarketing-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #dbeafe;
}

.directmarketing-step:last-child:before {
  display: none;
}

.directmarketing-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(3, 105, 161, 0.18);
  z-index: 2;
}

.directmarketing-step-content {
  flex: 1;
  padding-top: 2px;
}

.directmarketing-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.directmarketing-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* INFO BOX */
.directmarketing-info-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.directmarketing-info-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #0369a1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.directmarketing-info-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.directmarketing-info-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* INFO GRID */
.directmarketing-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.directmarketing-info-item {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.directmarketing-info-item:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.directmarketing-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.directmarketing-info-item h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.directmarketing-info-item p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* FINAL NOTE */
.directmarketing-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.directmarketing-note h3 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.directmarketing-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .directmarketing-activity-grid,
  .directmarketing-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .directmarketing-grid,
  .directmarketing-check-grid,
  .directmarketing-warning-grid {
    grid-template-columns: 1fr;
  }

  .directmarketing-highlight {
    display: block;
  }

  .directmarketing-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .directmarketing-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .directmarketing-hero h2 {
    font-size: 30px;
  }

  .directmarketing-section,
  .directmarketing-note,
  .directmarketing-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .directmarketing-section h3,
  .directmarketing-highlight-content h3,
  .directmarketing-note h3 {
    font-size: 22px;
  }

  .directmarketing-activity-grid,
  .directmarketing-info-grid {
    grid-template-columns: 1fr;
  }

  .directmarketing-step {
    gap: 14px;
  }

  .directmarketing-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .directmarketing-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   ADVERTISING PAGE - OJS 3.3
   Modern UI/UX
   ========================================================= */

.advertising-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.advertising-ojs *,
.advertising-ojs *:before,
.advertising-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.advertising-hero {
  margin-bottom: 30px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(3, 105, 161, 0.14) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(4, 120, 87, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.advertising-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #0369a1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.advertising-hero h2 {
  max-width: 860px;
  margin: 0 0 14px 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -1px;
}

.advertising-hero p {
  max-width: 900px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

/* HIGHLIGHT */
.advertising-highlight {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.advertising-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.advertising-highlight-content h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.advertising-highlight-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* TOP GRID */
.advertising-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.advertising-card {
  padding: 24px;
  min-height: 198px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.2s ease;
}

.advertising-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.advertising-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #eff6ff;
  color: #0369a1;
  font-size: 13px;
  font-weight: 950;
}

.advertising-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.advertising-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* SECTION */
.advertising-section {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.advertising-section h3 {
  margin: 0 0 18px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.advertising-section h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0369a1 0%, #047857 100%);
}

.advertising-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* CHECK GRID */
.advertising-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.advertising-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.advertising-check-item:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.advertising-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.advertising-check-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* ALLOWED / INFO / REMOVAL GRIDS */
.advertising-allowed-grid,
.advertising-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.advertising-removal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.advertising-allowed,
.advertising-info-item,
.advertising-removal {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.advertising-allowed:hover,
.advertising-info-item:hover,
.advertising-removal:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.advertising-allowed-icon,
.advertising-info-icon,
.advertising-removal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.advertising-allowed h4,
.advertising-info-item h4,
.advertising-removal h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.advertising-allowed p,
.advertising-info-item p,
.advertising-removal p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* WARNING GRID */
.advertising-warning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.advertising-warning {
  padding: 18px;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #ea580c;
}

.advertising-warning h4 {
  margin: 0 0 7px 0;
  color: #9a3412;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.advertising-warning p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.65;
}

/* TIMELINE */
.advertising-timeline {
  position: relative;
}

.advertising-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 22px;
}

.advertising-step:last-child {
  padding-bottom: 0;
}

.advertising-step:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #dbeafe;
}

.advertising-step:last-child:before {
  display: none;
}

.advertising-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(3, 105, 161, 0.18);
  z-index: 2;
}

.advertising-step-content {
  flex: 1;
  padding-top: 2px;
}

.advertising-step-content h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.advertising-step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* INFO BOX */
.advertising-info-box {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.advertising-info-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #0369a1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.advertising-info-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.advertising-info-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* FINAL NOTE */
.advertising-note {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #064e3b 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(3, 105, 161, 0.16);
}

.advertising-note h3 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.advertising-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .advertising-allowed-grid,
  .advertising-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advertising-removal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .advertising-grid,
  .advertising-check-grid,
  .advertising-warning-grid {
    grid-template-columns: 1fr;
  }

  .advertising-highlight {
    display: block;
  }

  .advertising-highlight-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .advertising-hero {
    padding: 24px;
    border-radius: 22px;
  }

  .advertising-hero h2 {
    font-size: 30px;
  }

  .advertising-section,
  .advertising-note,
  .advertising-highlight {
    padding: 24px;
    border-radius: 22px;
  }

  .advertising-section h3,
  .advertising-highlight-content h3,
  .advertising-note h3 {
    font-size: 22px;
  }

  .advertising-allowed-grid,
  .advertising-info-grid,
  .advertising-removal-grid {
    grid-template-columns: 1fr;
  }

  .advertising-step {
    gap: 14px;
  }

  .advertising-step-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .advertising-step:before {
    left: 18px;
    top: 40px;
  }
}
/* =========================================================
   AUTHOR GUIDELINES PAGE - OJS 3.3
   Modern Dashboard UI/UX
   ========================================================= */

.authguide-ojs {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 0 46px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.authguide-ojs *,
.authguide-ojs *:before,
.authguide-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.authguide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: stretch;
  margin-bottom: 34px;
}

.authguide-hero-content {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 12%, rgba(249, 115, 22, 0.14) 0%, transparent 33%),
    radial-gradient(circle at 8% 88%, rgba(4, 120, 87, 0.15) 0%, transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #0f3b5f 48%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
}

.authguide-hero-content:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  border: 34px solid rgba(255, 255, 255, 0.08);
}

.authguide-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d1fae5;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.authguide-hero h2 {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 44px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.authguide-hero p {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
}

.authguide-hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* HERO PANEL */
.authguide-hero-panel {
  padding: 24px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.authguide-panel-label {
  margin-bottom: 16px;
  color: #0369a1;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.authguide-mini-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #e5e7eb;
}

.authguide-mini-step:last-child {
  border-bottom: none;
}

.authguide-mini-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 36px;
  flex: 0 0 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.authguide-mini-step p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

/* BUTTON */
.authguide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.authguide-btn-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.28);
}

.authguide-btn-primary:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
  transform: translateY(-2px);
}

.authguide-btn-secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.authguide-btn-secondary:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

/* LAYOUT */
.authguide-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

/* SIDEBAR NAV */
.authguide-sidebar {
  position: sticky;
  top: 20px;
  padding: 16px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.authguide-sidebar-title {
  margin-bottom: 12px;
  padding: 11px 13px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f3b5f 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.authguide-nav-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 7px;
  padding: 10px 13px;
  border-radius: 14px;
  background: #f8fbff;
  color: #334155 !important;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none !important;
  transition: all 0.18s ease;
}

.authguide-nav-link:hover {
  color: #0369a1 !important;
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateX(3px);
}

/* CONTENT */
.authguide-content {
  min-width: 0;
}

.authguide-section {
  margin-bottom: 26px;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.authguide-section-blue {
  background:
    radial-gradient(circle at 95% 10%, rgba(3, 105, 161, 0.08) 0%, transparent 30%),
    #ffffff;
}

.authguide-section-green {
  background:
    radial-gradient(circle at 95% 10%, rgba(4, 120, 87, 0.09) 0%, transparent 30%),
    #ffffff;
}

.authguide-section-orange {
  background:
    radial-gradient(circle at 95% 10%, rgba(249, 115, 22, 0.10) 0%, transparent 30%),
    #ffffff;
}

.authguide-section-final {
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #ecfdf5 100%);
}

.authguide-section-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.authguide-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 46px;
  flex: 0 0 52px;
  border-radius: 17px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(3, 105, 161, 0.18);
}

.authguide-section h3 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.authguide-section-head p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

/* TOPIC GRID */
.authguide-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.authguide-topic-card {
  padding: 18px;
  border-radius: 20px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.authguide-topic-card:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.authguide-topic-card h4,
.authguide-structure-item h4,
.authguide-flow-item h4,
.authguide-format-card strong,
.authguide-citation-main h4,
.authguide-final-cta h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

.authguide-topic-card p,
.authguide-structure-item p,
.authguide-flow-item p,
.authguide-format-card p,
.authguide-citation-main p,
.authguide-final-cta p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

/* PILL */
.authguide-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.authguide-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #0369a1;
  border: 1px solid #bfdbfe;
  font-size: 13px;
  font-weight: 900;
}

/* STRUCTURE */
.authguide-structure-list {
  display: grid;
  gap: 12px;
}

.authguide-structure-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
}

.authguide-structure-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 15px;
  background: linear-gradient(135deg, #047857 0%, #059669 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

/* FORMAT */
.authguide-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.authguide-format-card {
  padding: 18px;
  border-radius: 20px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
}

.authguide-format-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: #0369a1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.authguide-format-card strong {
  display: block;
}

/* CITATION */
.authguide-citation-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff7ed 0%, #eff6ff 100%);
  border: 1px solid #fed7aa;
}

.authguide-citation-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.authguide-citation-tags span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: #ffffff;
  color: #ea580c;
  border: 1px solid #fed7aa;
  font-size: 12px;
  font-weight: 900;
}

/* FLOW */
.authguide-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.authguide-flow-item {
  position: relative;
  padding: 20px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
}

.authguide-flow-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

/* CHECKLIST */
.authguide-checklist {
  display: grid;
  gap: 12px;
}

.authguide-checklist label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  border-radius: 17px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.authguide-checklist label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.authguide-final-cta {
  margin-top: 22px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0f3b5f 0%, #0369a1 100%);
  color: #ffffff;
}

.authguide-final-cta h4 {
  color: #ffffff;
}

.authguide-final-cta p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
}

/* RESPONSIVE */
@media screen and (max-width: 1050px) {
  .authguide-hero {
    grid-template-columns: 1fr;
  }

  .authguide-layout {
    grid-template-columns: 1fr;
  }

  .authguide-sidebar {
    position: relative;
    top: auto;
  }

  .authguide-format-grid,
  .authguide-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .authguide-citation-box {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 700px) {
  .authguide-hero-content {
    padding: 30px;
    border-radius: 24px;
  }

  .authguide-hero h2 {
    font-size: 34px;
  }

  .authguide-section {
    padding: 24px;
    border-radius: 24px;
  }

  .authguide-section-head {
    display: block;
  }

  .authguide-section-number {
    margin-bottom: 14px;
  }

  .authguide-topic-grid,
  .authguide-format-grid,
  .authguide-flow {
    grid-template-columns: 1fr;
  }

  .authguide-hero-actions {
    display: block;
  }

  .authguide-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* =========================================================
   ARTICLE PROCESSING CHARGE PAGE - OJS 3.3
   Modern Pricing Dashboard UI/UX
   ========================================================= */

.apc-ojs {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 0 46px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.apc-ojs *,
.apc-ojs *:before,
.apc-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.apc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.apc-hero-left {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 12%, rgba(250, 204, 21, 0.20) 0%, transparent 32%),
    radial-gradient(circle at 8% 88%, rgba(20, 184, 166, 0.18) 0%, transparent 36%),
    linear-gradient(135deg, #111827 0%, #134e4a 55%, #0f766e 100%);
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.18);
}

.apc-hero-left:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  border: 38px solid rgba(255, 255, 255, 0.07);
}

.apc-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fef3c7;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.apc-hero h2 {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 44px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.apc-hero p {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
}

/* PRICE CARD */
.apc-price-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid #ccfbf1;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.apc-price-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fef9c3;
  color: #854d0e;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.apc-price {
  margin-bottom: 12px;
}

.apc-currency {
  display: block;
  margin-bottom: 4px;
  color: #0f766e;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 1px;
}

.apc-price strong {
  display: block;
  color: #0f172a;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -1px;
}

.apc-price-card p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.apc-price-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(245, 158, 11, 0.26);
  transition: all 0.2s ease;
}

.apc-price-button:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(245, 158, 11, 0.34);
}

/* SUMMARY */
.apc-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.apc-summary-item {
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #ccfbf1;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
  transition: all 0.18s ease;
}

.apc-summary-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
}

.apc-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #ccfbf1;
  color: #0f766e;
  font-size: 13px;
  font-weight: 950;
}

.apc-summary-item h3 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.apc-summary-item p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

/* PANEL */
.apc-panel,
.apc-process,
.apc-waiver,
.apc-faq {
  margin-bottom: 28px;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.apc-panel-head,
.apc-process-head,
.apc-waiver-head,
.apc-faq-head {
  margin-bottom: 22px;
}

.apc-panel-head span,
.apc-process-head span,
.apc-waiver-head span,
.apc-faq-head span,
.apc-payment-left span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.apc-panel-head h3,
.apc-process-head h3,
.apc-waiver-head h3,
.apc-faq-head h3,
.apc-payment-left h3 {
  margin: 0 0 9px 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

.apc-panel-head p,
.apc-process-head p,
.apc-waiver-head p,
.apc-payment-left p {
  max-width: 850px;
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

/* FEE TABLE */
.apc-fee-table {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #e2e8f0;
}

.apc-fee-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 170px;
  gap: 0;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.apc-fee-row:last-child {
  border-bottom: none;
}

.apc-fee-row > div {
  padding: 16px;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  border-right: 1px solid #e2e8f0;
}

.apc-fee-row > div:last-child {
  border-right: none;
  font-weight: 900;
  color: #0f766e;
}

.apc-fee-row-head {
  background: linear-gradient(135deg, #134e4a 0%, #0f766e 100%);
}

.apc-fee-row-head > div {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-right-color: rgba(255, 255, 255, 0.18);
}

/* TWO COLUMN */
.apc-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  margin-bottom: 28px;
}

.apc-box {
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.apc-box-dark {
  background: linear-gradient(135deg, #111827 0%, #134e4a 100%);
  border-color: transparent;
  color: #ffffff;
}

.apc-box-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fef9c3;
  color: #854d0e;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.apc-box h3 {
  margin: 0 0 12px 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.25;
}

.apc-box-dark h3 {
  color: #ffffff;
}

.apc-box p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.8;
}

.apc-box-dark p {
  color: rgba(255, 255, 255, 0.88);
}

.apc-list {
  display: grid;
  gap: 10px;
}

.apc-list div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 16px;
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.apc-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  background: #0f766e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

/* PROCESS */
.apc-process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.apc-process-step {
  position: relative;
  padding: 20px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.apc-process-step:hover {
  background: #ecfeff;
  border-color: #99f6e4;
  transform: translateY(-2px);
}

.apc-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f766e 0%, #0891b2 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
}

.apc-process-step h4,
.apc-waiver-item h4,
.apc-faq-item h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

.apc-process-step p,
.apc-waiver-item p,
.apc-faq-item p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* PAYMENT CARD */
.apc-payment-card {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 28px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(20, 184, 166, 0.13) 0%, transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #ccfbf1;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.apc-payment-right {
  display: grid;
  gap: 12px;
}

.apc-payment-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 15px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.apc-payment-row strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.4;
}

.apc-payment-row p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

/* WAIVER */
.apc-waiver-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.apc-waiver-item {
  padding: 20px;
  border-radius: 22px;
  background: #fffbeb;
  border: 1px solid #fde68a;
}

/* FAQ */
.apc-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.apc-faq-item {
  padding: 20px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
}

/* FINAL NOTE */
.apc-final-note {
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, #134e4a 0%, #0f766e 55%, #0891b2 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 118, 110, 0.18);
}

.apc-final-note h3 {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.apc-final-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1050px) {
  .apc-hero,
  .apc-two-column,
  .apc-payment-card {
    grid-template-columns: 1fr;
  }

  .apc-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apc-payment-row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 850px) {
  .apc-summary-grid,
  .apc-waiver-grid,
  .apc-faq-list {
    grid-template-columns: 1fr;
  }

  .apc-fee-row {
    grid-template-columns: 1fr;
  }

  .apc-fee-row > div {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .apc-fee-row > div:last-child {
    border-bottom: none;
  }

  .apc-fee-row-head {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .apc-hero-left,
  .apc-price-card,
  .apc-panel,
  .apc-process,
  .apc-waiver,
  .apc-faq,
  .apc-payment-card,
  .apc-final-note,
  .apc-box {
    padding: 24px;
    border-radius: 24px;
  }

  .apc-hero h2 {
    font-size: 34px;
  }

  .apc-price strong {
    font-size: 28px;
  }

  .apc-process-line {
    grid-template-columns: 1fr;
  }

  .apc-panel-head h3,
  .apc-process-head h3,
  .apc-waiver-head h3,
  .apc-faq-head h3,
  .apc-payment-left h3 {
    font-size: 24px;
  }
}
/* =========================================================
   COPYRIGHT NOTICE PAGE - OJS 3.3
   Legal Certificate UI/UX
   ========================================================= */

.copyright-ojs {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 0 46px 0;
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.copyright-ojs *,
.copyright-ojs *:before,
.copyright-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.copyright-hero {
  margin-bottom: 28px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 12%, rgba(245, 158, 11, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(3, 105, 161, 0.14) 0%, transparent 36%),
    linear-gradient(135deg, #fffaf0 0%, #ffffff 48%, #eef6ff 100%);
  border: 1px solid #fde68a;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.copyright-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #111827;
  color: #fef3c7;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.copyright-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: center;
}

.copyright-hero h2 {
  max-width: 780px;
  margin: 0 0 16px 0;
  color: #111827;
  font-size: 46px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.3px;
}

.copyright-hero p {
  max-width: 820px;
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.85;
}

/* CERTIFICATE CARD */
.copyright-certificate {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 52%, #0f3b5f 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.22);
}

.copyright-certificate:after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -56px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  border: 28px solid rgba(255, 255, 255, 0.08);
}

.copyright-certificate-top span {
  display: block;
  color: #fef3c7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.copyright-certificate-top strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.15;
}

.copyright-certificate-mark {
  margin: 28px 0 18px 0;
  color: #fbbf24;
  font-size: 68px;
  font-weight: 950;
  line-height: 0.9;
}

.copyright-certificate p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.75;
}

/* STATUS BAR */
.copyright-status-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.copyright-status-item {
  padding: 24px;
  border-right: 1px solid #e5e7eb;
}

.copyright-status-item:last-child {
  border-right: none;
}

.copyright-status-item span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 12px;
  font-weight: 950;
}

.copyright-status-item strong {
  display: block;
  margin-bottom: 7px;
  color: #111827;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.3;
}

.copyright-status-item p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
}

/* SECTIONS */
.copyright-section,
.copyright-flow {
  margin-bottom: 28px;
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.copyright-section-split {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
}

.copyright-section-title span,
.copyright-section-title-center span,
.copyright-flow-head span,
.copyright-contrast-head span {
  display: inline-flex;
  margin-bottom: 11px;
  color: #d97706;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.copyright-section-title h3,
.copyright-section-title-center h3,
.copyright-flow-head h3,
.copyright-contrast-head h3 {
  margin: 0 0 10px 0;
  color: #111827;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -0.7px;
}

.copyright-section-title-center {
  max-width: 760px;
  margin-bottom: 22px;
}

.copyright-section-title-center p,
.copyright-contrast-head p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.75;
}

.copyright-section-body > p {
  margin: 0 0 22px 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.85;
}

/* RIGHTS GRID */
.copyright-rights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.copyright-right-card {
  padding: 18px;
  border-radius: 22px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  transition: all 0.18s ease;
}

.copyright-right-card:hover {
  background: #fffbeb;
  border-color: #fde68a;
  transform: translateY(-2px);
}

.copyright-right-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #111827 0%, #0f3b5f 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.copyright-right-card h4,
.copyright-permission-item h4,
.copyright-warning-item h4,
.copyright-flow-step h4 {
  margin: 0 0 7px 0;
  color: #111827;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

.copyright-right-card p,
.copyright-permission-item p,
.copyright-warning-item p,
.copyright-flow-step p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.65;
}

/* LICENSE PANEL */
.copyright-license-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #0f3b5f 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.18);
}

.copyright-license-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.16);
  color: #fef3c7;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.copyright-license-left h3 {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 950;
  line-height: 1.2;
}

.copyright-license-left p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.85;
}

.copyright-license-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.copyright-license-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: #fbbf24;
  color: #111827;
  font-size: 24px;
  font-weight: 950;
}

.copyright-license-card h4 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.copyright-license-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.75;
}

/* PERMISSION */
.copyright-permission-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.copyright-permission-item {
  padding: 20px;
  border-radius: 24px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  transition: all 0.18s ease;
}

.copyright-permission-item:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.copyright-permission-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0369a1 0%, #111827 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

/* CONTRAST */
.copyright-contrast {
  background:
    radial-gradient(circle at 92% 12%, rgba(245, 158, 11, 0.12) 0%, transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
  border-color: #fde68a;
}

.copyright-contrast-head {
  margin-bottom: 22px;
}

.copyright-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.copyright-check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #fde68a;
}

.copyright-check-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #d97706;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.copyright-check-item p {
  margin: 1px 0 0 0;
  color: #4b5563;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* FLOW */
.copyright-flow-head {
  margin-bottom: 22px;
}

.copyright-flow-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.copyright-flow-step {
  padding: 20px;
  border-radius: 22px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  transition: all 0.18s ease;
}

.copyright-flow-step:hover {
  background: #fffbeb;
  border-color: #fde68a;
  transform: translateY(-2px);
}

.copyright-flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 15px;
  background: linear-gradient(135deg, #d97706 0%, #111827 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
}

/* ATTRIBUTION */
.copyright-attribution-box {
  padding: 24px;
  border-radius: 24px;
  background: #111827;
  color: #ffffff;
}

.copyright-attribution-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.16);
  color: #fef3c7;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.copyright-attribution-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.85;
}

/* WARNING */
.copyright-warning-section {
  border-color: #fed7aa;
}

.copyright-warning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.copyright-warning-item {
  padding: 18px;
  border-radius: 20px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #d97706;
}

/* FINAL NOTE */
.copyright-final-note {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #111827 0%, #0f3b5f 55%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.18);
}

.copyright-final-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 24px;
  background: rgba(251, 191, 36, 0.16);
  color: #fbbf24;
  font-size: 42px;
  font-weight: 950;
}

.copyright-final-note h3 {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.copyright-final-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1050px) {
  .copyright-hero-grid,
  .copyright-license-panel,
  .copyright-section-split {
    grid-template-columns: 1fr;
  }

  .copyright-permission-grid,
  .copyright-flow-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .copyright-rights-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 780px) {
  .copyright-status-bar {
    grid-template-columns: 1fr;
  }

  .copyright-status-item {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }

  .copyright-status-item:last-child {
    border-bottom: none;
  }

  .copyright-checklist,
  .copyright-warning-grid {
    grid-template-columns: 1fr;
  }

  .copyright-final-note {
    display: block;
  }

  .copyright-final-mark {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .copyright-hero,
  .copyright-section,
  .copyright-flow,
  .copyright-license-panel,
  .copyright-final-note {
    padding: 24px;
    border-radius: 24px;
  }

  .copyright-hero h2 {
    font-size: 34px;
  }

  .copyright-section-title h3,
  .copyright-section-title-center h3,
  .copyright-flow-head h3,
  .copyright-license-left h3 {
    font-size: 24px;
  }

  .copyright-permission-grid,
  .copyright-flow-line {
    grid-template-columns: 1fr;
  }

  .copyright-certificate {
    min-height: auto;
  }
}
/* =========================================================
   PRIVACY STATEMENT PAGE - OJS 3.3
   Privacy Vault UI/UX
   ========================================================= */

.privstmt-ojs {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 0 46px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.privstmt-ojs *,
.privstmt-ojs *:before,
.privstmt-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.privstmt-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: stretch;
  margin-bottom: 28px;
}

.privstmt-hero-text {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 12%, rgba(168, 85, 247, 0.16) 0%, transparent 34%),
    radial-gradient(circle at 8% 90%, rgba(20, 184, 166, 0.16) 0%, transparent 36%),
    linear-gradient(135deg, #111827 0%, #312e81 55%, #0f766e 100%);
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.18);
}

.privstmt-hero-text:after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  border: 42px solid rgba(255, 255, 255, 0.07);
}

.privstmt-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ccfbf1;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.privstmt-hero h2 {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 44px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.privstmt-hero p {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
}

/* VAULT CARD */
.privstmt-vault-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #ddd6fe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.privstmt-shield {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f5f3ff;
  color: #6d28d9;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.privstmt-lock {
  margin-bottom: 20px;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, #312e81 0%, #0f766e 100%);
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  text-align: center;
  letter-spacing: 8px;
}

.privstmt-vault-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* PRINCIPLES */
.privstmt-principle-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 28px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.privstmt-principle {
  padding: 24px;
  border-right: 1px solid #e2e8f0;
}

.privstmt-principle:last-child {
  border-right: none;
}

.privstmt-principle span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0f766e;
  font-size: 12px;
  font-weight: 950;
}

.privstmt-principle h3 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
}

.privstmt-principle p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

/* MAIN LAYOUT */
.privstmt-main-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

/* SIDE PANEL */
.privstmt-side-panel {
  position: sticky;
  top: 20px;
  padding: 16px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #ddd6fe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.privstmt-side-title {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #312e81 0%, #0f766e 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.privstmt-side-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 8px;
  padding: 10px 13px;
  border-radius: 15px;
  background: #f8fbff;
  color: #334155 !important;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none !important;
  transition: all 0.18s ease;
}

.privstmt-side-link:hover {
  color: #6d28d9 !important;
  background: #f5f3ff;
  border-color: #ddd6fe;
  transform: translateX(3px);
}

/* CONTENT */
.privstmt-content {
  min-width: 0;
}

.privstmt-section {
  margin-bottom: 26px;
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.privstmt-section-soft {
  background:
    radial-gradient(circle at 95% 10%, rgba(20, 184, 166, 0.10) 0%, transparent 32%),
    #ffffff;
}

.privstmt-section-dark {
  background: linear-gradient(135deg, #111827 0%, #312e81 60%, #0f766e 100%);
  border-color: transparent;
  color: #ffffff;
}

.privstmt-section-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.privstmt-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 48px;
  flex: 0 0 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #6d28d9 0%, #0f766e 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 20px rgba(109, 40, 217, 0.18);
}

.privstmt-section-head span {
  display: inline-flex;
  margin-bottom: 7px;
  color: #6d28d9;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.privstmt-section-dark .privstmt-section-head span {
  color: #ccfbf1;
}

.privstmt-section h3 {
  margin: 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.6px;
}

.privstmt-section-dark h3 {
  color: #ffffff;
}

.privstmt-section > p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

.privstmt-section-dark > p {
  color: rgba(255, 255, 255, 0.88);
}

/* DATA GRID */
.privstmt-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.privstmt-data-card {
  padding: 18px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.privstmt-data-card:hover {
  background: #f5f3ff;
  border-color: #ddd6fe;
  transform: translateY(-2px);
}

.privstmt-data-card h4,
.privstmt-use-item strong,
.privstmt-account-card h4 {
  display: block;
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

.privstmt-data-card p,
.privstmt-use-item p,
.privstmt-account-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

/* USE LIST */
.privstmt-use-list {
  display: grid;
  gap: 12px;
}

.privstmt-use-item {
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #ccfbf1;
  border-left: 5px solid #0f766e;
}

/* ALERT */
.privstmt-alert-box {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fef3c7 0%, #f5f3ff 100%);
  border: 1px solid #fde68a;
}

.privstmt-alert-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ffffff;
  color: #92400e;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.privstmt-alert-box h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.privstmt-alert-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

/* ACCOUNT */
.privstmt-account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.privstmt-account-card {
  padding: 20px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
}

.privstmt-account-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #312e81 0%, #0f766e 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
}

/* CHIPS */
.privstmt-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.privstmt-chip-row span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 850;
}

/* RIGHTS */
.privstmt-rights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.privstmt-right-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
}

.privstmt-right-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #0f766e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.privstmt-right-item p {
  margin: 1px 0 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

/* CONTACT */
.privstmt-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  margin-bottom: 26px;
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 94% 16%, rgba(168, 85, 247, 0.14) 0%, transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #ddd6fe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.privstmt-contact-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #6d28d9;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.privstmt-contact-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.2;
}

.privstmt-contact-card p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

.privstmt-contact-info {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.privstmt-contact-info strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
}

.privstmt-contact-info p {
  margin-top: -7px;
  font-size: 14px;
}

/* FINAL */
.privstmt-final {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #111827 0%, #312e81 55%, #0f766e 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(49, 46, 129, 0.18);
}

.privstmt-final-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  color: #ccfbf1;
  font-size: 22px;
  font-weight: 950;
}

.privstmt-final h3 {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.privstmt-final p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.85;
}

/* RESPONSIVE */
@media screen and (max-width: 1050px) {
  .privstmt-hero,
  .privstmt-main-layout,
  .privstmt-contact-card {
    grid-template-columns: 1fr;
  }

  .privstmt-side-panel {
    position: relative;
    top: auto;
  }

  .privstmt-account-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 800px) {
  .privstmt-principle-row {
    grid-template-columns: 1fr;
  }

  .privstmt-principle {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .privstmt-principle:last-child {
    border-bottom: none;
  }

  .privstmt-data-grid,
  .privstmt-rights-grid {
    grid-template-columns: 1fr;
  }

  .privstmt-final {
    display: block;
  }

  .privstmt-final-mark {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .privstmt-hero-text,
  .privstmt-vault-card,
  .privstmt-section,
  .privstmt-contact-card,
  .privstmt-final {
    padding: 24px;
    border-radius: 24px;
  }

  .privstmt-hero h2 {
    font-size: 34px;
  }

  .privstmt-section h3,
  .privstmt-contact-card h3 {
    font-size: 24px;
  }

  .privstmt-section-head {
    display: block;
  }

  .privstmt-section-icon {
    margin-bottom: 14px;
  }
}
/* =========================================================
   SUBMISSION TEMPLATES PAGE - OJS 3.3
   Simple Modern Download UI
   ========================================================= */

.subtemp-ojs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 44px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.subtemp-ojs *,
.subtemp-ojs *:before,
.subtemp-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.subtemp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 26px;
}

.subtemp-hero-text {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 14%, rgba(56, 189, 248, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(16, 185, 129, 0.16) 0%, transparent 36%),
    linear-gradient(135deg, #0f172a 0%, #075985 55%, #047857 100%);
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
}

.subtemp-hero-text:after {
  content: "";
  position: absolute;
  right: -75px;
  bottom: -75px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  border: 36px solid rgba(255, 255, 255, 0.07);
}

.subtemp-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #d1fae5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.subtemp-hero h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 15px 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -1px;
}

.subtemp-hero p {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.8;
}

/* FILE CARD */
.subtemp-file-card {
  padding: 28px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.subtemp-file-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 54px;
  margin-bottom: 20px;
  padding: 0 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0284c7 0%, #047857 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.7px;
}

.subtemp-file-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.25;
}

.subtemp-file-card p {
  margin: 0 0 22px 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.subtemp-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.25);
  transition: all 0.2s ease;
}

.subtemp-download-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(249, 115, 22, 0.34);
}

/* INFO GRID */
.subtemp-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 26px;
}

.subtemp-info-item {
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
}

.subtemp-info-item span {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}

.subtemp-info-item h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.3;
}

.subtemp-info-item p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

/* EXTRA DOWNLOAD LIST */
.subtemp-extra {
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.subtemp-extra-head {
  margin-bottom: 18px;
}

.subtemp-extra-head h3 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
}

.subtemp-extra-head p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.subtemp-template-list {
  display: grid;
  gap: 12px;
}

.subtemp-template-link {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 56px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #0f172a !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
  text-decoration: none !important;
  transition: all 0.18s ease;
}

.subtemp-template-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  padding: 0 10px;
  border-radius: 13px;
  background: #eff6ff;
  color: #0369a1;
  font-size: 12px;
  font-weight: 950;
}

.subtemp-template-link:after {
  content: "Download";
  margin-left: auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}

.subtemp-template-link:hover {
  border-color: #bfdbfe;
  background: #f8fbff;
  color: #0369a1 !important;
  transform: translateX(3px);
}

/* RESPONSIVE */
@media screen and (max-width: 900px) {
  .subtemp-hero,
  .subtemp-info-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .subtemp-hero-text,
  .subtemp-file-card,
  .subtemp-extra {
    padding: 24px;
    border-radius: 24px;
  }

  .subtemp-hero h2 {
    font-size: 32px;
  }

  .subtemp-template-link {
    display: block;
  }

  .subtemp-template-link span {
    margin-bottom: 10px;
  }

  .subtemp-template-link:after {
    display: inline-flex;
    margin: 12px 0 0 0;
  }
}
/* =========================================================
   AIM AND SCOPE PAGE - OJS 3.3
   Mission Map UI/UX
   ========================================================= */

.aimscope-ojs {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 0 46px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.aimscope-ojs *,
.aimscope-ojs *:before,
.aimscope-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.aimscope-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  align-items: stretch;
  margin-bottom: 28px;
}

.aimscope-hero-left {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 14%, rgba(34, 197, 94, 0.16) 0%, transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(14, 165, 233, 0.18) 0%, transparent 36%),
    linear-gradient(135deg, #062f4f 0%, #075985 50%, #047857 100%);
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.18);
}

.aimscope-hero-left:after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -85px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  border: 42px solid rgba(255, 255, 255, 0.07);
}

.aimscope-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #d1fae5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.aimscope-hero h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 46px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.aimscope-hero p {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
}

/* ORBIT PANEL */
.aimscope-hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 310px;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.aimscope-orbit {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  background:
    radial-gradient(circle, #ffffff 0%, #ffffff 38%, #eff6ff 39%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.aimscope-orbit-main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118px;
  height: 118px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #075985 0%, #047857 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 14px 28px rgba(3, 105, 161, 0.20);
}

.aimscope-orbit-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #0369a1;
  border: 1px solid #bfdbfe;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.chip-one {
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.chip-two {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.chip-three {
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.chip-four {
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

/* AIM & SCOPE STATEMENT */
.aimscope-statement {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.aimscope-statement-card {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.aimscope-aim-card {
  background:
    radial-gradient(circle at 94% 12%, rgba(14, 165, 233, 0.12) 0%, transparent 34%),
    #ffffff;
}

.aimscope-scope-card {
  background:
    radial-gradient(circle at 94% 12%, rgba(34, 197, 94, 0.13) 0%, transparent 34%),
    #ffffff;
}

.aimscope-statement-card span,
.aimscope-section-title span,
.aimscope-dark-content span,
.aimscope-final span {
  display: inline-flex;
  margin-bottom: 11px;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.aimscope-statement-card h3,
.aimscope-section-title h3,
.aimscope-dark-content h3,
.aimscope-final h3 {
  margin: 0 0 11px 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

.aimscope-statement-card p,
.aimscope-section-title p,
.aimscope-dark-content p,
.aimscope-final p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* SECTIONS */
.aimscope-section {
  margin-bottom: 28px;
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.aimscope-section-title {
  max-width: 780px;
  margin-bottom: 24px;
}

/* CLUSTER GRID */
.aimscope-cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.aimscope-cluster-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 22px;
  border-radius: 26px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}

.aimscope-cluster-card:after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(3, 105, 161, 0.06);
}

.aimscope-cluster-card:hover {
  transform: translateY(-3px);
  background: #eff6ff;
  border-color: #bfdbfe;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.aimscope-cluster-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 42px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, #075985 0%, #047857 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.aimscope-cluster-card h4,
.aimscope-pathway-item h4 {
  position: relative;
  z-index: 2;
  margin: 0 0 9px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
}

.aimscope-cluster-card p,
.aimscope-pathway-item p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

/* DARK SECTION */
.aimscope-dark-section {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  background:
    radial-gradient(circle at 90% 14%, rgba(34, 197, 94, 0.13) 0%, transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #075985 58%, #047857 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
}

.aimscope-dark-content span {
  color: #d1fae5;
}

.aimscope-dark-content h3 {
  color: #ffffff;
}

.aimscope-dark-content p {
  color: rgba(255, 255, 255, 0.86);
}

.aimscope-type-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.aimscope-type-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

/* PATHWAY */
.aimscope-pathway {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.aimscope-pathway-item {
  min-height: 190px;
  padding: 22px;
  border-radius: 24px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
}

.aimscope-pathway-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 15px;
  background: linear-gradient(135deg, #0ea5e9 0%, #047857 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.aimscope-pathway-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #047857;
  font-size: 30px;
  font-weight: 950;
}

/* TOPIC CLOUD */
.aimscope-topic-section {
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #ecfdf5 100%);
}

.aimscope-topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aimscope-topic-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #0369a1;
  border: 1px solid #bfdbfe;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

/* FINAL */
.aimscope-final {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #062f4f 0%, #075985 55%, #047857 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(3, 105, 161, 0.18);
}

.aimscope-final-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  color: #d1fae5;
  font-size: 22px;
  font-weight: 950;
}

.aimscope-final h3 {
  color: #ffffff;
}

.aimscope-final p {
  color: rgba(255, 255, 255, 0.9);
}

/* RESPONSIVE */
@media screen and (max-width: 1050px) {
  .aimscope-hero,
  .aimscope-statement,
  .aimscope-dark-section {
    grid-template-columns: 1fr;
  }

  .aimscope-cluster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aimscope-pathway {
    grid-template-columns: 1fr;
  }

  .aimscope-pathway-arrow {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 720px) {
  .aimscope-cluster-grid,
  .aimscope-type-list {
    grid-template-columns: 1fr;
  }

  .aimscope-final {
    display: block;
  }

  .aimscope-final-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .aimscope-hero-left,
  .aimscope-hero-right,
  .aimscope-statement-card,
  .aimscope-section,
  .aimscope-final {
    padding: 24px;
    border-radius: 24px;
  }

  .aimscope-hero h2 {
    font-size: 34px;
  }

  .aimscope-statement-card h3,
  .aimscope-section-title h3,
  .aimscope-dark-content h3,
  .aimscope-final h3 {
    font-size: 24px;
  }

  .aimscope-orbit {
    width: 230px;
    height: 230px;
  }

  .chip-two {
    right: -12px;
  }

  .chip-four {
    left: -20px;
  }
}
/* =========================================================
   JOURNAL HISTORY PAGE - OJS 3.3
   Editorial Journey Timeline UI/UX
   ========================================================= */

.journalhist-ojs {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 0 46px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.journalhist-ojs *,
.journalhist-ojs *:before,
.journalhist-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.journalhist-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.journalhist-hero-content {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 12%, rgba(249, 115, 22, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 8% 90%, rgba(14, 165, 233, 0.18) 0%, transparent 36%),
    linear-gradient(135deg, #1e293b 0%, #0f3b5f 52%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.18);
}

.journalhist-hero-content:after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -86px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  border: 42px solid rgba(255, 255, 255, 0.07);
}

.journalhist-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fed7aa;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.journalhist-hero h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 46px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.journalhist-hero p {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
}

/* YEAR CARD */
.journalhist-year-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  border: 1px solid #fed7aa;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.journalhist-year-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.journalhist-year-card strong {
  display: block;
  margin-bottom: 14px;
  color: #0f172a;
  font-size: 40px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -1px;
}

.journalhist-year-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* INTRO */
.journalhist-intro {
  margin-bottom: 28px;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.journalhist-intro-label,
.journalhist-section-head span {
  display: inline-flex;
  margin-bottom: 11px;
  color: #ea580c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.journalhist-intro h3,
.journalhist-section-head h3,
.journalhist-commitment h3 {
  margin: 0 0 11px 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

.journalhist-intro p,
.journalhist-section-head p,
.journalhist-commitment p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* SECTION */
.journalhist-section {
  margin-bottom: 28px;
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.journalhist-section-head {
  max-width: 800px;
  margin-bottom: 28px;
}

/* TIMELINE */
.journalhist-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.journalhist-timeline:before {
  content: "";
  position: absolute;
  left: 98px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ea580c 0%, #0369a1 55%, #047857 100%);
}

.journalhist-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.journalhist-timeline-year {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  min-height: 44px;
  margin-left: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ea580c 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(234, 88, 12, 0.18);
}

.journalhist-timeline-content {
  padding: 22px;
  border-radius: 24px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.journalhist-timeline-content:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.journalhist-timeline-content h4,
.journalhist-growth-card h4,
.journalhist-phase-item h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
}

.journalhist-timeline-content p,
.journalhist-growth-card p,
.journalhist-phase-item p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

/* GROWTH CARDS */
.journalhist-growth {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.journalhist-growth-card {
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
  transition: all 0.18s ease;
}

.journalhist-growth-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.09);
}

.journalhist-growth-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 38px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 15px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

/* PHASE */
.journalhist-phase-section {
  background:
    radial-gradient(circle at 94% 12%, rgba(249, 115, 22, 0.10) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.journalhist-phase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.journalhist-phase-item {
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.journalhist-phase-item:hover {
  background: #fff7ed;
  border-color: #fed7aa;
  transform: translateY(-2px);
}

.journalhist-phase-item span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c;
  font-size: 12px;
  font-weight: 950;
}

/* FINAL */
.journalhist-commitment {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #1e293b 0%, #0f3b5f 52%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
}

.journalhist-commitment-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  color: #fed7aa;
  font-size: 22px;
  font-weight: 950;
}

.journalhist-commitment h3 {
  color: #ffffff;
}

.journalhist-commitment p {
  color: rgba(255, 255, 255, 0.9);
}

/* RESPONSIVE */
@media screen and (max-width: 1050px) {
  .journalhist-hero {
    grid-template-columns: 1fr;
  }

  .journalhist-growth,
  .journalhist-phase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 760px) {
  .journalhist-timeline:before {
    left: 22px;
  }

  .journalhist-timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 48px;
  }

  .journalhist-timeline-year {
    width: fit-content;
    min-width: 110px;
    margin-left: 0;
  }

  .journalhist-growth,
  .journalhist-phase-grid {
    grid-template-columns: 1fr;
  }

  .journalhist-commitment {
    display: block;
  }

  .journalhist-commitment-mark {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .journalhist-hero-content,
  .journalhist-year-card,
  .journalhist-intro,
  .journalhist-section,
  .journalhist-commitment {
    padding: 24px;
    border-radius: 24px;
  }

  .journalhist-hero h2 {
    font-size: 34px;
  }

  .journalhist-intro h3,
  .journalhist-section-head h3,
  .journalhist-commitment h3 {
    font-size: 24px;
  }

  .journalhist-timeline-item {
    padding-left: 42px;
  }

  .journalhist-timeline:before {
    left: 18px;
  }
}
/* =========================================================
   INDEXING AND ABSTRACTING PAGE - OJS 3.3
   Indexing Showcase UI/UX
   ========================================================= */

.indexabs-ojs {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 0 46px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.indexabs-ojs *,
.indexabs-ojs *:before,
.indexabs-ojs *:after {
  box-sizing: border-box;
}

/* HERO */
.indexabs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 26px;
}

.indexabs-hero-left {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 12%, rgba(59, 130, 246, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 8% 90%, rgba(16, 185, 129, 0.18) 0%, transparent 36%),
    linear-gradient(135deg, #0f172a 0%, #1e3a8a 52%, #047857 100%);
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.18);
}

.indexabs-hero-left:after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -85px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  border: 42px solid rgba(255, 255, 255, 0.07);
}

.indexabs-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #d1fae5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.indexabs-hero h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 46px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.indexabs-hero p {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
}

/* HERO CARD */
.indexabs-hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.indexabs-hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2563eb 0%, #047857 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.indexabs-hero-card h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.25;
}

.indexabs-hero-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

/* NOTICE */
.indexabs-notice {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 26px;
  padding: 22px;
  border-radius: 26px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.indexabs-notice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 18px;
  background: #ea580c;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
}

.indexabs-notice h3 {
  margin: 0 0 7px 0;
  color: #9a3412;
  font-size: 20px;
  font-weight: 950;
}

.indexabs-notice p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.7;
}

/* SECTION */
.indexabs-section {
  margin-bottom: 28px;
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

.indexabs-section-head {
  max-width: 820px;
  margin-bottom: 24px;
}

.indexabs-section-head span {
  display: inline-flex;
  margin-bottom: 11px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.indexabs-section-head h3,
.indexabs-final h3 {
  margin: 0 0 10px 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

.indexabs-section-head p,
.indexabs-final p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}

/* INDEXING GRID */
.indexabs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.indexabs-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  min-height: 150px;
  padding: 18px;
  border-radius: 24px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.indexabs-card:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  text-decoration: none !important;
}

/* LOGO */
.indexabs-logo-wrap {
  position: relative;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #dbeafe;
}

.indexabs-logo-wrap img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  background: #ffffff;
}

.indexabs-logo-wrap img[src=""],
.indexabs-logo-wrap img:not([src]) {
  display: none;
}

.indexabs-logo-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.4px;
}

/* CARD BODY */
.indexabs-card-body {
  flex: 1;
  min-width: 0;
}

.indexabs-card-body h4 {
  margin: 0 0 7px 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
}

.indexabs-card-body p {
  margin: 0 0 12px 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.indexabs-card-body span {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}

/* PROCESS */
.indexabs-process-section {
  background:
    radial-gradient(circle at 94% 12%, rgba(59, 130, 246, 0.10) 0%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.indexabs-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.indexabs-process-item {
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  transition: all 0.18s ease;
}

.indexabs-process-item:hover {
  background: #ecfdf5;
  border-color: #bbf7d0;
  transform: translateY(-2px);
}

.indexabs-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2563eb 0%, #047857 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.indexabs-process-item h4 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

.indexabs-process-item p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* STATUS TABLE */
.indexabs-status-table {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
}

.indexabs-status-row {
  display: grid;
  grid-template-columns: 240px 220px minmax(0, 1fr);
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}

.indexabs-status-row:last-child {
  border-bottom: none;
}

.indexabs-status-row > div {
  padding: 15px 16px;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  border-right: 1px solid #e2e8f0;
}

.indexabs-status-row > div:last-child {
  border-right: none;
}

.indexabs-status-head {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
}

.indexabs-status-head > div {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-right-color: rgba(255, 255, 255, 0.16);
}

.indexabs-status-row a {
  color: #2563eb !important;
  font-weight: 900;
  text-decoration: none !important;
}

.indexabs-status-row a:hover {
  color: #1e40af !important;
  text-decoration: underline !important;
}

.indexabs-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

.indexabs-status-badge.active {
  background: #ecfdf5;
  color: #047857;
}

.indexabs-status-badge.review {
  background: #eff6ff;
  color: #2563eb;
}

.indexabs-status-badge.pending {
  background: #fff7ed;
  color: #ea580c;
}

/* FINAL */
.indexabs-final {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 52%, #047857 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(30, 58, 138, 0.18);
}

.indexabs-final-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  color: #d1fae5;
  font-size: 22px;
  font-weight: 950;
}

.indexabs-final h3 {
  color: #ffffff;
}

.indexabs-final p {
  color: rgba(255, 255, 255, 0.9);
}

/* RESPONSIVE */
@media screen and (max-width: 1050px) {
  .indexabs-hero {
    grid-template-columns: 1fr;
  }

  .indexabs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .indexabs-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .indexabs-status-row {
    grid-template-columns: 1fr;
  }

  .indexabs-status-row > div {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .indexabs-status-row > div:last-child {
    border-bottom: none;
  }

  .indexabs-status-head {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .indexabs-grid,
  .indexabs-process {
    grid-template-columns: 1fr;
  }

  .indexabs-final,
  .indexabs-notice {
    display: block;
  }

  .indexabs-final-icon,
  .indexabs-notice-icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 560px) {
  .indexabs-hero-left,
  .indexabs-hero-card,
  .indexabs-section,
  .indexabs-final,
  .indexabs-notice {
    padding: 24px;
    border-radius: 24px;
  }

  .indexabs-hero h2 {
    font-size: 34px;
  }

  .indexabs-section-head h3,
  .indexabs-final h3 {
    font-size: 24px;
  }

  .indexabs-card {
    display: block;
  }

  .indexabs-logo-wrap {
    margin-bottom: 14px;
  }
}
/* =========================================================
   PSYMOTION CONTACT FINAL - OJS 3.3
   Modern Simple Logo Contact UI
   ========================================================= */

.psycontact-final-ojs {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 0 42px 0;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.psycontact-final-ojs *,
.psycontact-final-ojs *:before,
.psycontact-final-ojs *:after {
  box-sizing: border-box;
}

/* MAIN BOX */
.psycontact-final-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  overflow: hidden;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

/* LEFT AREA */
.psycontact-final-left {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 44px;
  background:
    radial-gradient(circle at 90% 12%, rgba(34, 197, 94, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(14, 165, 233, 0.18) 0%, transparent 36%),
    linear-gradient(135deg, #0f172a 0%, #075985 55%, #047857 100%);
  color: #ffffff;
}

.psycontact-final-left:after {
  content: "";
  position: absolute;
  right: -88px;
  bottom: -88px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  border: 42px solid rgba(255, 255, 255, 0.07);
}

.psycontact-final-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #d1fae5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.psycontact-final-left h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 46px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.psycontact-final-left > p {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
}

.psycontact-final-journal {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin-top: 34px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.psycontact-final-journal h3 {
  margin: 0 0 5px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
}

.psycontact-final-journal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13.5px;
  line-height: 1.6;
}

/* RIGHT LOGO AREA */
.psycontact-final-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-content: center;
  justify-items: center;
  padding: 38px;
  background:
    radial-gradient(circle at 100% 0%, rgba(14, 165, 233, 0.08) 0%, transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

/* BIG LOGO BUTTON */
.psycontact-final-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transition: all 0.22s ease;
}

.psycontact-final-logo img {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.psycontact-final-logo img[src=""],
.psycontact-final-logo img:not([src]) {
  display: none;
}

.psycontact-final-logo:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.14);
  text-decoration: none !important;
}

/* SOFT COLORS */
.psycontact-wa {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.psycontact-email {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.psycontact-web {
  background: #fff7ed;
  border-color: #fed7aa;
}

.psycontact-wa:hover {
  border-color: #22c55e;
}

.psycontact-email:hover {
  border-color: #2563eb;
}

.psycontact-web:hover {
  border-color: #f97316;
}

/* INFO BELOW */
.psycontact-final-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.psycontact-final-info-item {
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}

.psycontact-final-address {
  grid-column: span 4;
}

.psycontact-final-info-item span {
  display: inline-flex;
  margin-bottom: 7px;
  color: #0369a1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.psycontact-final-info-item p {
  margin: 0;
  color: #475569;
  font-size: 13.5px;
  line-height: 1.65;
  word-break: break-word;
}

.psycontact-final-info-item a {
  color: #0369a1 !important;
  font-weight: 850;
  text-decoration: none !important;
}

.psycontact-final-info-item a:hover {
  color: #075985 !important;
  text-decoration: underline !important;
}

/* RESPONSIVE */
@media screen and (max-width: 900px) {
  .psycontact-final-box {
    grid-template-columns: 1fr;
  }

  .psycontact-final-left {
    min-height: auto;
  }

  .psycontact-final-right {
    grid-template-columns: repeat(3, 1fr);
    padding: 28px;
  }

  .psycontact-final-logo {
    width: 100px;
    height: 100px;
    border-radius: 26px;
  }

  .psycontact-final-logo img {
    width: 66px;
    height: 66px;
  }

  .psycontact-final-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .psycontact-final-address {
    grid-column: span 2;
  }
}

@media screen and (max-width: 560px) {
  .psycontact-final-box {
    border-radius: 24px;
  }

  .psycontact-final-left,
  .psycontact-final-right {
    padding: 24px;
  }

  .psycontact-final-left h2 {
    font-size: 34px;
  }

  .psycontact-final-left > p {
    font-size: 15px;
  }

  .psycontact-final-right {
    gap: 12px;
  }

  .psycontact-final-logo {
    width: 86px;
    height: 86px;
    border-radius: 22px;
  }

  .psycontact-final-logo img {
    width: 56px;
    height: 56px;
  }

  .psycontact-final-info {
    grid-template-columns: 1fr;
  }

  .psycontact-final-address {
    grid-column: span 1;
  }
}
/* =========================================================
   CLEAN FOOTER FINAL - OJS 3.3
   Simple Footer Without Iframe
   ========================================================= */

/* Sembunyikan footer bawaan OJS/PKP */
.pkp_brand_footer {
  display: none !important;
}

/* Rapikan wrapper footer bawaan */
.pkp_structure_footer_wrapper {
  padding: 0 !important;
  margin: 0 !important;
  border-top: none !important;
  background: transparent !important;
}

.pkp_structure_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.pkp_structure_footer_wrapper .pkp_footer_content {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Footer custom */
.psyfooter-clean-ojs {
  width: 100%;
  max-width: 900px;
  margin: 18px auto;
  padding: 22px 16px 24px 16px;
  text-align: center;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.psyfooter-clean-ojs *,
.psyfooter-clean-ojs *:before,
.psyfooter-clean-ojs *:after {
  box-sizing: border-box;
}

/* Logo */
.psyfooter-clean-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.psyfooter-clean-logo img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.psyfooter-clean-logo img[src=""],
.psyfooter-clean-logo img:not([src]) {
  display: none;
}

/* Text */
.psyfooter-clean-ojs h3 {
  margin: 0 0 8px 0;
  color: #0f172a;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.3px;
}

.psyfooter-clean-publisher {
  margin: 0 0 6px 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.psyfooter-clean-publisher strong {
  color: #0f172a;
  font-weight: 800;
}

.psyfooter-clean-copyright {
  margin: 0 0 18px 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

/* Google Maps Link Box */
.psyfooter-clean-map {
  max-width: 520px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
}

.psyfooter-clean-map span {
  display: inline-flex;
  margin-bottom: 6px;
  color: #0369a1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.psyfooter-clean-map p {
  margin: 0 0 12px 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.psyfooter-clean-map a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0369a1 0%, #047857 100%);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.psyfooter-clean-map a:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(3, 105, 161, 0.18);
}

/* Responsive */
@media screen and (max-width: 768px) {
  .psyfooter-clean-ojs {
    padding: 20px 14px 22px 14px;
  }

  .psyfooter-clean-ojs h3 {
    font-size: 18px;
  }

  .psyfooter-clean-map {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .psyfooter-clean-logo img {
    width: 48px;
    height: 48px;
  }

  .psyfooter-clean-ojs h3 {
    font-size: 16px;
  }

  .psyfooter-clean-publisher,
  .psyfooter-clean-copyright,
  .psyfooter-clean-map p {
    font-size: 12.5px;
  }
}
/* =====================================
   OJS 3.3 - GANTI BACKGROUND LUAR SAJA
   Tidak mengubah layout bawaan OJS
   ===================================== */

html,
body {
    background-color: #e8eef5 !important;
    background-image: url(https://images.pexels.com/photos/14501028/pexels-photo-14501028.jpeg) !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* Pertahankan area halaman OJS tetap seperti bawaan */
.pkp_structure_page {
    background-color: #ffffff !important;
}

/* Jangan ubah lebar, margin, padding, atau struktur utama */
.pkp_structure_head,
.pkp_structure_content,
.pkp_structure_main,
.pkp_structure_sidebar,
.pkp_structure_footer_wrapper {
    max-width: unset;
}
/* =========================================================
   CURRENT ISSUE / LATEST ISSUE - G-STIC JOURNAL STYLE
   Untuk mempercantik bagian Terbitan Terkini
   ========================================================= */

body:has(.page_index_journal) .gstic-current-issue,
body:has(.page_index_journal) .current_issue {
    position: relative !important;
    margin: 42px 0 0 !important;
    padding: 42px 46px !important;
    background:
        radial-gradient(circle at 92% 12%, rgba(200, 155, 60, 0.13), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #fffdf8 100%) !important;
    border: 1px solid rgba(23, 32, 51, 0.08) !important;
    border-radius: 28px !important;
    box-shadow: 0 16px 42px rgba(23, 32, 51, 0.08) !important;
    overflow: hidden !important;
}

body:has(.page_index_journal) .gstic-current-issue::before,
body:has(.page_index_journal) .current_issue::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 38px !important;
    bottom: 38px !important;
    width: 5px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #c89b3c, #4B7D92) !important;
}

body:has(.page_index_journal) .gstic-current-issue__head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 28px !important;
    margin-bottom: 34px !important;
    padding-bottom: 26px !important;
    border-bottom: 1px solid rgba(23, 32, 51, 0.09) !important;
}

body:has(.page_index_journal) .gstic-current-issue__label {
    display: inline-flex !important;
    width: fit-content !important;
    margin: 0 0 14px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background: rgba(75, 125, 146, 0.12) !important;
    color: #315f72 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
}

body:has(.page_index_journal) .current_issue h2 {
    margin: 0 0 12px !important;
    color: #0B2F4A !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(30px, 4vw, 42px) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.9px !important;
}

body:has(.page_index_journal) .gstic-current-issue__title,
body:has(.page_index_journal) .current_issue_title {
    margin: 0 !important;
    color: #4B5A6F !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
}

body:has(.page_index_journal) .gstic-current-issue__archive,
body:has(.page_index_journal) .current_issue .read_more {
    flex: 0 0 auto !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #0B2F4A !important;
    color: #ffffff !important;
    border: 1px solid #0B2F4A !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(11, 47, 74, 0.18) !important;
    transition: all 0.22s ease !important;
}

body:has(.page_index_journal) .gstic-current-issue__archive:hover,
body:has(.page_index_journal) .current_issue .read_more:hover {
    background: #315f72 !important;
    border-color: #315f72 !important;
    transform: translateY(-1px) !important;
}

/* =========================================================
   ARTICLE LIST / TABLE OF CONTENT
   ========================================================= */

body:has(.page_index_journal) .gstic-current-issue__content {
    position: relative !important;
}

body:has(.page_index_journal) .current_issue .sections,
body:has(.page_index_journal) .current_issue .section {
    margin: 0 !important;
    padding: 0 !important;
}

body:has(.page_index_journal) .current_issue .section {
    margin-bottom: 34px !important;
}

body:has(.page_index_journal) .current_issue .section:last-child {
    margin-bottom: 0 !important;
}

body:has(.page_index_journal) .current_issue .section h3 {
    margin: 0 0 18px !important;
    padding: 0 0 12px !important;
    color: #0B2F4A !important;
    font-size: 22px !important;
    font-weight: 850 !important;
    border-bottom: 1px solid rgba(23, 32, 51, 0.09) !important;
}

body:has(.page_index_journal) .current_issue .obj_article_summary {
    position: relative !important;
    margin: 0 0 18px !important;
    padding: 22px 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(23, 32, 51, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 26px rgba(23, 32, 51, 0.05) !important;
    transition: all 0.22s ease !important;
}

body:has(.page_index_journal) .current_issue .obj_article_summary:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(75, 125, 146, 0.24) !important;
    box-shadow: 0 14px 34px rgba(23, 32, 51, 0.08) !important;
}

body:has(.page_index_journal) .current_issue .obj_article_summary .title,
body:has(.page_index_journal) .current_issue .obj_article_summary .title a {
    color: #0B2F4A !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    line-height: 1.45 !important;
    text-decoration: none !important;
}

body:has(.page_index_journal) .current_issue .obj_article_summary .title a:hover {
    color: #4B7D92 !important;
}

body:has(.page_index_journal) .current_issue .obj_article_summary .authors {
    margin-top: 8px !important;
    color: #667085 !important;
    font-size: 14.5px !important;
    line-height: 1.6 !important;
}

body:has(.page_index_journal) .current_issue .obj_article_summary .pages,
body:has(.page_index_journal) .current_issue .obj_article_summary .galleys_links {
    margin-top: 12px !important;
}

body:has(.page_index_journal) .current_issue .obj_article_summary .galleys_links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: rgba(75, 125, 146, 0.10) !important;
    color: #315f72 !important;
    border: 1px solid rgba(75, 125, 146, 0.18) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

body:has(.page_index_journal) .current_issue .obj_article_summary .galleys_links a:hover {
    background: #0B2F4A !important;
    color: #ffffff !important;
    border-color: #0B2F4A !important;
}

/* Responsive */
@media (max-width: 720px) {
    body:has(.page_index_journal) .gstic-current-issue,
    body:has(.page_index_journal) .current_issue {
        padding: 30px 22px !important;
        border-radius: 22px !important;
    }

    body:has(.page_index_journal) .gstic-current-issue__head {
        display: block !important;
    }

    body:has(.page_index_journal) .current_issue h2 {
        font-size: 28px !important;
    }

    body:has(.page_index_journal) .gstic-current-issue__archive,
    body:has(.page_index_journal) .current_issue .read_more {
        width: 100% !important;
        margin-top: 18px !important;
    }

    body:has(.page_index_journal) .current_issue .obj_article_summary {
        padding: 20px !important;
        border-radius: 18px !important;
    }

    body:has(.page_index_journal) .current_issue .obj_article_summary .title,
    body:has(.page_index_journal) .current_issue .obj_article_summary .title a {
        font-size: 16.5px !important;
    }
}