/* ===============================
   GIRLY MODERN SIDEBAR FOR OJS
================================ */

.girly-sidebar {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

/* Profile card */
.girly-profile-card {
  background: linear-gradient(135deg, #ff5fb7, #d946ef, #8b5cf6);
  border-radius: 24px;
  padding: 24px 20px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 18px;
  box-shadow: 0 15px 35px rgba(217, 70, 239, 0.25);
}

.girly-logo {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.girly-profile-card h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #ffffff;
}

.girly-profile-card p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 16px;
  color: #fff7fb;
}

.girly-submit-btn {
  display: block;
  background: #ffffff;
  color: #db2777 !important;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.22);
  transition: all 0.25s ease;
}

.girly-submit-btn:hover {
  background: #fff1f7;
  color: #7c3aed !important;
  transform: translateY(-2px);
}

/* Menu card */
.girly-menu-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 16px;
  border: 1px solid #fbcfe8;
  box-shadow: 0 12px 28px rgba(219, 39, 119, 0.08);
}

.girly-menu-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #be185d;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fce7f3;
}

.girly-menu-card a {
  display: block;
  color: #831843 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 10px 12px;
  margin-bottom: 6px;
  border-radius: 14px;
  background: #fff7fb;
  transition: all 0.25s ease;
}

.girly-menu-card a:hover {
  background: linear-gradient(135deg, #fce7f3, #f3e8ff);
  color: #db2777 !important;
  padding-left: 18px;
}

/* Sidebar area OJS agar lebih rapi */
.pkp_structure_sidebar {
  background: transparent !important;
  border: none !important;
}

.pkp_block {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* Hilangkan judul block bawaan kalau dobel */
.pkp_block .title {
  color: #be185d !important;
  font-weight: 800 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .girly-profile-card {
    padding: 22px 16px;
  }

  .girly-menu-card {
    padding: 16px;
  }

  .girly-menu-card a {
    font-size: 13px;
  }
}


/* =========================
   HEADER OJS FINAL
   ========================= */

/* wrapper */
.pkp_site_name_wrapper{
    padding:0 !important;
    margin:0 !important;
    background:#0d5c96;
}

/* container */
.pkp_site_name{
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden;
}

/* link */
.pkp_site_name a{
    width:100%;
    display:block;
    line-height:0;
}

/* image wrapper */
.pkp_site_name .is_img{
    width:100%;
    display:block;
}

/* banner */
.pkp_site_name .is_img img{
    width:100% !important;

    /* tinggi diperbesar */
    max-height:220px !important;

    height:auto !important;
    display:block;

    /* supaya gambar tidak rusak */
    /*object-fit:contain !important;*/

    background:#0d5c96;
}

/* navbar */
.pkp_navigation_primary_wrapper{
    margin-top:0 !important;
}

/* Navbar */
.pkp_navigation_primary_wrapper {
  background: rgba(120, 20, 190, 0.55) !important;
  border-radius: 0 0 24px 24px !important;
  padding: 10px 16px !important;
  backdrop-filter: blur(12px);
}

/* Menu navbar */
.pkp_navigation_primary > li > a,
.pkp_search .search_prompt {
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  padding: 10px 16px !important;
}

/* Hover navbar */
.pkp_navigation_primary > li > a:hover,
.pkp_search .search_prompt:hover {
  background: #ffffff !important;
  color: #db2777 !important;
}

/* Dropdown */
.pkp_navigation_primary ul {
  background: #ffffff !important;
  border-radius: 18px !important;
  border: none !important;
  padding: 10px !important;
  box-shadow: 0 16px 35px rgba(219, 39, 119, 0.22) !important;
}

.pkp_navigation_primary ul li a {
  color: #831843 !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
}

.pkp_navigation_primary ul li a:hover {
  background: #fce7f3 !important;
  color: #db2777 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .pkp_head_wrapper {
    padding: 18px 14px 14px !important;
  }

  .pkp_site_name img {
    max-width: 100% !important;
    border-radius: 14px !important;
  }

  .pkp_navigation_primary_wrapper {
    border-radius: 18px !important;
  }
}

/* ===============================
   HOME PAGE STYLE
   Journal of Linguascope
================================ */

.ls-home {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-hero {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  box-shadow: 0 20px 45px rgba(168, 85, 247, 0.12);
  margin-bottom: 34px;
  border: 1px solid #fbcfe8;
}

.ls-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #9333ea);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.ls-hero h1 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #701a75;
  font-weight: 900;
}

.ls-hero p {
  font-size: 16px;
  line-height: 1.8;
  color: #581c87;
  margin: 0 0 22px;
}

.ls-hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ls-btn-primary,
.ls-btn-secondary {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 14px;
  transition: all 0.25s ease;
}

.ls-btn-primary {
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(236, 72, 153, 0.25);
}

.ls-btn-secondary {
  background: #ffffff;
  color: #be185d !important;
  border: 1px solid #f9a8d4;
}

.ls-btn-primary:hover,
.ls-btn-secondary:hover {
  transform: translateY(-3px);
}

/* Hero Card */
.ls-hero-card {
  background: linear-gradient(135deg, #ff5fb7, #c026d3, #7c3aed);
  border-radius: 26px;
  padding: 26px;
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(192, 38, 211, 0.25);
}

.ls-hero-card h3 {
  color: #ffffff;
  font-size: 22px;
  margin: 0 0 14px;
  font-weight: 900;
}

.ls-hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ls-hero-card li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  line-height: 1.5;
}

.ls-hero-card li:last-child {
  border-bottom: none;
}

/* Section */
.ls-section {
  margin-bottom: 34px;
}

.ls-section-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 26px;
}

.ls-section-title span {
  color: #db2777;
  font-weight: 800;
  font-size: 14px;
}

.ls-section-title h2 {
  font-size: 32px;
  color: #701a75;
  margin: 8px 0 10px;
  font-weight: 900;
}

.ls-section-title p {
  color: #6b21a8;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

/* Grid Cards */
.ls-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ls-card {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
  transition: all 0.25s ease;
}

.ls-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.ls-card h3 {
  color: #831843;
  font-size: 19px;
  margin: 0 0 10px;
  font-weight: 900;
}

.ls-card p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Info Section */
.ls-info-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  margin-bottom: 34px;
}

.ls-info-box,
.ls-call-box {
  border-radius: 28px;
  padding: 30px;
}

.ls-info-box {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
}

.ls-info-box h2,
.ls-call-box h2 {
  font-size: 28px;
  margin: 0 0 12px;
  font-weight: 900;
}

.ls-info-box h2 {
  color: #701a75;
}

.ls-info-box p {
  color: #581c87;
  line-height: 1.8;
  margin-bottom: 18px;
}

.ls-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ls-check-list div {
  background: #fff1f7;
  color: #831843;
  padding: 12px 14px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 14px;
}

/* Call box */
.ls-call-box {
  background: linear-gradient(135deg, #ec4899, #a855f7);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(236, 72, 153, 0.24);
}

.ls-call-box span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.22);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

.ls-call-box h2,
.ls-call-box p {
  color: #ffffff;
}

.ls-call-box p {
  line-height: 1.75;
  margin-bottom: 20px;
}

.ls-call-box a {
  display: inline-block;
  background: #ffffff;
  color: #db2777 !important;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
}

/* Publication */
.ls-publication {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.ls-publication-item {
  background: linear-gradient(180deg, #ffffff, #fff1f7);
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
}

.ls-publication-item h3 {
  color: #be185d;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 900;
}

.ls-publication-item p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* CTA */
.ls-cta {
  text-align: center;
  border-radius: 30px;
  padding: 38px 26px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.30), transparent 24%),
    linear-gradient(135deg, #ff5fb7, #c026d3, #7c3aed);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(192, 38, 211, 0.25);
}

.ls-cta h2 {
  color: #ffffff;
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: 900;
}

.ls-cta p {
  color: #fff7fb;
  font-size: 16px;
  margin: 0 0 22px;
}

.ls-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ls-cta-buttons a {
  background: #ffffff;
  color: #db2777 !important;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
}

/* Responsive */
@media (max-width: 900px) {
  .ls-hero,
  .ls-info-section {
    grid-template-columns: 1fr;
  }

  .ls-grid,
  .ls-publication {
    grid-template-columns: repeat(2, 1fr);
  }

  .ls-hero h1 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .ls-hero {
    padding: 24px;
  }

  .ls-grid,
  .ls-publication,
  .ls-check-list {
    grid-template-columns: 1fr;
  }

  .ls-hero h1,
  .ls-section-title h2,
  .ls-cta h2 {
    font-size: 26px;
  }
}


/* ===============================
   EDITORIAL TEAM PAGE
   Journal of Linguascope
================================ */

.ls-editorial-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-editorial-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  border: 1px solid #fbcfe8;
  border-radius: 30px;
  padding: 36px 34px;
  margin-bottom: 34px;
  box-shadow: 0 18px 42px rgba(168, 85, 247, 0.12);
}

.ls-editorial-hero span {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.ls-editorial-hero h1 {
  color: #701a75;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ls-editorial-hero p {
  color: #581c87;
  font-size: 16px;
  line-height: 1.8;
  max-width: 820px;
  margin: 0;
}

/* Section */
.ls-editorial-section {
  margin-bottom: 34px;
}

.ls-editorial-title {
  margin-bottom: 20px;
}

.ls-editorial-title h2 {
  color: #831843;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 8px;
}

.ls-editorial-title p {
  color: #6b21a8;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Grid */
.ls-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ls-editorial-grid.single {
  grid-template-columns: 1fr;
}

/* Card */
.ls-editorial-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
  transition: all 0.25s ease;
}

.ls-editorial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-editorial-card.chief {
  background:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,0.55), transparent 30%),
    linear-gradient(135deg, #ec4899, #a855f7);
  border: none;
}

.ls-editorial-card.layout {
  background:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,0.55), transparent 30%),
    linear-gradient(135deg, #f472b6, #8b5cf6);
  border: none;
}

.ls-editorial-card.chief h3,
.ls-editorial-card.chief span,
.ls-editorial-card.chief p,
.ls-editorial-card.layout h3,
.ls-editorial-card.layout span,
.ls-editorial-card.layout p {
  color: #ffffff;
}

.ls-avatar {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 17px;
  box-shadow: 0 10px 24px rgba(236, 72, 153, 0.20);
}

.ls-editorial-card.chief .ls-avatar,
.ls-editorial-card.layout .ls-avatar {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.40);
}

.ls-editorial-card h3 {
  color: #831843;
  font-size: 17px;
  font-weight: 900;
  margin: 0 0 8px;
  line-height: 1.35;
}

.ls-editorial-card span {
  display: inline-block;
  color: #db2777;
  background: #fff1f7;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ls-editorial-card.chief span,
.ls-editorial-card.layout span {
  background: rgba(255, 255, 255, 0.22);
}

.ls-editorial-card p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 800px) {
  .ls-editorial-grid {
    grid-template-columns: 1fr;
  }

  .ls-editorial-hero {
    padding: 28px 24px;
  }

  .ls-editorial-hero h1 {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .ls-editorial-card {
    flex-direction: column;
  }

  .ls-editorial-title h2 {
    font-size: 24px;
  }
}


/* ===============================
   PUBLICATION FREQUENCY PAGE
   Journal of Linguascope
================================ */

.ls-frequency-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-frequency-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  border: 1px solid #fbcfe8;
  border-radius: 30px;
  padding: 36px 34px;
  margin-bottom: 28px;
  box-shadow: 0 18px 42px rgba(168, 85, 247, 0.12);
}

.ls-frequency-hero span {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.ls-frequency-hero h1 {
  color: #701a75;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ls-frequency-hero p {
  color: #581c87;
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0;
}

/* Card */
.ls-frequency-card {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 28px;
  padding: 30px;
  margin-bottom: 24px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
}

.ls-frequency-card h2,
.ls-frequency-note h2 {
  color: #831843;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ls-frequency-card p,
.ls-frequency-note p {
  color: #581c87;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* Timeline */
.ls-frequency-timeline {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.ls-frequency-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: linear-gradient(135deg, #fff7fb, #f3e8ff);
  border: 1px solid #fbcfe8;
  border-radius: 22px;
  padding: 22px;
}

.ls-frequency-number {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(236, 72, 153, 0.22);
}

.ls-frequency-item h3 {
  color: #be185d;
  font-size: 21px;
  font-weight: 900;
  margin: 0 0 8px;
}

.ls-frequency-item p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Grid */
.ls-frequency-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ls-frequency-box {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
  transition: all 0.25s ease;
}

.ls-frequency-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-frequency-box h3 {
  color: #831843;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ls-frequency-box p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Note */
.ls-frequency-note {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #ec4899, #a855f7);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(236, 72, 153, 0.24);
}

.ls-frequency-note h2,
.ls-frequency-note p {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 800px) {
  .ls-frequency-grid {
    grid-template-columns: 1fr;
  }

  .ls-frequency-hero {
    padding: 28px 24px;
  }

  .ls-frequency-hero h1 {
    font-size: 30px;
  }

  .ls-frequency-card,
  .ls-frequency-note {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .ls-frequency-item {
    flex-direction: column;
  }

  .ls-frequency-hero h1,
  .ls-frequency-card h2,
  .ls-frequency-note h2 {
    font-size: 24px;
  }
}


/* ===============================
   AUTHOR GUIDELINES PAGE
   Journal of Linguascope
================================ */

.ls-author-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-author-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  border: 1px solid #fbcfe8;
  border-radius: 30px;
  padding: 36px 34px;
  margin-bottom: 28px;
  box-shadow: 0 18px 42px rgba(168, 85, 247, 0.12);
}

.ls-author-hero span {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.ls-author-hero h1 {
  color: #701a75;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ls-author-hero p {
  color: #581c87;
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0;
}

/* Card */
.ls-author-card {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 26px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
}

.ls-author-card h2 {
  color: #831843;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ls-author-card p {
  color: #581c87;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 14px;
}

/* List */
.ls-author-card ul {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
}

.ls-author-card ul li {
  position: relative;
  background: #fff7fb;
  color: #581c87;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #fce7f3;
}

.ls-author-card ul li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
}

/* Grid */
.ls-author-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ls-author-box {
  background: linear-gradient(180deg, #ffffff, #fff1f7);
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
  transition: all 0.25s ease;
}

.ls-author-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-author-number {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.ls-author-box h3 {
  color: #831843;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ls-author-box p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Structure */
.ls-author-structure {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.ls-author-structure div {
  background: #fff7fb;
  border: 1px solid #fce7f3;
  border-radius: 18px;
  padding: 16px 18px;
}

.ls-author-structure strong {
  display: block;
  color: #be185d;
  font-size: 16px;
  margin-bottom: 6px;
}

.ls-author-structure p {
  margin: 0;
  font-size: 14px;
}

/* Format */
.ls-author-format {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.ls-author-format div {
  background: linear-gradient(135deg, #fff7fb, #f3e8ff);
  border: 1px solid #fbcfe8;
  border-radius: 20px;
  padding: 18px;
}

.ls-author-format h3 {
  color: #be185d;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
}

.ls-author-format p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* CTA */
.ls-author-cta {
  text-align: center;
  border-radius: 30px;
  padding: 38px 26px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.30), transparent 24%),
    linear-gradient(135deg, #ff5fb7, #c026d3, #7c3aed);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(192, 38, 211, 0.25);
}

.ls-author-cta h2 {
  color: #ffffff;
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: 900;
}

.ls-author-cta p {
  color: #fff7fb;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.ls-author-cta a {
  display: inline-block;
  background: #ffffff;
  color: #db2777 !important;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.20);
  transition: all 0.25s ease;
}

.ls-author-cta a:hover {
  transform: translateY(-3px);
  color: #7c3aed !important;
}

/* Responsive */
@media (max-width: 800px) {
  .ls-author-grid,
  .ls-author-format {
    grid-template-columns: 1fr;
  }

  .ls-author-hero {
    padding: 28px 24px;
  }

  .ls-author-hero h1 {
    font-size: 30px;
  }

  .ls-author-card {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .ls-author-hero h1,
  .ls-author-card h2,
  .ls-author-cta h2 {
    font-size: 24px;
  }
}

/* ===============================
   PUBLICATION ETHICS PAGE
   Journal of Linguascope
================================ */

.ls-ethics-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-ethics-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  border: 1px solid #fbcfe8;
  border-radius: 30px;
  padding: 36px 34px;
  margin-bottom: 28px;
  box-shadow: 0 18px 42px rgba(168, 85, 247, 0.12);
}

.ls-ethics-hero span {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.ls-ethics-hero h1 {
  color: #701a75;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ls-ethics-hero p {
  color: #581c87;
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0;
}

/* Card */
.ls-ethics-card {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 26px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
}

.ls-ethics-card h2 {
  color: #831843;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ls-ethics-card p {
  color: #581c87;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 14px;
}

/* List */
.ls-ethics-card ul {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
}

.ls-ethics-card ul li {
  position: relative;
  background: #fff7fb;
  color: #581c87;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #fce7f3;
}

.ls-ethics-card ul li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
}

/* Grid */
.ls-ethics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ls-ethics-box {
  background: linear-gradient(180deg, #ffffff, #fff1f7);
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
  transition: all 0.25s ease;
}

.ls-ethics-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-ethics-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.ls-ethics-box h3 {
  color: #831843;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ls-ethics-box p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* CTA */
.ls-ethics-cta {
  text-align: center;
  border-radius: 30px;
  padding: 38px 26px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.30), transparent 24%),
    linear-gradient(135deg, #ff5fb7, #c026d3, #7c3aed);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(192, 38, 211, 0.25);
}

.ls-ethics-cta h2 {
  color: #ffffff;
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: 900;
}

.ls-ethics-cta p {
  color: #fff7fb;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.ls-ethics-cta a {
  display: inline-block;
  background: #ffffff;
  color: #db2777 !important;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.20);
  transition: all 0.25s ease;
}

.ls-ethics-cta a:hover {
  transform: translateY(-3px);
  color: #7c3aed !important;
}

/* Responsive */
@media (max-width: 800px) {
  .ls-ethics-grid {
    grid-template-columns: 1fr;
  }

  .ls-ethics-hero {
    padding: 28px 24px;
  }

  .ls-ethics-hero h1 {
    font-size: 30px;
  }

  .ls-ethics-card {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .ls-ethics-hero h1,
  .ls-ethics-card h2,
  .ls-ethics-cta h2 {
    font-size: 24px;
  }
}


/* ===============================
   OPEN ACCESS POLICY PAGE
   Journal of Linguascope
================================ */

.ls-access-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-access-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  border: 1px solid #fbcfe8;
  border-radius: 30px;
  padding: 36px 34px;
  margin-bottom: 28px;
  box-shadow: 0 18px 42px rgba(168, 85, 247, 0.12);
}

.ls-access-hero span {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.ls-access-hero h1 {
  color: #701a75;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ls-access-hero p {
  color: #581c87;
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0;
}

/* Card */
.ls-access-card {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 26px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
}

.ls-access-card h2,
.ls-access-note h2 {
  color: #831843;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ls-access-card p,
.ls-access-note p {
  color: #581c87;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 14px;
}

/* Grid */
.ls-access-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ls-access-box {
  background: linear-gradient(180deg, #ffffff, #fff1f7);
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
  transition: all 0.25s ease;
}

.ls-access-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-access-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.ls-access-box h3 {
  color: #831843;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ls-access-box p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* List */
.ls-access-card ul {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
}

.ls-access-card ul li {
  position: relative;
  background: #fff7fb;
  color: #581c87;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #fce7f3;
}

.ls-access-card ul li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
}

/* Note */
.ls-access-note {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #ec4899, #a855f7);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(236, 72, 153, 0.24);
}

.ls-access-note h2,
.ls-access-note p {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 800px) {
  .ls-access-grid {
    grid-template-columns: 1fr;
  }

  .ls-access-hero {
    padding: 28px 24px;
  }

  .ls-access-hero h1 {
    font-size: 30px;
  }

  .ls-access-card,
  .ls-access-note {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .ls-access-hero h1,
  .ls-access-card h2,
  .ls-access-note h2 {
    font-size: 24px;
  }
}

/* ===============================
   PEER REVIEW PROCESS PAGE
   Journal of Linguascope
================================ */

.ls-review-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-review-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  border: 1px solid #fbcfe8;
  border-radius: 30px;
  padding: 36px 34px;
  margin-bottom: 28px;
  box-shadow: 0 18px 42px rgba(168, 85, 247, 0.12);
}

.ls-review-hero span {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.ls-review-hero h1 {
  color: #701a75;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ls-review-hero p {
  color: #581c87;
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0;
}

/* Main Card */
.ls-review-card {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 26px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
}

.ls-review-card h2,
.ls-review-note h2 {
  color: #831843;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ls-review-card p,
.ls-review-note p {
  color: #581c87;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 14px;
}

/* Flow */
.ls-review-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ls-review-step {
  background: linear-gradient(180deg, #ffffff, #fff1f7);
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
  transition: all 0.25s ease;
}

.ls-review-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-step-number {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.ls-review-step h3 {
  color: #831843;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ls-review-step p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* List */
.ls-review-card ul {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
}

.ls-review-card ul li {
  position: relative;
  background: #fff7fb;
  color: #581c87;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #fce7f3;
}

.ls-review-card ul li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
}

/* Grid */
.ls-review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ls-review-box {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
}

.ls-review-box h3 {
  color: #831843;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ls-review-box p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Decision List */
.ls-decision-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.ls-decision-list div {
  background: #fff7fb;
  border: 1px solid #fce7f3;
  border-radius: 18px;
  padding: 16px 18px;
}

.ls-decision-list strong {
  display: block;
  color: #be185d;
  font-size: 16px;
  margin-bottom: 6px;
}

.ls-decision-list p {
  margin: 0;
  font-size: 14px;
}

/* Note */
.ls-review-note {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #ec4899, #a855f7);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(236, 72, 153, 0.24);
}

.ls-review-note h2,
.ls-review-note p {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 800px) {
  .ls-review-flow,
  .ls-review-grid {
    grid-template-columns: 1fr;
  }

  .ls-review-hero {
    padding: 28px 24px;
  }

  .ls-review-hero h1 {
    font-size: 30px;
  }

  .ls-review-card,
  .ls-review-note {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .ls-review-hero h1,
  .ls-review-card h2,
  .ls-review-note h2 {
    font-size: 24px;
  }
}

/* ===============================
   PUBLICATION FEE PAGE
   Journal of Linguascope
================================ */

.ls-fee-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-fee-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  border: 1px solid #fbcfe8;
  border-radius: 30px;
  padding: 36px 34px;
  margin-bottom: 28px;
  box-shadow: 0 18px 42px rgba(168, 85, 247, 0.12);
}

.ls-fee-hero span {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.ls-fee-hero h1 {
  color: #701a75;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ls-fee-hero p {
  color: #581c87;
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0;
}

/* Card */
.ls-fee-card {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 26px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
}

.ls-fee-card h2,
.ls-fee-note h2 {
  color: #831843;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ls-fee-card p,
.ls-fee-note p {
  color: #581c87;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 14px;
}

/* Grid */
.ls-fee-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ls-fee-box {
  background: linear-gradient(180deg, #ffffff, #fff1f7);
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
  transition: all 0.25s ease;
}

.ls-fee-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-fee-box.highlight {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35), transparent 25%),
    linear-gradient(135deg, #ec4899, #a855f7);
  border: none;
}

.ls-fee-box.highlight h3,
.ls-fee-box.highlight p {
  color: #ffffff;
}

.ls-fee-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.ls-fee-box.highlight .ls-fee-icon {
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.40);
}

.ls-fee-box h3 {
  color: #831843;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ls-fee-box p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.ls-fee-price {
  color: #db2777 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  margin-bottom: 10px !important;
}

/* Table */
.ls-fee-table {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.ls-fee-row {
  display: grid;
  grid-template-columns: 1fr 0.7fr 1.4fr;
  gap: 12px;
  align-items: center;
  background: #fff7fb;
  border: 1px solid #fce7f3;
  border-radius: 16px;
  padding: 14px 16px;
  color: #581c87;
  font-size: 14px;
  line-height: 1.6;
}

.ls-fee-row.head {
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  font-weight: 900;
}

.ls-fee-row div:nth-child(2) {
  font-weight: 900;
  color: #be185d;
}

.ls-fee-row.head div:nth-child(2) {
  color: #ffffff;
}

/* List */
.ls-fee-card ul {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
}

.ls-fee-card ul li {
  position: relative;
  background: #fff7fb;
  color: #581c87;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #fce7f3;
}

.ls-fee-card ul li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
}

/* Note */
.ls-fee-note {
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #ec4899, #a855f7);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 42px rgba(236, 72, 153, 0.24);
}

.ls-fee-note h2,
.ls-fee-note p {
  color: #ffffff;
}

.ls-fee-note a {
  display: inline-block;
  background: #ffffff;
  color: #db2777 !important;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 800px) {
  .ls-fee-grid {
    grid-template-columns: 1fr;
  }

  .ls-fee-row {
    grid-template-columns: 1fr;
  }

  .ls-fee-hero {
    padding: 28px 24px;
  }

  .ls-fee-hero h1 {
    font-size: 30px;
  }

  .ls-fee-card,
  .ls-fee-note {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .ls-fee-hero h1,
  .ls-fee-card h2,
  .ls-fee-note h2 {
    font-size: 24px;
  }
}

/* ===============================
   REVIEWERS PAGE
   Journal of Linguascope
================================ */

.ls-reviewers-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-reviewers-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  border: 1px solid #fbcfe8;
  border-radius: 30px;
  padding: 36px 34px;
  margin-bottom: 28px;
  box-shadow: 0 18px 42px rgba(168, 85, 247, 0.12);
}

.ls-reviewers-hero span {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.ls-reviewers-hero h1 {
  color: #701a75;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ls-reviewers-hero p {
  color: #581c87;
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0;
}

/* Intro Card */
.ls-reviewers-card {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 26px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
}

.ls-reviewers-card h2 {
  color: #831843;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ls-reviewers-card p {
  color: #581c87;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* Grid */
.ls-reviewers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

/* Reviewer Box */
.ls-reviewers-box {
  background: linear-gradient(180deg, #ffffff, #fff1f7);
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
  transition: all 0.25s ease;
}

.ls-reviewers-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-reviewers-box.international {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35), transparent 25%),
    linear-gradient(135deg, #ec4899, #a855f7);
  border: none;
}

.ls-reviewers-avatar {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 16px;
  box-shadow: 0 10px 24px rgba(236, 72, 153, 0.22);
}

.ls-reviewers-box.international .ls-reviewers-avatar {
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.40);
}

.ls-reviewers-box h3 {
  color: #831843;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 10px;
}

.ls-reviewers-box span {
  display: inline-block;
  background: #fff1f7;
  color: #db2777;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.ls-reviewers-box p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.ls-reviewers-box.international h3,
.ls-reviewers-box.international span,
.ls-reviewers-box.international p {
  color: #ffffff;
}

.ls-reviewers-box.international span {
  background: rgba(255, 255, 255, 0.22);
}

/* Note */
.ls-reviewers-note {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #ec4899, #a855f7);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(236, 72, 153, 0.24);
}

.ls-reviewers-note h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ls-reviewers-note p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* Responsive */
@media (max-width: 1000px) {
  .ls-reviewers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .ls-reviewers-grid {
    grid-template-columns: 1fr;
  }

  .ls-reviewers-hero {
    padding: 28px 24px;
  }

  .ls-reviewers-hero h1 {
    font-size: 30px;
  }

  .ls-reviewers-card,
  .ls-reviewers-note {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .ls-reviewers-hero h1,
  .ls-reviewers-card h2,
  .ls-reviewers-note h2 {
    font-size: 24px;
  }
}

/* ===============================
   FOCUS AND SCOPE PAGE
   Journal of Linguascope
================================ */

.ls-scope-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #3b0764;
}

/* Hero */
.ls-scope-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 28%),
    linear-gradient(135deg, #fff1f7 0%, #fce7f3 45%, #f3e8ff 100%);
  border: 1px solid #fbcfe8;
  border-radius: 30px;
  padding: 36px 34px;
  margin-bottom: 28px;
  box-shadow: 0 18px 42px rgba(168, 85, 247, 0.12);
}

.ls-scope-hero span {
  display: inline-block;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.ls-scope-hero h1 {
  color: #701a75;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ls-scope-hero p {
  color: #581c87;
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0;
}

/* Card */
.ls-scope-card {
  background: #ffffff;
  border: 1px solid #fbcfe8;
  border-radius: 26px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.08);
}

.ls-scope-card h2,
.ls-scope-note h2 {
  color: #831843;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ls-scope-card p,
.ls-scope-note p {
  color: #581c87;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 14px;
}

/* Grid */
.ls-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ls-scope-box {
  background: linear-gradient(180deg, #ffffff, #fff1f7);
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(168, 85, 247, 0.08);
  transition: all 0.25s ease;
}

.ls-scope-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(168, 85, 247, 0.14);
}

.ls-scope-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.ls-scope-box h3 {
  color: #831843;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ls-scope-box p {
  color: #581c87;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* List */
.ls-scope-card ul {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
}

.ls-scope-card ul li {
  position: relative;
  background: #fff7fb;
  color: #581c87;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #fce7f3;
}

.ls-scope-card ul li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
}

/* Note */
.ls-scope-note {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #ec4899, #a855f7);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(236, 72, 153, 0.24);
}

.ls-scope-note h2,
.ls-scope-note p {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 800px) {
  .ls-scope-grid {
    grid-template-columns: 1fr;
  }

  .ls-scope-hero {
    padding: 28px 24px;
  }

  .ls-scope-hero h1 {
    font-size: 30px;
  }

  .ls-scope-card,
  .ls-scope-note {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .ls-scope-hero h1,
  .ls-scope-card h2,
  .ls-scope-note h2 {
    font-size: 24px;
  }
}