    /* =========================================================
       PORTAL JURNAL OJS — FINAL
       Ganti warna utama melalui variabel pada bagian :root.
       ========================================================= */

    :root {
      --primary: #123b63;
      --primary-2: #1b5f86;
      --secondary: #147d70;
      --accent: #d9a529;

      --ink: #172433;
      --text: #566575;
      --muted: #7d8a97;

      --background: #f3f6f9;
      --surface: #ffffff;
      --surface-soft: #f8fafc;

      --border: #dfe6ec;
      --border-dark: #cdd7df;

      --success-bg: #eaf7f3;
      --success-text: #0a6a5c;

      --shadow-sm: 0 4px 12px rgba(18, 59, 99, 0.07);
      --shadow-md: 0 14px 34px rgba(18, 59, 99, 0.11);
      --shadow-lg: 0 24px 60px rgba(13, 42, 68, 0.15);

      --radius-sm: 8px;
      --radius-md: 14px;
      --radius-lg: 22px;

      --container: 1220px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      background: #eef1f4;
    }

    body {
      margin: 0;
      font-family:
        Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      color: var(--ink);
      background: var(--background);
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input {
      font: inherit;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .container {
      width: min(92%, var(--container));
      margin-inline: auto;
    }

    /* =========================================================
       TOPBAR
       ========================================================= */

    .topbar {
      color: rgba(255, 255, 255, 0.82);
      background: #0c2944;
      font-size: 0.78rem;
    }

    .topbar__inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .topbar__links {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
    }

    .topbar a:hover {
      color: #ffffff;
    }

    /* =========================================================
       HEADER
       ========================================================= */

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255, 255, 255, 0.96);
      border-bottom: 1px solid var(--border);
      backdrop-filter: blur(14px);
    }

    .header__inner {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      min-width: 280px;
    }

    .brand__logo {
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 15px;
      color: #ffffff;
      background:
        linear-gradient(135deg, var(--primary), var(--secondary));
      box-shadow: var(--shadow-sm);
      font-weight: 900;
      letter-spacing: 0.5px;
    }

    .brand__text strong {
      display: block;
      color: var(--primary);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.15rem;
      line-height: 1.2;
    }

    .brand__text span {
      display: block;
      margin-top: 3px;
      color: var(--muted);
      font-size: 0.76rem;
    }

    .main-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 24px;
      font-size: 0.96rem;
      font-weight: 700;
    }

    .main-nav a {
      color: #33465a;
      transition: color 0.2s ease;
    }
    .main-nav a:hover {
      color: var(--secondary);
    }

    .main-nav__button {
      padding: 10px 18px;
      border-radius: 999px;
      color: #ffffff !important;
      background: var(--primary);
      box-shadow: var(--shadow-sm);
    }

    .menu-toggle {
      width: 44px;
      height: 44px;
      display: none;
      place-items: center;
      border: 1px solid var(--border);
      border-radius: 12px;
      color: var(--primary);
      background: var(--surface);
      cursor: pointer;
      font-size: 1.2rem;
    }

    /* =========================================================
       HERO
       ========================================================= */

    .hero {
      position: relative;
      overflow: hidden;
      padding: 70px 0 88px;
      color: #ffffff;
      background:
        radial-gradient(circle at 82% 18%, rgba(217, 165, 41, 0.22), transparent 30%),
        radial-gradient(circle at 12% 88%, rgba(20, 125, 112, 0.28), transparent 32%),
        linear-gradient(135deg, #0f3152 0%, #154f75 60%, #176f76 100%);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.08;
      background-image:
        linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
      background-size: 42px 42px;
    }

    .hero__inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      align-items: center;
      gap: 60px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      padding: 7px 11px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 999px;
      color: rgba(255, 255, 255, 0.88);
      background: rgba(255, 255, 255, 0.08);
      font-size: 0.76rem;
      font-weight: 800;
      letter-spacing: 0.8px;
      text-transform: uppercase;
    }

    .hero h1 {
      max-width: 800px;
      margin: 0 0 18px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2.3rem, 5vw, 4.4rem);
      font-weight: 500;
      line-height: 1.08;
      letter-spacing: -1.2px;
    }

    .hero__lead {
      max-width: 720px;
      margin: 0;
      color: rgba(255, 255, 255, 0.78);
      font-size: 1.02rem;
      line-height: 1.8;
    }

    .hero__stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .hero-stat {
      padding: 23px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: var(--radius-md);
      background: rgba(255, 255, 255, 0.09);
      backdrop-filter: blur(8px);
    }

    .hero-stat strong {
      display: block;
      margin-bottom: 3px;
      color: #ffffff;
      font-size: 1.75rem;
      line-height: 1.1;
    }

    .hero-stat span {
      color: rgba(255, 255, 255, 0.66);
      font-size: 0.78rem;
    }

    /* =========================================================
       SEARCH PANEL
       ========================================================= */

    .search-panel {
      position: relative;
      z-index: 5;
      margin-top: -38px;
    }

    .search-box {
      padding: 24px;
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      background: var(--surface);
      box-shadow: var(--shadow-lg);
    }

    .search-box__row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 12px;
    }

    .search-input-wrap {
      position: relative;
    }

    .search-input-wrap::before {
      content: "⌕";
      position: absolute;
      top: 50%;
      left: 17px;
      transform: translateY(-52%);
      color: var(--muted);
      font-size: 1.35rem;
    }

    .search-input {
      width: 100%;
      height: 50px;
      padding: 0 17px 0 48px;
      border: 1px solid var(--border-dark);
      border-radius: 12px;
      outline: none;
      color: var(--ink);
      background: var(--surface-soft);
      transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    }

    .search-input:focus {
      border-color: var(--primary-2);
      background: #ffffff;
      box-shadow: 0 0 0 4px rgba(27, 95, 134, 0.12);
    }

    .search-button {
      min-width: 125px;
      border: 0;
      border-radius: 12px;
      color: #ffffff;
      background: var(--primary);
      cursor: pointer;
      font-weight: 800;
      transition:
        transform 0.2s ease,
        background 0.2s ease;
    }

    .search-button:hover {
      transform: translateY(-1px);
      background: var(--primary-2);
    }

    .filter-row {
      display: flex;
      align-items: center;
      gap: 9px;
      flex-wrap: wrap;
      margin-top: 17px;
    }

    .filter-label {
      margin-right: 2px;
      color: var(--muted);
      font-size: 0.78rem;
      font-weight: 700;
    }

    .filter-chip {
      min-height: 34px;
      padding: 0 13px;
      border: 1px solid var(--border);
      border-radius: 999px;
      color: #526274;
      background: #ffffff;
      cursor: pointer;
      font-size: 0.76rem;
      font-weight: 700;
      transition: all 0.2s ease;
    }

    .filter-chip:hover,
    .filter-chip.is-active {
      border-color: var(--primary);
      color: #ffffff;
      background: var(--primary);
    }

    /* =========================================================
       JOURNAL DIRECTORY
       ========================================================= */

    .directory {
      padding: 56px 0 80px;
    }

    .section-heading {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 26px;
      margin-bottom: 28px;
    }

    .section-heading__text span {
      display: block;
      margin-bottom: 7px;
      color: var(--secondary);
      font-size: 0.75rem;
      font-weight: 900;
      letter-spacing: 1.1px;
      text-transform: uppercase;
    }

    .section-heading h2 {
      margin: 0 0 8px;
      color: var(--primary);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(1.8rem, 4vw, 2.65rem);
      font-weight: 500;
      line-height: 1.15;
    }

    .section-heading p {
      max-width: 720px;
      margin: 0;
      color: var(--text);
      font-size: 0.9rem;
    }

    .result-counter {
      flex: 0 0 auto;
      padding: 9px 13px;
      border: 1px solid var(--border);
      border-radius: 999px;
      color: var(--muted);
      background: var(--surface);
      font-size: 0.76rem;
      font-weight: 700;
    }

    .journal-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .journal-card {
      position: relative;
      display: grid;
      grid-template-columns: 150px minmax(0, 1fr);
      gap: 24px;
      min-height: 285px;
      padding: 24px;
      overflow: hidden;
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      background: var(--surface);
      box-shadow: var(--shadow-sm);
      transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
    }

    .journal-card::after {
      content: "";
      position: absolute;
      right: -50px;
      bottom: -80px;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: rgba(20, 125, 112, 0.04);
      pointer-events: none;
    }

    .journal-card:hover {
      transform: translateY(-5px);
      border-color: #c8d7e1;
      box-shadow: var(--shadow-md);
    }

    .cover-link {
      align-self: start;
    }

    .journal-cover {
      position: relative;
      width: 150px;
      height: 212px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      padding: 18px 15px;
      border-radius: 5px;
      color: #ffffff;
      box-shadow: 0 10px 24px rgba(18, 59, 99, 0.17);
      isolation: isolate;
      transition: transform 0.25s ease;
    }

    .journal-cover::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        linear-gradient(140deg, rgba(255,255,255,.12), transparent 45%),
        var(--cover-bg);
    }

    .journal-cover::after {
      content: "";
      position: absolute;
      inset: 13px;
      z-index: -1;
      border: 1px solid rgba(255, 255, 255, 0.34);
    }

    .journal-cover img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .cover-link:hover .journal-cover {
      transform: translateY(-4px) rotate(-0.5deg);
    }

    .journal-cover__top {
      font-size: 0.52rem;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      opacity: 0.85;
    }

    .journal-cover__title {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1rem;
      line-height: 1.18;
      text-align: center;
    }

    .journal-cover__issn {
      font-size: 0.47rem;
      text-align: center;
      opacity: 0.78;
    }

    .cover--gold {
      --cover-bg: linear-gradient(145deg, #d39e18, #f0bf3f);
      color: #203348;
    }

    .cover--green {
      --cover-bg: linear-gradient(145deg, #0c4a43, #168071);
    }

    .cover--blue {
      --cover-bg: linear-gradient(145deg, #173e66, #2c79a4);
    }

    .cover--maroon {
      --cover-bg: linear-gradient(145deg, #6f2036, #b35167);
    }

    .cover--olive {
      --cover-bg: linear-gradient(145deg, #4f5d22, #8d9a42);
    }

    .cover--purple {
      --cover-bg: linear-gradient(145deg, #40306e, #8065b3);
    }

    .journal-card__content {
      display: flex;
      min-width: 0;
      flex-direction: column;
      align-items: flex-start;
    }

    .journal-card__header-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 14px;
    }

    .journal-status {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 5px 9px;
      border-radius: 999px;
      color: var(--success-text);
      background: var(--success-bg);
      font-size: 0.67rem;
      font-weight: 900;
      letter-spacing: 0.3px;
      text-transform: uppercase;
    }

    .journal-status::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #1b9b87;
      box-shadow: 0 0 0 3px rgba(27, 155, 135, 0.12);
    }

    .journal-title {
      margin: 0 0 9px;
      color: var(--primary);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.28rem;
      font-weight: 500;
      line-height: 1.25;
      transition: color 0.2s ease;
    }

    .journal-title:hover {
      color: var(--secondary);
    }

    .journal-publisher {
      margin: 0 0 10px;
      color: var(--muted);
      font-size: 0.73rem;
      font-weight: 700;
    }

    .journal-description {
      display: -webkit-box;
      overflow: hidden;
      margin: 0 0 14px;
      color: var(--text);
      font-size: 0.9rem;
      line-height: 1.72;
      text-align: justify;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
    }

    .journal-description p {
      margin: 0;
    }

    .journal-meta {
      display: flex;
      gap: 7px;
      flex-wrap: wrap;
    }

    .meta-chip {
      padding: 5px 8px;
      border: 1px solid var(--border);
      border-radius: 7px;
      color: #647384;
      background: var(--surface-soft);
      font-size: 0.66rem;
      font-weight: 700;
    }

    .journal-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: auto;
    }

    .btn {
      min-height: 37px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 0 13px;
      border-radius: 9px;
      font-size: 0.72rem;
      font-weight: 900;
      touch-action: manipulation;
      transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
    }

    .btn:hover {
      transform: translateY(-1px);
    }

    .btn--primary {
      color: #ffffff;
      background: var(--primary);
      border: 1px solid var(--primary);
    }

    .btn--primary:hover {
      background: var(--primary-2);
      border-color: var(--primary-2);
    }

    .btn--outline {
      color: var(--primary);
      background: #ffffff;
      border: 1px solid var(--border-dark);
    }

    .btn--outline:hover {
      color: var(--secondary);
      border-color: var(--secondary);
      background: #f2faf8;
    }

    .empty-state {
      display: none;
      padding: 44px 24px;
      border: 1px dashed var(--border-dark);
      border-radius: var(--radius-lg);
      color: var(--text);
      background: var(--surface);
      text-align: center;
    }

    .empty-state strong {
      display: block;
      margin-bottom: 6px;
      color: var(--primary);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.3rem;
    }

    /* =========================================================
       INFORMATION STRIP
       ========================================================= */

    .info-strip {
      padding: 0 0 78px;
    }

    .info-strip__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      overflow: hidden;
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      background: var(--surface);
      box-shadow: var(--shadow-sm);
    }

    .info-item {
      padding: 25px;
    }

    .info-item + .info-item {
      border-left: 1px solid var(--border);
    }

    .info-item strong {
      display: block;
      margin-bottom: 5px;
      color: var(--primary);
      font-size: 0.88rem;
    }

    .info-item span {
      color: var(--muted);
      font-size: 0.76rem;
    }

    /* =========================================================
       FOOTER
       ========================================================= */

    .site-footer {
      color: rgba(255, 255, 255, 0.72);
      background:
        radial-gradient(circle at 85% 20%, rgba(217, 165, 41, 0.14), transparent 28%),
        #0c2944;
    }

    .footer__main {
      display: grid;
      grid-template-columns: 1.35fr 0.8fr 0.8fr 1fr;
      gap: 42px;
      padding: 52px 0 40px;
    }

    .footer__brand h3,
    .footer__column h4 {
      margin: 0 0 13px;
      color: #ffffff;
    }

    .footer__brand h3 {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.35rem;
      font-weight: 500;
    }

    .footer__brand p,
    .footer__column p,
    .footer__column a {
      color: rgba(255, 255, 255, 0.67);
      font-size: 0.78rem;
    }

    .footer__column {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .footer__column a:hover {
      color: #ffffff;
    }

    .footer__bottom {
      min-height: 62px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.11);
      font-size: 0.72rem;
    }

    /* =========================================================
       RESPONSIVE
       ========================================================= */

    @media (max-width: 1080px) {
      .main-nav {
        display: none;
        position: absolute;
        top: 82px;
        right: 4%;
        left: 4%;
        padding: 20px;
        flex-direction: column;
        align-items: stretch;
        border: 1px solid var(--border);
        border-radius: var(--radius-md);
        background: var(--surface);
        box-shadow: var(--shadow-md);
      }

      .main-nav.is-open {
        display: flex;
      }

      .menu-toggle {
        display: grid;
      }

      .hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
      }

      .hero__stats {
        max-width: 620px;
      }

      .journal-card {
        grid-template-columns: 130px minmax(0, 1fr);
      }

      .journal-cover {
        width: 130px;
        height: 184px;
      }

      .footer__main {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 850px) {
      .journal-grid {
        grid-template-columns: 1fr;
      }

      .journal-card {
        grid-template-columns: 145px minmax(0, 1fr);
      }

      .journal-cover {
        width: 145px;
        height: 205px;
      }

      .info-strip__grid {
        grid-template-columns: 1fr;
      }

      .info-item + .info-item {
        border-top: 1px solid var(--border);
        border-left: 0;
      }
    }

    @media (max-width: 640px) {
      .topbar__inner {
        padding: 8px 0;
        justify-content: center;
        text-align: center;
      }

      .topbar__links {
        display: none;
      }

      .brand {
        min-width: 0;
      }

      .brand__text span {
        display: none;
      }

      .hero {
        padding-top: 52px;
      }

      .hero__stats {
        grid-template-columns: 1fr 1fr;
      }

      .search-box {
        padding: 17px;
      }

      .search-box__row {
        grid-template-columns: 1fr;
      }

      .search-button {
        min-height: 48px;
      }

      .section-heading {
        align-items: flex-start;
        flex-direction: column;
      }

      .journal-card {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 17px;
        padding: 18px;
      }

      .journal-cover {
        width: 105px;
        height: 149px;
        padding: 13px 10px;
      }

      .journal-cover__title {
        font-size: 0.76rem;
      }

      .journal-description {
        text-align: left;
        -webkit-line-clamp: 4;
      }

      .journal-meta {
        display: none;
      }

      .footer__main {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 18px 0;
      }
    }

    @media (max-width: 430px) {
      .hero__stats {
        grid-template-columns: 1fr;
      }

      .journal-card {
        grid-template-columns: 1fr;
      }

      .journal-cover {
        width: 135px;
        height: 191px;
      }
    }
  
    /* =========================================================
       FINAL HERO — MODEL SEDERHANA SEPERTI REFERENSI
       ========================================================= */

    .hero {
      position: relative;
      min-height: 196px;
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 0;
      color: #ffffff;
      background:
        linear-gradient(
          110deg,
          #1887f2 0%,
          #1972d4 48%,
          #255a9d 100%
        );
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 1;
      pointer-events: none;
      background:
        radial-gradient(
          circle at 88% 25%,
          rgba(255, 255, 255, 0.08),
          transparent 36%
        );
    }

    .hero__inner {
      position: relative;
      z-index: 1;
      display: block;
      padding-top: 31px;
      padding-bottom: 31px;
    }

    .hero h1 {
      max-width: 880px;
      margin: 0 0 13px;
      color: #ffffff;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2.25rem, 4.5vw, 3rem);
      font-weight: 600;
      line-height: 1.15;
      letter-spacing: -0.45px;
    }

    .hero__lead {
      max-width: 790px;
      margin: 0;
      color: rgba(255, 255, 255, 0.95);
      font-size: 0.92rem;
      line-height: 1.8;
    }

    .hero__lead strong {
      color: #ffffff;
    }

    @media (max-width: 640px) {
      .hero {
        min-height: 190px;
        padding: 0;
      }

      .hero__inner {
        padding-top: 29px;
        padding-bottom: 29px;
      }

      .hero h1 {
        font-size: 2.05rem;
      }

      .hero__lead {
        font-size: 0.86rem;
        line-height: 1.7;
      }
    }

  
    /* Tampilan langsung daftar jurnal setelah hero */
    .directory {
      padding: 48px 0 78px;
    }

    @media (max-width: 640px) {
      .directory {
        padding: 34px 0 58px;
      }
    }

  
    /* =========================================================
       FOOTER FINAL — TENGAH DAN MINIMALIS
       ========================================================= */

    .site-footer {
      margin-top: 0;
      color: rgba(255, 255, 255, 0.82);
      background:
        radial-gradient(
          circle at 50% 0%,
          rgba(217, 165, 41, 0.12),
          transparent 34%
        ),
        #0c2944;
    }

    .footer-centered {
      max-width: 920px;
      padding-top: 48px;
      padding-bottom: 32px;
      text-align: center;
    }

    .footer-centered h3 {
      margin: 0 0 8px;
      color: #ffffff;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.48rem;
      font-weight: 600;
      letter-spacing: 0.3px;
    }

    .footer-subtitle {
      margin: 0 0 17px;
      color: #ffffff;
      font-size: 0.9rem;
      font-weight: 800;
      letter-spacing: 0.55px;
    }

    .footer-address {
      margin: 0 auto 15px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.8rem;
      line-height: 1.75;
    }

    .footer-contact {
      margin: 0 0 22px;
      color: rgba(255, 255, 255, 0.76);
      font-size: 0.8rem;
      line-height: 1.8;
    }

    .footer-contact a {
      color: #ffffff;
      font-weight: 700;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .footer-contact a:hover {
      color: #f2c35f;
      text-decoration: underline;
    }

    .footer-separator {
      display: inline-block;
      margin: 0 9px;
      color: rgba(255, 255, 255, 0.42);
    }

    .footer-copyright {
      margin: 0;
      padding-top: 19px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.56);
      font-size: 0.72rem;
      line-height: 1.65;
    }

    @media (max-width: 640px) {
      .footer-centered {
        padding-top: 38px;
        padding-bottom: 26px;
      }

      .footer-centered h3 {
        font-size: 1.25rem;
      }

      .footer-subtitle {
        font-size: 0.8rem;
      }

      .footer-address,
      .footer-contact {
        font-size: 0.76rem;
      }

      .footer-separator {
        display: block;
        height: 5px;
        margin: 0;
        color: transparent;
      }

      .footer-copyright {
        font-size: 0.68rem;
      }
    }

  
    /* =========================================================
       FOOTER PROFESIONAL — RAPI, TERPUSAT, DAN RESPONSIF
       ========================================================= */

    .site-footer {
      position: relative;
      overflow: hidden;
      margin-top: 0;
      color: rgba(255, 255, 255, 0.82);
      background:
        radial-gradient(
          circle at 50% -10%,
          rgba(217, 165, 41, 0.18),
          transparent 30%
        ),
        linear-gradient(
          135deg,
          #0b2741 0%,
          #0f3556 58%,
          #11435f 100%
        );
    }

    .site-footer::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.05;
      pointer-events: none;
      background-image:
        linear-gradient(
          rgba(255, 255, 255, 0.55) 1px,
          transparent 1px
        ),
        linear-gradient(
          90deg,
          rgba(255, 255, 255, 0.55) 1px,
          transparent 1px
        );
      background-size: 38px 38px;
    }

    .footer-professional {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding-top: 54px;
      padding-bottom: 28px;
      text-align: center;
    }

    .footer-brand-block {
      max-width: 720px;
      margin: 0 auto 25px;
    }

    .footer-kicker {
      display: inline-block;
      margin-bottom: 9px;
      color: #efc45f;
      font-size: 0.7rem;
      font-weight: 900;
      letter-spacing: 1.45px;
      text-transform: uppercase;
    }

    .footer-brand-block h3 {
      margin: 0 0 7px;
      color: #ffffff;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(1.45rem, 3vw, 1.9rem);
      font-weight: 600;
      letter-spacing: 0.2px;
      line-height: 1.25;
    }

    .footer-subtitle {
      margin: 0;
      color: rgba(255, 255, 255, 0.76);
      font-size: 0.86rem;
      font-weight: 800;
      letter-spacing: 0.75px;
    }

    .footer-address-card {
      max-width: 690px;
      margin: 0 auto 23px;
      padding: 17px 22px;
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(8px);
    }

    .footer-address-label {
      display: block;
      margin-bottom: 5px;
      color: #efc45f;
      font-size: 0.67rem;
      font-weight: 900;
      letter-spacing: 1.1px;
      text-transform: uppercase;
    }

    .footer-address-card p {
      margin: 0;
      color: rgba(255, 255, 255, 0.76);
      font-size: 0.79rem;
      line-height: 1.75;
    }

    .footer-contact-list {
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 28px;
    }

    .footer-contact-button {
      min-width: 260px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 12px 16px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 12px;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.075);
      text-align: left;
      transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
    }

    .footer-contact-button:hover {
      transform: translateY(-2px);
      border-color: rgba(239, 196, 95, 0.58);
      background: rgba(255, 255, 255, 0.12);
      box-shadow: 0 10px 24px rgba(3, 18, 31, 0.18);
    }

    .footer-contact-icon {
      width: 37px;
      height: 37px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 10px;
      color: #0f3556;
      background: #efc45f;
      font-size: 1rem;
      font-weight: 900;
    }

    .footer-contact-text {
      min-width: 0;
      display: flex;
      flex-direction: column;
      line-height: 1.3;
    }

    .footer-contact-text small {
      margin-bottom: 2px;
      color: rgba(255, 255, 255, 0.58);
      font-size: 0.64rem;
      font-weight: 800;
      letter-spacing: 0.75px;
      text-transform: uppercase;
    }

    .footer-contact-text strong {
      overflow-wrap: anywhere;
      color: #ffffff;
      font-size: 0.78rem;
      font-weight: 800;
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding-top: 19px;
      border-top: 1px solid rgba(255, 255, 255, 0.11);
    }

    .footer-bottom p {
      margin: 0;
      color: rgba(255, 255, 255, 0.52);
      font-size: 0.69rem;
      line-height: 1.6;
    }

    @media (max-width: 640px) {
      .footer-professional {
        padding-top: 42px;
        padding-bottom: 24px;
      }

      .footer-address-card {
        padding: 15px 17px;
      }

      .footer-contact-list {
        flex-direction: column;
        align-items: stretch;
      }

      .footer-contact-button {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
      }

      .footer-bottom {
        flex-direction: column;
        justify-content: center;
        gap: 4px;
      }

      .footer-bottom p {
        text-align: center;
      }
    }

  
    /* =========================================================
       FOOTER RINGKAS DAN FORMAL
       ========================================================= */

    .site-footer.footer-simple {
      position: relative;
      margin: 0;
      overflow: visible;
      color: #d8e0e7;
      background: #102f4a;
    }

    .site-footer.footer-simple::before {
      display: none;
      content: none;
    }

    .footer-simple__inner {
      max-width: 900px;
      padding-top: 28px;
      padding-bottom: 18px;
      text-align: center;
    }

    .footer-simple h3 {
      margin: 0 0 3px;
      color: #ffffff;
      font-family: "Segoe UI", Arial, sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      letter-spacing: 0.3px;
    }

    .footer-simple__publisher {
      margin: 0 0 10px;
      color: #dce6ee;
      font-size: 0.79rem;
      font-weight: 600;
    }

    .footer-simple__address {
      max-width: 760px;
      margin: 0 auto 8px;
      color: #b9c6d1;
      font-size: 0.85rem;
      line-height: 1.65;
    }

    .footer-simple__contact {
      margin: 0 0 14px;
      color: #8396a6;
      font-size: 0.85rem;
    }

    .footer-simple__contact span {
      display: inline-block;
      margin: 0 8px;
    }

    .footer-simple__contact a {
      color: #ffffff;
      font-weight: 600;
      text-decoration: none;
    }

    .footer-simple__contact a:hover {
      text-decoration: underline;
    }

    .footer-simple__copyright {
      margin: 0;
      padding-top: 13px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      color: #8fa1af;
      font-size: 0.78rem;
      line-height: 1.55;
    }

    @media (max-width: 640px) {
      .footer-simple__inner {
        padding-top: 24px;
        padding-bottom: 16px;
      }

      .footer-simple__address {
        max-width: 420px;
      }

      .footer-simple__contact span {
        margin: 0 5px;
      }
    }

  
    /* =========================================================
       ISSN DENGAN VISUAL BARCODE
       ========================================================= */

    .journal-meta {
      align-items: stretch;
      gap: 8px;
    }

    .issn-barcode-chip {
      min-width: 138px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 7px 9px;
      border: 1px solid var(--border);
      border-radius: 8px;
      background: #ffffff;
    }

    .issn-barcode {
      width: 32px;
      height: 28px;
      flex: 0 0 auto;
      background:
        repeating-linear-gradient(
          90deg,
          #172433 0 1px,
          transparent 1px 3px,
          #172433 3px 5px,
          transparent 5px 7px,
          #172433 7px 8px,
          transparent 8px 11px
        );
      opacity: 0.88;
    }

    .issn-barcode--alt {
      background:
        repeating-linear-gradient(
          90deg,
          #172433 0 2px,
          transparent 2px 4px,
          #172433 4px 5px,
          transparent 5px 7px,
          #172433 7px 10px,
          transparent 10px 12px
        );
    }

    .issn-text {
      min-width: 0;
      display: flex;
      flex-direction: column;
      line-height: 1.15;
    }

    .issn-text small {
      margin-bottom: 2px;
      color: var(--muted);
      font-size: 0.56rem;
      font-weight: 800;
      letter-spacing: 0.7px;
    }

    .issn-text strong {
      color: var(--ink);
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.4px;
    }

    /* =========================================================
       IKON KONTAK FOOTER
       ========================================================= */

    .footer-simple__contact {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .footer-contact-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #ffffff;
      font-weight: 600;
      text-decoration: none;
    }

    .footer-contact-icon {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex: 0 0 auto;
    }

    .footer-contact-separator {
      color: #6f8494;
    }

    @media (max-width: 640px) {
      .journal-meta {
        display: flex;
      }

      .issn-barcode-chip {
        min-width: 0;
        flex: 1 1 125px;
      }

      .footer-contact-separator {
        display: none;
      }

      .footer-simple__contact {
        gap: 10px 16px;
      }
    }

  
    /* Barcode ISSN diperkecil */
    .issn-barcode-chip {
      min-width: 112px;
      gap: 6px;
      padding: 5px 7px;
      border-radius: 6px;
    }

    .issn-barcode {
      width: 20px;
      height: 20px;
    }

    .issn-text small {
      margin-bottom: 1px;
      font-size: 0.49rem;
      letter-spacing: 0.5px;
    }

    .issn-text strong {
      font-size: 0.61rem;
      letter-spacing: 0.25px;
    }

    @media (max-width: 640px) {
      .issn-barcode-chip {
        min-width: 105px;
        flex: 0 1 auto;
      }

      .issn-barcode {
        width: 18px;
        height: 19px;
      }
    }

  
    /* Footer: garis penuh dan copyright dua baris */
    .footer-simple__copyright {
      position: relative;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding: 13px 20px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      text-align: center;
    }

    .footer-simple__copyright span {
      display: block;
    }

    .footer-simple__copyright span + span {
      margin-top: 2px;
    }

    @media (max-width: 640px) {
      .footer-simple__copyright {
        padding-left: 16px;
        padding-right: 16px;
      }
    }

  
    /* =========================================================
       HEADER MENU FINAL
       ========================================================= */

    .topbar__inner {
      justify-content: center;
      text-align: center;
    }

    .main-nav {
      gap: 22px;
    }

    .main-nav__button {
      padding: 9px 17px;
    }

    .header-search-toggle {
      width: 39px;
      height: 39px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      padding: 0;
      border: 1px solid var(--border);
      border-radius: 50%;
      color: var(--primary);
      background: #ffffff;
      cursor: pointer;
      transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
    }

    .header-search-toggle:hover,
    .header-search-toggle.is-active {
      color: #ffffff;
      border-color: var(--secondary);
      background: var(--secondary);
    }

    .header-search-toggle svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
    }

    .header-search-panel {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding-top: 15vh;
      background: rgba(18, 59, 99, 0.45);
      backdrop-filter: blur(6px);
    }

    .header-search-panel[hidden] {
      display: none !important;
    }

    .header-search-panel__backdrop {
      position: absolute;
      inset: 0;
      z-index: 0;
      cursor: pointer;
    }

    .header-search-panel__inner {
      display: flex;
      justify-content: center;
      width: 100%;
      position: relative;
      z-index: 1;
    }

    .header-search-form {
      width: min(92%, 560px);
      height: 52px;
      display: flex;
      align-items: center;
      overflow: hidden;
      border: 1px solid var(--border-dark);
      border-radius: 12px;
      background: #ffffff;
      box-shadow: 0 12px 34px rgba(6, 22, 38, 0.2);
    }

    .header-search-form > svg {
      width: 17px;
      height: 17px;
      margin-left: 13px;
      flex: 0 0 auto;
      fill: none;
      stroke: var(--muted);
      stroke-width: 2;
      stroke-linecap: round;
    }

    .header-search-form input {
      min-width: 0;
      flex: 1;
      height: 100%;
      padding: 0 12px;
      border: 0;
      outline: 0;
      color: var(--ink);
      background: transparent;
      font-size: 0.95rem;
    }

    .header-search-form button {
      align-self: stretch;
      padding: 0 24px;
      border: 0;
      color: #ffffff;
      background: var(--primary);
      cursor: pointer;
      font-size: 0.9rem;
      font-weight: 600;
    }

    .header-search-form button:hover {
      background: var(--primary-2);
    }

    @media (max-width: 1080px) {
      .main-nav .header-search-toggle {
        width: 100%;
        height: 40px;
        border-radius: 9px;
      }


    }

    @media (max-width: 640px) {
      .header-search-form {
        width: 100%;
      }
    }

  
    /* =========================================================
       VERSI GARIS TEPI
       ========================================================= */

    body {
      background: #eef1f4;
    }

    .page {
      width: min(92%, var(--container));
      margin: 24px auto;
      padding: 30px;
      background: #ffffff;
      border: 1px solid #d5dde5;
      border-radius: 6px;
    }

    .page h1 {
      margin-top: 0;
      color: var(--primary);
    }

    .cmp_form fieldset {
      border: none;
      padding: 0;
      margin: 0 0 20px 0;
    }

    .cmp_form label {
      display: block;
      margin-bottom: 15px;
      font-weight: 600;
      color: var(--ink);
    }

    .cmp_form input[type="text"],
    .cmp_form input[type="password"],
    .cmp_form input[type="email"] {
      width: 100%;
      padding: 10px 14px;
      margin-top: 5px;
      border: 1px solid var(--border-dark);
      border-radius: 6px;
      font-family: inherit;
    }

    .cmp_form input[type="text"]:focus,
    .cmp_form input[type="password"]:focus,
    .cmp_form input[type="email"]:focus {
      outline: none;
      border-color: var(--primary);
      box-shadow: 0 0 0 3px rgba(118, 20, 229, 0.1);
    }

    .cmp_form .submit {
      padding: 10px 24px;
      background: var(--primary);
      color: #fff;
      border: none;
      border-radius: 6px;
      font-weight: 600;
      cursor: pointer;
    }
    
    .cmp_form .submit:hover {
      background: var(--primary-2);
    }

    .site-header {
      width: min(92%, var(--container));
      margin: 18px auto 24px;
      border: 1px solid #d5dde5;
      border-radius: 6px;
      box-shadow: 0 1px 0 rgba(16, 47, 74, 0.06);
    }

    .hero {
      margin: 18px auto 0;
      border: 1px solid #d5dde5;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: none;
    }

    .hero .container.hero__inner {
      width: min(96%, var(--container));
    }

    .directory {
      padding-top: 26px;
    }

    .journal-grid {
      gap: 0;
      border-top: 1px solid #d8e0e7;
      border-left: 1px solid #d8e0e7;
      background: #ffffff;
    }

    .journal-card {
      border: 0;
      border-right: 1px solid #d8e0e7;
      border-bottom: 1px solid #d8e0e7;
      border-radius: 0;
      box-shadow: none;
      min-height: 300px;
    }

    .journal-card:hover {
      transform: none;
      box-shadow: none;
      background: #fcfdff;
    }

    .journal-cover {
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: none;
    }

    .footer-simple__copyright {
      border-top-color: rgba(255, 255, 255, 0.18);
    }

    @media (max-width: 850px) {
      .journal-grid {
        border-right: 1px solid #d8e0e7;
      }
    }

    @media (max-width: 640px) {
      .hero {
        margin-top: 0;
      }

      .journal-card {
        min-height: auto;
      }
    }

  
    /* =========================================================
       HERO MENYATU DENGAN GARIS DAFTAR JURNAL
       ========================================================= */

    .hero {
      width: min(92%, var(--container));
      margin: 0 auto;
      border: 1px solid #d5dde5;
      border-bottom: 0;
      border-radius: 6px 6px 0 0;
    }

    .site-header .container.header__inner,
    .site-footer .container.footer-simple__inner,
    .hero .container.hero__inner {
      width: 100%;
      max-width: none;
      padding-left: 26px;
      padding-right: 26px;
    }

    .directory {
      padding-top: 0;
    }

    .directory > .container {
      width: min(92%, var(--container));
    }

    .journal-grid {
      margin-top: 0;
      border-top: 1px solid #d8e0e7;
      border-radius: 0 0 6px 6px;
      overflow: hidden;
    }

    .site-footer.footer-simple {
      width: min(92%, var(--container));
      margin: 24px auto 32px;
      border-radius: 6px;
      overflow: hidden;
    }

    @media (max-width: 640px) {
      .site-header {
        width: min(94%, var(--container));
        margin-top: 12px;
      }

      .hero {
        width: min(94%, var(--container));
        margin-top: 0;
      }

      .site-footer.footer-simple {
        width: min(94%, var(--container));
        margin: 16px auto 24px;
      }

      .directory > .container {
        width: min(94%, var(--container));
      }

      .site-header .container.header__inner,
      .site-footer .container.footer-simple__inner,
      .hero .container.hero__inner {
        padding-left: 20px;
        padding-right: 20px;
      }
    }

  
    /* Top bar removed */
    .topbar {
      display: none !important;
    }

    /* Footer icons in white */
    .footer-contact-link {
      color: #ffffff;
    }

    .footer-contact-icon {
      stroke: #ffffff !important;
      fill: none;
    }

  
    /* =========================================================
       FINAL COLOR THEME
       Primary : #7614e5
       Hover   : #d9d83c
       ========================================================= */

    :root {
      --primary: #7614e5;
      --primary-2: #5d0fb7;
      --secondary: #7614e5;
      --accent: #d9d83c;
      --success-text: #5d0fb7;
      --success-bg: rgba(118, 20, 229, 0.10);
    }

    .brand__logo {
      background: linear-gradient(135deg, #7614e5, #5d0fb7);
    }

    .brand__text strong,
    .journal-title,
    .section-heading h2 {
      color: #7614e5;
    }

    .main-nav a:hover,
    .journal-title:hover,
    .footer-simple__contact a:hover {
      color: #8b8a00;
    }

    .main-nav__button,
    .btn--primary,
    .header-search-form button {
      border-color: #7614e5;
      background: #7614e5;
      color: #ffffff !important;
    }

    .main-nav__button:hover,
    .btn--primary:hover,
    .header-search-form button:hover {
      border-color: #d9d83c;
      background: #d9d83c;
      color: #241d00 !important;
    }

    .btn--outline {
      border-color: rgba(118, 20, 229, 0.32);
      color: #7614e5;
    }

    .btn--outline:hover {
      border-color: #d9d83c;
      background: rgba(217, 216, 60, 0.15);
      color: #696800;
    }

    .header-search-toggle {
      border-color: rgba(118, 20, 229, 0.24);
      color: #7614e5;
    }

    .header-search-toggle:hover,
    .header-search-toggle.is-active {
      border-color: #d9d83c;
      background: #d9d83c;
      color: #241d00;
    }

    .hero {
      background:
        radial-gradient(
          circle at 88% 25%,
          rgba(217, 216, 60, 0.18),
          transparent 34%
        ),
        linear-gradient(
          110deg,
          #7614e5 0%,
          #6812ca 52%,
          #4b0d91 100%
        );
    }

    .journal-status {
      color: #5d0fb7;
      background: rgba(118, 20, 229, 0.10);
    }

    .journal-status::before {
      background: #7614e5;
      box-shadow: 0 0 0 3px rgba(118, 20, 229, 0.13);
    }

    .journal-card:hover {
      border-color: rgba(118, 20, 229, 0.38);
      background: #fdfbff;
    }

    .issn-barcode {
      background:
        repeating-linear-gradient(
          90deg,
          #7614e5 0 1px,
          transparent 1px 3px,
          #7614e5 3px 5px,
          transparent 5px 7px,
          #7614e5 7px 8px,
          transparent 8px 11px
        );
    }

    .issn-barcode--alt {
      background:
        repeating-linear-gradient(
          90deg,
          #7614e5 0 2px,
          transparent 2px 4px,
          #7614e5 4px 5px,
          transparent 5px 7px,
          #7614e5 7px 10px,
          transparent 10px 12px
        );
    }

    .site-footer.footer-simple {
      background: #35105f;
    }

    .footer-contact-link:hover {
      color: #d9d83c;
    }

    .footer-contact-link:hover .footer-contact-icon {
      stroke: #d9d83c !important;
    }

    .menu-toggle:hover {
      border-color: #d9d83c;
      background: #d9d83c;
      color: #241d00;
    }

    ::selection {
      color: #241d00;
      background: #d9d83c;
    }

  
    /* OPEN ACCESS menggunakan warna hover utama */
    .journal-status {
      color: #241d00;
      background: #d9d83c;
    }

    .journal-status::before {
      background: #7614e5;
      box-shadow: 0 0 0 3px rgba(118, 20, 229, 0.14);
    }

  
    /* =========================================================
       OPEN ACCESS ANIMATION
       ========================================================= */

    .journal-status {
      position: relative;
      overflow: visible;
      animation: openAccessFloat 2.8s ease-in-out infinite;
      will-change: transform;
    }

    .journal-status::before {
      animation: openAccessPulse 1.8s ease-in-out infinite;
    }

    @keyframes openAccessFloat {
      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-2px);
      }
    }

    @keyframes openAccessPulse {
      0%,
      100% {
        transform: scale(1);
        box-shadow:
          0 0 0 3px rgba(118, 20, 229, 0.14),
          0 0 0 0 rgba(118, 20, 229, 0.30);
      }

      50% {
        transform: scale(1.18);
        box-shadow:
          0 0 0 3px rgba(118, 20, 229, 0.10),
          0 0 0 6px rgba(118, 20, 229, 0);
      }
    }

    .journal-status:hover {
      animation-play-state: paused;
      transform: translateY(-1px) scale(1.02);
    }

    .journal-status:hover::before {
      animation-play-state: paused;
    }

    @media (prefers-reduced-motion: reduce) {
      .journal-status,
      .journal-status::before {
        animation: none;
      }
    }

  
    /* =========================================================
       CENTERED HERO & UPDATED HEADER BRAND
       ========================================================= */

    .brand__text strong {
      font-family: "Segoe UI", Arial, sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.15px;
    }

    .brand__text span {
      display: none;
    }

    .hero__inner {
      display: flex !important;
      min-height: 196px;
      padding-top: 28px !important;
      padding-bottom: 28px !important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0 !important;
      text-align: center;
    }

    .hero h1 {
      max-width: 900px;
      margin: 0 0 14px;
      text-align: center;
    }

    .hero__lead {
      max-width: 860px;
      margin: 0 auto;
      text-align: center;
    }

    @media (max-width: 640px) {
      .hero__inner {
        min-height: 190px;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
      }

      .hero h1 {
        font-size: 2rem;
      }

      .hero__lead {
        max-width: 94%;
      }
    }

  
    /* =========================================================
       HERO BUBBLES ANIMATION
       ========================================================= */

    .hero {
      position: relative;
      isolation: isolate;
    }

    .hero-bubbles {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
    }

    .bubble {
      position: absolute;
      display: block;
      border-radius: 50%;
      background:
        radial-gradient(
          circle at 30% 30%,
          rgba(255, 255, 255, 0.35) 0%,
          rgba(255, 255, 255, 0.14) 35%,
          rgba(255, 255, 255, 0.04) 68%,
          rgba(255, 255, 255, 0.01) 100%
        );
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-shadow:
        inset 0 0 18px rgba(255, 255, 255, 0.08),
        0 10px 28px rgba(34, 0, 73, 0.10);
      opacity: 0.72;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      will-change: transform, opacity;
    }

    .bubble::after {
      content: "";
      position: absolute;
      top: 18%;
      left: 22%;
      width: 18%;
      height: 18%;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.24);
      filter: blur(1px);
    }

    .bubble--1 {
      width: 130px;
      height: 130px;
      left: 4%;
      bottom: -28px;
      animation: bubbleFloatOne 14s infinite;
    }

    .bubble--2 {
      width: 72px;
      height: 72px;
      left: 18%;
      top: 18px;
      animation: bubbleFloatTwo 11s infinite;
    }

    .bubble--3 {
      width: 98px;
      height: 98px;
      left: 31%;
      bottom: -14px;
      animation: bubbleFloatThree 16s infinite;
    }

    .bubble--4 {
      width: 54px;
      height: 54px;
      left: 48%;
      top: 28px;
      animation: bubbleFloatTwo 12.5s infinite;
      animation-delay: -2s;
    }

    .bubble--5 {
      width: 118px;
      height: 118px;
      right: 24%;
      bottom: -24px;
      animation: bubbleFloatOne 15s infinite;
      animation-delay: -4s;
    }

    .bubble--6 {
      width: 66px;
      height: 66px;
      right: 16%;
      top: 24px;
      animation: bubbleFloatThree 10.5s infinite;
      animation-delay: -1.5s;
    }

    .bubble--7 {
      width: 158px;
      height: 158px;
      right: 6%;
      bottom: -52px;
      animation: bubbleFloatOne 17s infinite;
      animation-delay: -3s;
    }

    .bubble--8 {
      width: 42px;
      height: 42px;
      right: 36%;
      top: 16px;
      animation: bubbleFloatTwo 9.5s infinite;
      animation-delay: -2.5s;
    }

    .hero__inner {
      position: relative;
      z-index: 1;
    }

    @keyframes bubbleFloatOne {
      0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.66;
      }
      25% {
        transform: translate3d(10px, -10px, 0) scale(1.03);
        opacity: 0.78;
      }
      50% {
        transform: translate3d(-4px, -20px, 0) scale(0.98);
        opacity: 0.60;
      }
      75% {
        transform: translate3d(14px, -8px, 0) scale(1.04);
        opacity: 0.74;
      }
    }

    @keyframes bubbleFloatTwo {
      0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.55;
      }
      30% {
        transform: translate3d(-8px, 10px, 0) scale(1.06);
        opacity: 0.72;
      }
      60% {
        transform: translate3d(10px, -8px, 0) scale(0.95);
        opacity: 0.48;
      }
    }

    @keyframes bubbleFloatThree {
      0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.62;
      }
      20% {
        transform: translate3d(6px, -8px, 0) scale(0.97);
        opacity: 0.74;
      }
      50% {
        transform: translate3d(-10px, -18px, 0) scale(1.05);
        opacity: 0.54;
      }
      80% {
        transform: translate3d(8px, -6px, 0) scale(0.99);
        opacity: 0.68;
      }
    }

    @media (max-width: 768px) {
      .bubble--1 { width: 96px; height: 96px; left: 2%; }
      .bubble--2 { width: 58px; height: 58px; }
      .bubble--3 { width: 74px; height: 74px; }
      .bubble--5 { width: 90px; height: 90px; }
      .bubble--7 { width: 120px; height: 120px; right: 2%; }
    }

    @media (prefers-reduced-motion: reduce) {
      .bubble {
        animation: none !important;
      }
    }

  
    /* =========================================================
       HEADER BRAND UPDATE
       ========================================================= */

    .brand {
      gap: 12px;
      min-width: 300px;
    }

    .brand__logo {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      font-size: 0.84rem;
      box-shadow: 0 4px 12px rgba(118, 20, 229, 0.15);
    }

    .brand__text {
      display: flex;
      min-width: 0;
      flex-direction: column;
      justify-content: center;
    }

    .brand__text strong {
      margin: 0;
      color: #7614e5;
      font-family: "Segoe UI", Arial, sans-serif;
      font-size: 0.96rem;
      font-weight: 750;
      line-height: 1.18;
      letter-spacing: 0.1px;
    }

    .brand__text span {
      display: block;
      margin-top: 3px;
      color: #6f7782;
      font-size: 0.7rem;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0.25px;
    }

    /* =========================================================
       FOOTER BUBBLES
       ========================================================= */

    .site-footer.footer-simple {
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }

    .footer-simple__inner {
      position: relative;
      z-index: 2;
    }

    .footer-bubbles {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
    }

    .footer-bubble {
      position: absolute;
      display: block;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.10);
      background:
        radial-gradient(
          circle at 30% 30%,
          rgba(255, 255, 255, 0.22) 0%,
          rgba(255, 255, 255, 0.09) 35%,
          rgba(255, 255, 255, 0.025) 70%,
          transparent 100%
        );
      box-shadow:
        inset 0 0 14px rgba(255, 255, 255, 0.05),
        0 8px 22px rgba(17, 0, 35, 0.12);
      opacity: 0.46;
      will-change: transform, opacity;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
    }

    .footer-bubble::after {
      content: "";
      position: absolute;
      top: 20%;
      left: 24%;
      width: 16%;
      height: 16%;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.20);
      filter: blur(1px);
    }

    .footer-bubble--1 {
      width: 88px;
      height: 88px;
      left: 5%;
      bottom: -35px;
      animation: footerBubbleFloatA 14s infinite;
    }

    .footer-bubble--2 {
      width: 44px;
      height: 44px;
      left: 21%;
      top: 18px;
      animation: footerBubbleFloatB 10s infinite;
      animation-delay: -2s;
    }

    .footer-bubble--3 {
      width: 64px;
      height: 64px;
      left: 39%;
      bottom: -23px;
      animation: footerBubbleFloatC 13s infinite;
      animation-delay: -4s;
    }

    .footer-bubble--4 {
      width: 48px;
      height: 48px;
      right: 32%;
      top: 13px;
      animation: footerBubbleFloatB 11.5s infinite;
      animation-delay: -1s;
    }

    .footer-bubble--5 {
      width: 76px;
      height: 76px;
      right: 14%;
      bottom: -30px;
      animation: footerBubbleFloatA 15s infinite;
      animation-delay: -5s;
    }

    .footer-bubble--6 {
      width: 36px;
      height: 36px;
      right: 4%;
      top: 24px;
      animation: footerBubbleFloatC 9s infinite;
      animation-delay: -3s;
    }

    @keyframes footerBubbleFloatA {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.38;
      }

      50% {
        transform: translate3d(9px, -14px, 0) scale(1.05);
        opacity: 0.55;
      }
    }

    @keyframes footerBubbleFloatB {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.34;
      }

      40% {
        transform: translate3d(-8px, 9px, 0) scale(0.96);
        opacity: 0.52;
      }

      70% {
        transform: translate3d(7px, -5px, 0) scale(1.04);
        opacity: 0.42;
      }
    }

    @keyframes footerBubbleFloatC {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.36;
      }

      50% {
        transform: translate3d(-9px, -12px, 0) scale(1.06);
        opacity: 0.50;
      }
    }

    @media (max-width: 640px) {
      .brand {
        min-width: 0;
        gap: 10px;
      }

      .brand__logo {
        width: 40px;
        height: 40px;
        border-radius: 11px;
        font-size: 0.76rem;
      }

      .brand__text strong {
        max-width: 185px;
        font-size: 0.83rem;
      }

      .brand__text span {
        font-size: 0.62rem;
      }

      .footer-bubble--1 {
        width: 68px;
        height: 68px;
      }

      .footer-bubble--3,
      .footer-bubble--5 {
        width: 56px;
        height: 56px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .footer-bubble {
        animation: none !important;
      }
    }

  
    /* Header identity order */
    .brand__text strong {
      color: #7614e5;
      font-size: 0.98rem;
      font-weight: 750;
    }

    .brand__text span {
      color: #6f7782;
      font-size: 0.68rem;
      font-weight: 600;
    }

  
    /* Scientific Journal Portal dibuat lebih besar */
    .brand__text strong {
      font-size: 1.18rem;
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: 0.05px;
    }

    .brand__text span {
      margin-top: 4px;
      font-size: 0.7rem;
    }

    @media (max-width: 640px) {
      .brand__text strong {
        max-width: 210px;
        font-size: 0.96rem;
      }

      .brand__text span {
        font-size: 0.62rem;
      }
    }


/* === LOGIN CSS === */
    /* =========================================================
       LOGIN PAGE
       ========================================================= */

    .login-page {
      flex: 1;
    }

    .login-section {
      position: relative;
      min-height: 620px;
      display: flex;
      align-items: center;
      padding: 56px 0;
      background:
        radial-gradient(circle at 12% 15%, rgba(118, 20, 229, 0.09), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(217, 216, 60, 0.13), transparent 27%),
        #f4f5f7;
    }

    .login-layout {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      overflow: hidden;
      border: 1px solid #dce3e9;
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 18px 42px rgba(49, 16, 88, 0.14);
    }

    .login-welcome {
      position: relative;
      min-height: 510px;
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 48px;
      color: #ffffff;
      background:
        linear-gradient(145deg, #7614e5 0%, #6411c4 58%, #4b0d91 100%);
    }

    .login-welcome::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.06;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px);
      background-size: 38px 38px;
    }

    .login-bubbles {
      position: absolute;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
    }

    .login-bubble {
      position: absolute;
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: 50%;
      background:
        radial-gradient(
          circle at 30% 30%,
          rgba(255, 255, 255, 0.30),
          rgba(255, 255, 255, 0.07) 52%,
          transparent 72%
        );
      opacity: 0.58;
      animation: loginBubbleFloat 12s ease-in-out infinite;
    }

    .login-bubble--1 {
      width: 138px;
      height: 138px;
      left: -42px;
      bottom: -32px;
    }

    .login-bubble--2 {
      width: 74px;
      height: 74px;
      right: 11%;
      top: 12%;
      animation-delay: -3s;
    }

    .login-bubble--3 {
      width: 105px;
      height: 105px;
      right: -25px;
      bottom: 16%;
      animation-delay: -6s;
    }

    .login-bubble--4 {
      width: 45px;
      height: 45px;
      left: 27%;
      top: 16%;
      animation-delay: -1.5s;
    }

    .login-welcome__content {
      position: relative;
      z-index: 1;
      max-width: 470px;
    }

    .login-kicker {
      display: inline-flex;
      margin-bottom: 17px;
      padding: 6px 10px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .login-welcome h1 {
      margin: 0 0 15px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2rem, 4vw, 3.15rem);
      font-weight: 600;
      line-height: 1.12;
    }

    .login-welcome p {
      margin: 0;
      color: rgba(255, 255, 255, 0.80);
      font-size: 0.91rem;
      line-height: 1.8;
    }

    .login-panel {
      min-height: 510px;
      display: flex;
      align-items: center;
      padding: 48px 58px;
    }

    .login-form-wrap {
      width: 100%;
      max-width: 440px;
      margin-inline: auto;
    }

    .login-heading {
      margin-bottom: 27px;
    }

    .login-heading > span {
      display: block;
      margin-bottom: 7px;
      color: #7614e5;
      font-size: 0.69rem;
      font-weight: 900;
      letter-spacing: 1.2px;
      text-transform: uppercase;
    }

    .login-heading h2 {
      margin: 0 0 8px;
      color: #172433;
      font-size: 1.72rem;
      line-height: 1.2;
    }

    .login-heading p {
      margin: 0;
      color: #5a6673;
      font-size: 0.83rem;
    }

    .form-group {
      margin-bottom: 18px;
    }

    .form-group label {
      display: block;
      margin-bottom: 7px;
      color: #334154;
      font-size: 0.77rem;
      font-weight: 750;
    }

    .form-control-wrap {
      position: relative;
    }

    .form-icon {
      position: absolute;
      top: 50%;
      left: 14px;
      width: 17px;
      height: 17px;
      transform: translateY(-50%);
      fill: none;
      stroke: #8b95a0;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      pointer-events: none;
    }

    .cmp_form .form-control-wrap input {
      width: 100%;
      height: 49px;
      padding: 0 46px 0 43px;
      border: 1px solid #dce3e9;
      border-radius: 10px;
      outline: none;
      color: #172433;
      background: #fbfcfd;
      font-size: 0.83rem;
      transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    }

    .cmp_form .form-control-wrap input:focus {
      border-color: #7614e5;
      background: #ffffff;
      box-shadow: 0 0 0 4px rgba(118, 20, 229, 0.11);
    }

    .password-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      transform: translateY(-50%);
      border: 0;
      color: #7e8994;
      background: transparent;
      cursor: pointer;
    }

    .password-toggle:hover {
      color: #7614e5;
    }

    .password-toggle svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .login-options {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin: 2px 0 22px;
      font-size: 0.75rem;
    }

    .remember-me {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: #5a6673;
      cursor: pointer;
    }

    .remember-me input {
      width: 15px;
      height: 15px;
      accent-color: #7614e5;
    }

    .login-options > a {
      color: #7614e5;
      font-weight: 700;
    }

    .login-options > a:hover {
      color: #777600;
      text-decoration: underline;
    }

    .login-submit {
      width: 100%;
      min-height: 49px;
      border: 0;
      border-radius: 10px;
      color: #ffffff;
      background: #7614e5;
      cursor: pointer;
      font-size: 0.84rem;
      font-weight: 850;
      transition:
        transform 0.2s ease,
        color 0.2s ease,
        background 0.2s ease;
    }

    .login-submit:hover {
      transform: translateY(-1px);
      color: #241d00;
      background: #d9d83c;
    }

    .register-link {
      margin: 22px 0 0;
      color: #5a6673;
      font-size: 0.77rem;
      text-align: center;
    }

    .register-link a {
      color: #7614e5;
      font-weight: 800;
    }

    .register-link a:hover {
      color: #777600;
      text-decoration: underline;
    }

    .login-policy {
      margin: 25px 0 0;
      padding-top: 18px;
      border-top: 1px solid #dce3e9;
      color: #7c8793;
      font-size: 0.69rem;
      text-align: center;
    }

    @keyframes loginBubbleFloat {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
      }

      50% {
        transform: translate3d(8px, -15px, 0) scale(1.05);
      }
    }

    @media (max-width: 960px) {
      .login-layout {
        grid-template-columns: 1fr;
      }

      .login-welcome {
        min-height: 300px;
      }

      .login-panel {
        min-height: auto;
      }
    }

    @media (max-width: 640px) {
      .login-section {
        padding: 24px 0;
      }

      .login-layout {
        border-radius: 15px;
      }

      .login-welcome {
        min-height: 245px;
        padding: 32px 25px;
        text-align: center;
      }

      .login-welcome__content {
        margin-inline: auto;
      }

      .login-panel {
        padding: 34px 24px;
      }

      .login-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .login-bubble {
        animation: none;
      }
    }

  
    /* =========================================================
       SINGLE CENTERED LOGIN BLOCK
       ========================================================= */

    .login-section {
      min-height: 620px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 56px 0;
      background:
        radial-gradient(circle at 15% 20%, rgba(118, 20, 229, 0.08), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(217, 216, 60, 0.12), transparent 28%),
        #f4f5f7;
    }

    .login-layout {
      width: min(100%, 520px);
      display: block;
      margin-inline: auto;
      overflow: hidden;
      border: 1px solid #dce3e9;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 18px 42px rgba(49, 16, 88, 0.14);
    }

    .login-panel {
      min-height: auto;
      display: block;
      padding: 46px 44px;
    }

    .login-form-wrap {
      width: 100%;
      max-width: none;
      margin: 0;
    }

    .login-heading {
      text-align: center;
    }

    .login-heading > span {
      display: inline-block;
    }

    .login-policy {
      margin-top: 22px;
    }

    @media (max-width: 640px) {
      .login-section {
        min-height: calc(100vh - 160px);
        padding: 28px 0;
      }

      .login-layout {
        width: min(94%, 520px);
        border-radius: 14px;
      }

      .login-panel {
        padding: 34px 24px;
      }
    }

/* === REGISTER CSS === */
    .register-page {
      flex: 1;
    }

    .register-section {
      position: relative;
      min-height: 720px;
      display: flex;
      align-items: center;
      padding: 52px 0;
      background:
        radial-gradient(circle at 12% 18%, rgba(118, 20, 229, 0.08), transparent 29%),
        radial-gradient(circle at 88% 82%, rgba(217, 216, 60, 0.12), transparent 27%),
        #f4f5f7;
    }

    .register-card {
      width: min(100%, 760px);
      margin-inline: auto;
      overflow: hidden;
      border: 1px solid #dce3e9;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 18px 42px rgba(49, 16, 88, 0.14);
    }

    .register-form-wrap {
      padding: 44px 48px;
    }

    .register-heading {
      margin-bottom: 26px;
      text-align: center;
    }

    .register-heading > span {
      display: inline-block;
      margin-bottom: 7px;
      color: #7614e5;
      font-size: 0.69rem;
      font-weight: 900;
      letter-spacing: 1.2px;
      text-transform: uppercase;
    }

    .register-heading h1 {
      margin: 0 0 8px;
      color: #172433;
      font-size: 1.9rem;
      line-height: 1.2;
    }

    .register-heading p {
      margin: 0;
      color: #5a6673;
      font-size: 0.83rem;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .password-note {
      margin: -5px 0 18px;
      color: #7c8793;
      font-size: 0.69rem;
    }

    .agreement-option {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      margin-bottom: 22px;
      color: #5a6673;
      font-size: 0.73rem;
      line-height: 1.55;
      cursor: pointer;
    }

    .agreement-option input {
      width: 15px;
      height: 15px;
      margin-top: 3px;
      flex: 0 0 auto;
      accent-color: #7614e5;
    }

    .agreement-option a {
      color: #7614e5;
      font-weight: 750;
    }

    .agreement-option a:hover {
      color: #777600;
      text-decoration: underline;
    }

    .agreement-option a[aria-disabled="true"] {
      color: #8b95a0;
      cursor: not-allowed;
      pointer-events: none;
    }

    .register-submit {
      width: 100%;
      min-height: 49px;
      border: 0;
      border-radius: 10px;
      color: #ffffff;
      background: #7614e5;
      cursor: pointer;
      font-size: 0.84rem;
      font-weight: 850;
      transition:
        transform 0.2s ease,
        color 0.2s ease,
        background 0.2s ease;
    }

    .register-submit:hover {
      transform: translateY(-1px);
      color: #241d00;
      background: #d9d83c;
    }

    .login-link {
      margin: 22px 0 0;
      color: #5a6673;
      font-size: 0.77rem;
      text-align: center;
    }

    .login-link a {
      color: #7614e5;
      font-weight: 800;
    }

    .login-link a:hover {
      color: #777600;
      text-decoration: underline;
    }

    @media (max-width: 700px) {
      .register-section {
        min-height: auto;
        padding: 26px 0;
      }

      .register-card {
        width: min(94%, 760px);
        border-radius: 14px;
      }

      .register-form-wrap {
        padding: 34px 24px;
      }

      .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
      }
    }

  
    /* =========================================================
       JOURNAL SELECTION & NOTIFICATION
       ========================================================= */

    .journal-selection {
      margin: 4px 0 18px;
    }

    .author-role-note {
      margin: 8px 0 0;
      color: #147d70;
      font-size: 0.7rem;
      font-weight: 650;
    }

    .journal-selection__label {
      display: block;
      margin-bottom: 8px;
      color: #1f2937;
      font-size: 0.82rem;
      font-weight: 800;
      line-height: 1.45;
    }

    .journal-select-wrap {
      position: relative;
    }

    .cmp_form .journal-select-wrap select {
      width: 100%;
      height: 50px;
      padding: 0 46px 0 43px;
      border: 1px solid #dce3e9;
      border-radius: 10px;
      outline: none;
      appearance: none;
      color: #334154;
      background: #fbfcfd;
      cursor: pointer;
      font-size: 0.82rem;
      transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    }

    .cmp_form .journal-select-wrap select:focus {
      border-color: #7614e5;
      background: #ffffff;
      box-shadow: 0 0 0 4px rgba(118, 20, 229, 0.11);
    }

    .journal-select-icon,
    .journal-select-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      pointer-events: none;
    }

    .journal-select-icon {
      left: 14px;
      width: 17px;
      height: 17px;
      stroke: #7614e5;
      stroke-width: 1.8;
    }

    .journal-select-arrow {
      right: 14px;
      width: 16px;
      height: 16px;
      stroke: #7c8793;
      stroke-width: 2;
    }

    .notification-option {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      margin: 0 0 20px;
      color: #5a6673;
      font-size: 0.73rem;
      line-height: 1.55;
      cursor: pointer;
    }

    .notification-option input {
      width: 15px;
      height: 15px;
      margin-top: 3px;
      flex: 0 0 auto;
      accent-color: #7614e5;
    }

  
    /* =========================================================
       COUNTRY SELECT
       ========================================================= */

    .country-select-wrap {
      position: relative;
    }

    .cmp_form .country-select-wrap select {
      width: 100%;
      height: 49px;
      padding: 0 43px;
      border: 1px solid #dce3e9;
      border-radius: 10px;
      outline: none;
      appearance: none;
      color: #334154;
      background: #fbfcfd;
      cursor: pointer;
      font-size: 0.82rem;
      transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    }

    .cmp_form .country-select-wrap select:focus {
      border-color: #7614e5;
      background: #ffffff;
      box-shadow: 0 0 0 4px rgba(118, 20, 229, 0.11);
    }

    .country-select-icon,
    .country-select-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      pointer-events: none;
    }

    .country-select-icon {
      left: 14px;
      width: 17px;
      height: 17px;
      stroke: #8b95a0;
      stroke-width: 1.7;
    }

    .country-select-arrow {
      right: 14px;
      width: 16px;
      height: 16px;
      stroke: #7c8793;
      stroke-width: 2;
    }

  
    /* Journal selection label dibuat lebih ringan */
    .journal-selection__label {
      font-size: 0.77rem;
      font-weight: 600;
      color: #334154;
      letter-spacing: 0;
    }

/* === OJS SPECIFIC OVERRIDES FOR LOGIN & REGISTER === */
html body .cmp_form .form-control-wrap input,
html body .cmp_form .journal-select-wrap select,
html body .cmp_form .country-select-wrap select,
html body .cmp_form .form-group input#interests {
    width: 100% !important;
    height: 49px !important;
    padding: 0 46px 0 43px !important;
    border: 1px solid #dce3e9 !important;
    border-radius: 10px !important;
    background: #fbfcfd !important;
    font-size: 0.83rem !important;
    box-shadow: none !important;
    line-height: normal !important;
    margin: 0 !important;
    max-width: none !important;
    display: block !important;
}

html body .cmp_form .country-select-wrap select {
    padding: 0 43px !important;
}

html body .cmp_form .form-group input#interests {
    padding: 0 15px !important;
}

html body .cmp_form .form-control-wrap input:focus,
html body .cmp_form .journal-select-wrap select:focus,
html body .cmp_form .country-select-wrap select:focus,
html body .cmp_form .form-group input#interests:focus {
    border-color: #7614e5 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(118, 20, 229, 0.11) !important;
}

html body .cmp_form .remember-me input,
html body .cmp_form .agreement-option input,
html body .cmp_form .notification-option input {
    width: 15px !important;
    height: 15px !important;
    margin-top: 3px !important;
    accent-color: #7614e5 !important;
    display: inline-block !important;
    border: 1px solid #dce3e9 !important;
}

html body .cmp_form .login-options,
html body .cmp_form .form-grid {
    display: flex !important;
}
html body .cmp_form .form-grid {
    display: grid !important;
}

html body .cmp_form .login-options {
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

/* === PASSWORD RESET REQUEST === */
.reset-page,
.success-page {
    flex: 1;
}

.reset-section,
.success-section {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    padding: 54px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(118, 20, 229, 0.08), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(217, 216, 60, 0.12), transparent 28%),
        #f4f5f7;
}

.reset-card,
.success-card {
    width: min(100%, 520px);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid #dce3e9;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(49, 16, 88, 0.14);
}

.success-card {
    width: min(100%, 540px);
}

.reset-form-wrap {
    padding: 44px 44px 40px;
}

.success-content {
    padding: 44px 44px 38px;
    text-align: center;
}

.reset-icon,
.success-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 16px;
    color: #7614e5;
    background: rgba(118, 20, 229, 0.10);
}

.success-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 19px;
    border-radius: 18px;
}

.reset-icon svg,
.success-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-icon svg {
    width: 31px;
    height: 31px;
}

.reset-heading,
.success-heading {
    margin-bottom: 26px;
    text-align: center;
}

.success-heading {
    margin-bottom: 22px;
}

.reset-heading > span,
.success-heading > span {
    display: inline-block;
    margin-bottom: 7px;
    color: #7614e5;
    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.reset-heading h1,
.success-heading h1 {
    margin: 0 0 9px;
    color: #172433;
    font-size: 1.82rem;
    line-height: 1.2;
}

.success-heading h1 {
    margin-bottom: 10px;
    font-size: 1.85rem;
}

.reset-heading p,
.success-heading p {
    max-width: 445px;
    margin: 0 auto;
    color: #5a6673;
    font-size: 0.81rem;
    line-height: 1.72;
}

.reset-submit,
.back-login-button {
    width: 100%;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background: #7614e5;
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 850;
    transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.reset-submit:hover,
.back-login-button:hover {
    transform: translateY(-1px);
    color: #241d00;
    background: #d9d83c;
}

.reset-note {
    margin: 17px 0 0;
    color: #7c8793;
    font-size: 0.69rem;
    line-height: 1.55;
    text-align: center;
}

.back-login {
    margin: 22px 0 0;
    padding-top: 18px;
    border-top: 1px solid #dce3e9;
    color: #5a6673;
    font-size: 0.77rem;
    text-align: center;
}

.back-login a,
.resend-link a,
.support-note a {
    color: #7614e5;
    font-weight: 800;
}

.back-login a:hover,
.resend-link a:hover,
.support-note a:hover {
    color: #777600;
    text-decoration: underline;
}

.reset-error {
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #f0b7b0;
    border-radius: 10px;
    color: #a93226;
    background: #fdecea;
    font-size: 0.76rem;
    line-height: 1.55;
}

.success-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 22px;
    padding: 14px 15px;
    border: 1px solid rgba(217, 216, 60, 0.55);
    border-radius: 10px;
    background: rgba(217, 216, 60, 0.13);
    text-align: left;
}

.success-notice svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 2px;
    fill: none;
    stroke: #777600;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-notice p {
    margin: 0;
    color: #5d5c22;
    font-size: 0.72rem;
    line-height: 1.55;
}

.resend-link {
    margin: 20px 0 0;
    color: #5a6673;
    font-size: 0.76rem;
}

.support-note {
    margin: 20px 0 0;
    padding-top: 17px;
    border-top: 1px solid #dce3e9;
    color: #7c8793;
    font-size: 0.69rem;
    line-height: 1.55;
}

@media (max-width: 640px) {
    .reset-section,
    .success-section {
        min-height: calc(100vh - 160px);
        padding: 28px 0;
    }

    .reset-card,
    .success-card {
        width: min(94%, 540px);
        border-radius: 14px;
    }

    .reset-form-wrap,
    .success-content {
        padding: 34px 24px 30px;
    }

    .reset-heading h1,
    .success-heading h1 {
        font-size: 1.6rem;
    }
}

/* === FINAL HEADER LOGO & PROFESSIONAL SEARCH DIALOG === */
.brand {
    min-width: 330px;
    gap: 12px;
}

.brand__logo {
    width: 62px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.brand__logo-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

body.pkp_page_login.pkp_op_index .site-header,
body.pkp_page_user.pkp_op_register .site-header,
body.pkp_page_login.pkp_op_lostPassword .site-header,
body.pkp_page_login.pkp_op_requestResetPassword .site-header {
    box-shadow: none;
}

body.pkp_page_login.pkp_op_index .brand__logo,
body.pkp_page_user.pkp_op_register .brand__logo,
body.pkp_page_login.pkp_op_lostPassword .brand__logo,
body.pkp_page_login.pkp_op_requestResetPassword .brand__logo {
    box-shadow: none;
    filter: none;
}

body.header-search-open {
    overflow: hidden;
}

.header-search-panel {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: start center;
    overflow-y: auto;
    padding: clamp(88px, 13vh, 140px) 20px 40px;
    background: rgba(17, 16, 28, 0.58);
    backdrop-filter: blur(10px);
}

.header-search-panel[hidden] {
    display: none !important;
}

.header-search-panel__backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: default;
}

.header-search-panel__inner {
    position: relative;
    z-index: 1;
    width: calc(100vw - 40px);
    max-width: 650px;
    display: block;
}

.header-search-dialog {
    width: 100%;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 26px 80px rgba(25, 6, 48, 0.28);
}

.header-search-dialog__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.header-search-dialog__header span {
    display: block;
    margin-bottom: 6px;
    color: #7614e5;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.header-search-dialog__header h2 {
    margin: 0 0 7px;
    color: #172433;
    font-size: 1.48rem;
    line-height: 1.25;
}

.header-search-dialog__header p {
    margin: 0;
    color: #667280;
    font-size: 0.8rem;
    line-height: 1.6;
}

.header-search-close {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid #e0e5ea;
    border-radius: 10px;
    color: #65717e;
    background: #f8fafc;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.header-search-close:hover,
.header-search-close:focus-visible {
    color: #5d0fb7;
    border-color: rgba(118, 20, 229, 0.3);
    background: rgba(118, 20, 229, 0.08);
}

.header-search-close svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.header-search-form {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.header-search-field {
    position: relative;
    min-width: 0;
}

.header-search-field > svg {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 19px;
    height: 19px;
    transform: translateY(-50%);
    fill: none;
    stroke: #7d8996;
    stroke-width: 2;
    stroke-linecap: round;
    pointer-events: none;
}

.header-search-form .header-search-field input {
    width: 100%;
    max-width: none;
    height: 52px;
    display: block;
    margin: 0;
    padding: 0 16px 0 46px;
    border: 1px solid #d7dee5;
    border-radius: 12px;
    outline: none;
    color: #172433;
    background: #f8fafc;
    font-size: 0.87rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-search-form .header-search-field input:focus {
    border-color: #7614e5;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(118, 20, 229, 0.11);
}

.header-search-form > button[type="submit"] {
    min-width: 120px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    align-self: auto;
    padding: 0 21px;
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    background: #7614e5;
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 800;
    transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.header-search-form > button[type="submit"]:hover,
.header-search-form > button[type="submit"]:focus-visible {
    transform: translateY(-1px);
    color: #241d00;
    background: #d9d83c;
}

.header-search-form > button[type="submit"] svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-search-hint {
    margin: 12px 0 0;
    color: #7d8996;
    font-size: 0.7rem;
}

.menu-toggle svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

@media (max-width: 640px) {
    .brand {
        min-width: 0;
        gap: 9px;
    }

    .brand__logo {
        width: 50px;
        height: 45px;
    }

    .header-search-panel {
        place-items: start center;
        padding: 76px 14px 24px;
    }

    .header-search-dialog {
        padding: 23px 20px 20px;
        border-radius: 16px;
    }

    .header-search-dialog__header h2 {
        font-size: 1.25rem;
    }

    .header-search-form {
        grid-template-columns: 1fr;
    }

    .header-search-form > button[type="submit"] {
        width: 100%;
    }
}

/* === AUTHENTICATED USER MENU === */
.header-user-menu {
    position: relative;
    flex: 0 0 auto;
}

.header-user-trigger {
    min-width: 150px;
    height: 46px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 4px 11px 4px 5px;
    border: 1px solid rgba(118, 20, 229, 0.55);
    border-radius: 999px;
    color: #26354a;
    background: #ffffff;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header-user-trigger:hover,
.header-user-trigger:focus-visible,
.header-user-trigger.is-active {
    border-color: #7614e5;
    background: #fdfbff;
    box-shadow: 0 0 0 3px rgba(118, 20, 229, 0.09);
}

.header-user-avatar {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #7614e5, #5d0fb7);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.3px;
}

.header-user-trigger__identity {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.header-user-trigger__identity strong {
    max-width: 112px;
    overflow: hidden;
    color: #26354a;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-user-trigger__identity small {
    margin-top: 2px;
    color: #7b8794;
    font-size: 0.61rem;
    font-weight: 600;
    line-height: 1.1;
}

.header-user-chevron {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    fill: none;
    stroke: #667486;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s ease;
}

.header-user-trigger.is-active .header-user-chevron {
    transform: rotate(180deg);
}

.header-user-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 1600;
    width: 278px;
    overflow: hidden;
    border: 1px solid #d9e0e7;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(34, 22, 52, 0.18);
    animation: headerUserMenuIn 0.18s ease-out;
}

.header-user-dropdown[hidden] {
    display: none !important;
}

.header-user-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border-bottom: 1px solid #e2e7ec;
    background: #fbfcfe;
}

.header-user-avatar--large {
    width: 42px;
    height: 42px;
    font-size: 0.72rem;
}

.header-user-summary > span:last-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.header-user-summary strong {
    overflow: hidden;
    color: #26354a;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-user-summary small {
    max-width: 185px;
    margin-top: 3px;
    overflow: hidden;
    color: #7a8795;
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-user-actions {
    display: block;
    padding: 8px 0;
}

.main-nav .header-user-actions a {
    min-height: 41px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 16px;
    color: #405066;
    font-size: 0.75rem;
    font-weight: 700;
    transition: color 0.2s ease, background 0.2s ease;
}

.main-nav .header-user-actions a:hover,
.main-nav .header-user-actions a:focus-visible {
    color: #5d0fb7;
    background: rgba(118, 20, 229, 0.06);
}

.header-user-actions svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.main-nav .header-user-actions .header-user-logout {
    margin-top: 8px;
    padding-top: 13px;
    padding-bottom: 12px;
    border-top: 1px solid #e2e7ec;
    color: #c43131;
}

.main-nav .header-user-actions .header-user-logout:hover,
.main-nav .header-user-actions .header-user-logout:focus-visible {
    color: #a91f1f;
    background: #fff7f7;
}

@keyframes headerUserMenuIn {
    from {
        transform: translateY(-5px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1080px) {
    .header-user-menu {
        width: 100%;
    }

    .header-user-trigger {
        width: 100%;
    }

    .header-user-dropdown {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 8px;
        border-radius: 12px;
        box-shadow: 0 10px 28px rgba(34, 22, 52, 0.14);
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-user-dropdown {
        animation: none;
    }
}

/* =========================================================
   MOBILE JOURNAL CARD: COVER + PUBLICATION DETAILS
   ========================================================= */

@media (max-width: 640px) {
    .journal-card {
        grid-template-columns: 128px minmax(0, 1fr);
        grid-template-rows: auto;
        column-gap: 14px;
        row-gap: 16px;
        align-items: start;
    }

    .journal-card > .cover-link {
        grid-column: 1;
        grid-row: 1;
    }

    .journal-card .journal-cover {
        width: 128px;
        height: 181px;
    }

    .journal-card__content {
        display: contents;
    }

    .journal-card__header-meta {
        min-width: 0;
        display: flex;
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin: 0;
    }

    .journal-card__header-meta .journal-status {
        align-self: flex-start;
    }

    .journal-card__header-meta .journal-meta {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .journal-card__header-meta .issn-barcode-chip {
        min-width: 0;
        width: 100%;
        gap: 4px;
        padding: 5px;
    }

    .journal-card__header-meta .issn-barcode-chip:only-child {
        grid-column: 1 / -1;
        max-width: 105px;
    }

    .journal-card__header-meta .issn-barcode {
        width: 14px;
        height: 20px;
    }

    .journal-card__header-meta .issn-text small {
        font-size: 0.43rem;
        letter-spacing: 0.25px;
    }

    .journal-card__header-meta .issn-text strong {
        font-size: 0.55rem;
        letter-spacing: 0;
    }

    .journal-card__content > a,
    .journal-card__content > .journal-description,
    .journal-card__content > .journal-actions {
        grid-column: 1 / -1;
    }

    .journal-card__content > a {
        grid-row: 2;
    }

    .journal-card__content > .journal-description {
        grid-row: 3;
    }

    .journal-card__content > .journal-actions {
        grid-row: 4;
        margin-top: 0;
    }

    .journal-card .journal-title,
    .journal-card .journal-description {
        margin-bottom: 0;
    }
}

@media (max-width: 340px) {
    .journal-card {
        grid-template-columns: 112px minmax(0, 1fr);
        column-gap: 11px;
        padding: 15px;
    }

    .journal-card .journal-cover {
        width: 112px;
        height: 158px;
    }

    .journal-card__header-meta .journal-meta {
        grid-template-columns: 1fr;
    }
}
