/*
 * Atlas Sosyal Bilimler Dergisi — OJS 3.5 custom presentation layer
 * Inspired by the information architecture of modern academic journal sites.
 * No core OJS templates are modified.
 */

:root {
  --atlas-navy: #123b5d;
  --atlas-blue: #245f89;
  --atlas-teal: #0d6670;
  --atlas-teal-dark: #084c55;
  --atlas-gold: #efb44d;
  --atlas-ink: #172435;
  --atlas-muted: #637083;
  --atlas-line: #dbe3e9;
  --atlas-cloud: #f4f7f9;
  --atlas-white: #ffffff;
  --atlas-radius: 14px;
  --atlas-shadow: 0 12px 34px rgba(18, 59, 93, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--atlas-cloud);
  color: var(--atlas-ink);
  font-family: Inter, "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

a {
  color: var(--atlas-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover,
a:focus {
  color: var(--atlas-teal-dark);
}

h1,
h2,
h3,
h4,
.page_title {
  color: var(--atlas-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pkp_structure_page {
  background: var(--atlas-white);
  box-shadow: none;
}

/* Header and utility row */
.pkp_structure_head {
  background: var(--atlas-white);
  border: 0;
  box-shadow: 0 1px 0 rgba(18, 59, 93, 0.1);
  position: relative;
  z-index: 100;
}

.pkp_head_wrapper {
  max-width: none;
  padding: 0;
  width: 100%;
}

.pkp_site_name a {
  padding: 0;
}

.pkp_site_name img {
  display: block;
  max-height: 62px;
  max-width: 240px;
  width: auto;
}

@media (min-width: 992px) {
  .pkp_site_name_wrapper {
    align-items: center;
    display: flex;
    height: 82px;
    margin: 0 auto;
    max-width: 1320px;
    padding: 10px 32px;
    position: relative;
  }

  .pkp_site_name_wrapper::after {
    background: #f7fafb;
    border: 1px solid var(--atlas-line);
    border-radius: 5px;
    color: var(--atlas-blue);
    content: "e-ISSN: 2602-4128";
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    left: 32px;
    padding: 7px 12px;
    position: absolute;
    top: 22px;
    transform: translateX(255px);
  }

  .pkp_site_nav_menu {
    display: block;
  }

  .pkp_navigation_primary_row {
    background: linear-gradient(90deg, var(--atlas-navy), var(--atlas-blue));
    border: 0;
    min-height: 58px;
    width: 100%;
  }

  .pkp_navigation_primary_wrapper {
    align-items: stretch;
    display: flex;
    margin: 0 auto;
    max-width: 1320px;
    min-height: 58px;
    padding: 0 32px;
    position: relative;
  }

  #navigationPrimary {
    align-items: stretch;
    display: flex;
    flex: 0 1 auto;
    gap: 2px;
    margin: 0;
    max-width: none;
  }

  #navigationPrimary > li {
    display: flex;
    position: relative;
  }

  #navigationPrimary > li > a {
    align-items: center;
    border: 0;
    color: var(--atlas-white);
    display: flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 700;
    min-height: 58px;
    padding: 0 14px;
    text-decoration: none;
    white-space: nowrap;
  }

  #navigationPrimary > li > a:hover,
  #navigationPrimary > li > a:focus {
    background: rgba(255, 255, 255, 0.11);
    color: var(--atlas-white);
  }

  #navigationPrimary ul {
    background: var(--atlas-white);
    border: 1px solid var(--atlas-line);
    border-radius: 0 0 10px 10px;
    box-shadow: var(--atlas-shadow);
    max-height: min(70vh, 620px);
    min-width: 270px;
    overflow-y: auto;
    padding: 8px 0;
  }

  #navigationPrimary ul a {
    border-left: 3px solid transparent;
    color: var(--atlas-ink);
    font-size: 14px;
    padding: 10px 17px;
    text-decoration: none;
  }

  #navigationPrimary ul a:hover,
  #navigationPrimary ul a:focus {
    background: #f0f7f8;
    border-left-color: var(--atlas-teal);
    color: var(--atlas-teal-dark);
  }

  .pkp_navigation_search_wrapper {
    margin-left: auto;
  }

  .pkp_navigation_search_wrapper a {
    align-items: center;
    color: var(--atlas-white);
    display: flex;
    min-height: 58px;
    padding: 0 15px;
    text-decoration: none;
  }

  .pkp_navigation_user_wrapper {
    padding: 0;
    position: absolute;
    right: max(32px, calc((100vw - 1320px) / 2 + 32px));
    top: 20px;
    width: auto;
    z-index: 105;
  }

  #navigationUser {
    align-items: center;
    display: flex;
    gap: 18px;
    margin: 0;
    width: auto;
  }

  #navigationUser > li > a {
    color: var(--atlas-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    text-decoration: none;
  }
}

/* Homepage hero */
.pkp_page_index .pkp_structure_content {
  display: block;
  max-width: none;
  padding: 0;
}

.pkp_page_index .pkp_structure_main {
  border: 0;
  float: none;
  max-width: none;
  padding: 0;
  width: 100%;
}

.pkp_page_index .pkp_structure_sidebar {
  display: none;
}

.pkp_page_index .page_index_journal {
  padding: 0;
}

.pkp_page_index .homepage_image {
  background: linear-gradient(135deg, var(--atlas-navy), var(--atlas-teal));
  margin: 0;
  max-height: 475px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pkp_page_index .homepage_image::after {
  background: linear-gradient(90deg, rgba(6, 38, 58, 0.12), transparent 50%, rgba(6, 38, 58, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pkp_page_index .homepage_image img {
  display: block;
  height: auto;
  max-height: 475px;
  object-fit: cover;
  width: 100%;
}

/* Additional content — only uses HTML permitted by the OJS configuration. */
.pkp_page_index .additional_content {
  background: var(--atlas-white);
  margin: 0;
  max-width: none;
  padding: 0 24px 78px;
}

.pkp_page_index .additional_content > p,
.pkp_page_index .additional_content > ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.pkp_page_index .additional_content > p:first-of-type {
  color: var(--atlas-muted);
  font-size: 18px;
  margin-bottom: 42px;
  padding: 68px 8% 0;
  text-align: center;
}

.pkp_page_index .additional_content > p:first-of-type strong {
  color: var(--atlas-navy);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
  margin-bottom: 16px;
}

.pkp_page_index .additional_content > ul {
  display: grid;
  gap: 22px;
  list-style: none;
  padding: 0;
}

.pkp_page_index .additional_content > ul:first-of-type {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -38px;
  position: relative;
  z-index: 3;
}

.atlas-feature {
  background: var(--atlas-white);
  border: 1px solid var(--atlas-line);
  border-radius: var(--atlas-radius);
  box-shadow: var(--atlas-shadow);
  color: var(--atlas-muted);
  min-height: 150px;
  padding: 28px;
  text-align: center;
}

.atlas-feature::before {
  background: #e9f3f4;
  border-radius: 50%;
  color: var(--atlas-teal-dark);
  content: "✓";
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  margin: 0 auto 13px;
  width: 42px;
}

.atlas-feature strong {
  color: var(--atlas-navy);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.pkp_page_index .additional_content > p:nth-of-type(2),
.pkp_page_index .additional_content > p:nth-of-type(3),
.pkp_page_index .additional_content > p:nth-of-type(4) {
  color: var(--atlas-muted);
  margin-bottom: 26px;
  margin-top: 72px;
  text-align: center;
}

.pkp_page_index .additional_content > p:nth-of-type(2) strong,
.pkp_page_index .additional_content > p:nth-of-type(3) strong,
.pkp_page_index .additional_content > p:nth-of-type(4) strong {
  color: var(--atlas-navy);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 34px);
  margin-bottom: 8px;
}

.pkp_page_index .additional_content > ul:nth-of-type(2) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atlas-quick {
  background: #f8fafb;
  border: 1px solid var(--atlas-line);
  border-radius: 12px;
  min-height: 150px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.atlas-quick:hover {
  border-color: #a9c8cf;
  box-shadow: 0 12px 26px rgba(18, 59, 93, 0.1);
  transform: translateY(-4px);
}

.atlas-quick a {
  color: var(--atlas-muted);
  display: block;
  height: 100%;
  padding: 25px;
  text-decoration: none;
}

.atlas-quick strong {
  color: var(--atlas-navy);
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.pkp_page_index .additional_content > ul:nth-of-type(3) {
  background: linear-gradient(135deg, var(--atlas-navy), var(--atlas-teal-dark));
  border-radius: 18px;
  box-shadow: var(--atlas-shadow);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  padding: 14px;
}

.atlas-stat {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  padding: 28px 18px;
  text-align: center;
}

.atlas-stat:last-child {
  border-right: 0;
}

.atlas-stat strong {
  color: var(--atlas-white);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  margin-bottom: 3px;
}

.pkp_page_index .additional_content > p:last-of-type {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
  text-align: center;
}

.pkp_page_index .additional_content > p:last-of-type a {
  background: var(--atlas-blue);
  border: 2px solid var(--atlas-blue);
  border-radius: 8px;
  color: var(--atlas-white);
  display: inline-block;
  font-weight: 700;
  padding: 12px 20px;
  text-decoration: none;
}

.pkp_page_index .additional_content > p:last-of-type a + a {
  background: transparent;
  color: var(--atlas-blue);
}

.pkp_page_index .additional_content > p:last-of-type a:hover,
.pkp_page_index .additional_content > p:last-of-type a:focus {
  background: var(--atlas-teal-dark);
  border-color: var(--atlas-teal-dark);
  color: var(--atlas-white);
}

/* Interior pages */
body:not(.pkp_page_index) .pkp_structure_content {
  gap: 36px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 48px 28px 70px;
}

body:not(.pkp_page_index) .pkp_structure_main {
  background: var(--atlas-white);
  border: 1px solid var(--atlas-line);
  border-radius: var(--atlas-radius);
  box-shadow: 0 8px 24px rgba(18, 59, 93, 0.07);
  padding: 38px 44px;
}

.cmp_breadcrumbs {
  border-bottom: 1px solid var(--atlas-line);
  color: var(--atlas-muted);
  margin-bottom: 28px;
  padding-bottom: 16px;
}

.pkp_structure_sidebar .pkp_block {
  background: var(--atlas-white);
  border: 1px solid var(--atlas-line);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(18, 59, 93, 0.06);
  margin-bottom: 20px;
  padding: 23px;
}

.pkp_structure_sidebar .title {
  color: var(--atlas-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.obj_issue_summary {
  background: var(--atlas-white);
  border: 1px solid var(--atlas-line);
  border-left: 5px solid var(--atlas-teal);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.obj_issue_summary:hover {
  box-shadow: 0 10px 24px rgba(18, 59, 93, 0.1);
  transform: translateY(-2px);
}

.obj_issue_summary .title a {
  color: var(--atlas-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  text-decoration: none;
}

.obj_article_details .page_title,
.page_article .page_title {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
}

.obj_galley_link,
.obj_galley_link.pdf {
  background: var(--atlas-blue);
  border: 0;
  border-radius: 7px;
  color: var(--atlas-white);
  font-weight: 700;
  padding: 10px 17px;
}

.obj_galley_link:hover,
.obj_galley_link:focus {
  background: var(--atlas-teal-dark);
  color: var(--atlas-white);
}

/* Footer */
.pkp_structure_footer_wrapper {
  background: linear-gradient(135deg, #0b2f49, #0a5961);
  border: 0;
  color: rgba(255, 255, 255, 0.78);
}

.pkp_structure_footer {
  margin: 0 auto;
  max-width: 1280px;
  min-height: 145px;
  padding: 34px 28px;
}

.pkp_brand_footer img {
  filter: brightness(0) invert(1);
  max-width: 130px;
  opacity: 0.78;
}

@media (max-width: 991px) {
  .pkp_site_name_wrapper {
    background: var(--atlas-white);
  }

  .pkp_site_name img {
    max-height: 48px;
    max-width: 185px;
  }

  .pkp_page_index .homepage_image,
  .pkp_page_index .homepage_image img {
    min-height: 245px;
    object-fit: cover;
  }

  .pkp_page_index .additional_content > ul:first-of-type,
  .pkp_page_index .additional_content > ul:nth-of-type(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pkp_page_index .additional_content > ul:nth-of-type(3) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-stat:nth-child(2) {
    border-right: 0;
  }

  body:not(.pkp_page_index) .pkp_structure_content {
    padding: 28px 18px 48px;
  }

  body:not(.pkp_page_index) .pkp_structure_main {
    padding: 26px 24px;
  }
}

@media (max-width: 620px) {
  .pkp_page_index .additional_content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pkp_page_index .additional_content > ul:first-of-type,
  .pkp_page_index .additional_content > ul:nth-of-type(2),
  .pkp_page_index .additional_content > ul:nth-of-type(3) {
    grid-template-columns: 1fr;
  }

  .pkp_page_index .additional_content > ul:first-of-type {
    margin-top: 28px;
  }

  .atlas-stat {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 0;
  }

  .atlas-stat:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* ATLAS 2026 accessibility, navigation, policy cards and mobile refinements */
*, *::before, *::after { box-sizing: border-box; }

body { background: #eef4f7; }

.pkp_site_name_wrapper {
  height: 82px;
  padding: 10px 24px;
  box-sizing: border-box;
}

.pkp_navigation_primary_wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.pkp_navigation_primary {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  max-width: none;
}

.pkp_navigation_primary > li > a {
  padding-left: 9px;
  padding-right: 9px;
  font-size: 13.5px;
  white-space: nowrap;
}

.pkp_navigation_search_wrapper { margin-left: auto; }

body.pkp_page_index .pkp_structure_main::before,
body.pkp_page_index .pkp_structure_main::after {
  content: none !important;
  display: none !important;
}

.pkp_page_index .pkp_structure_content,
.pkp_page_index .pkp_structure_main,
.pkp_page_index .page_index_journal,
.pkp_page_index .additional_content {
  width: 100%;
  max-width: none;
}

.pkp_page_index .pkp_structure_content { background: #eef4f7; }
.pkp_page_index .additional_content { padding-top: 30px; padding-bottom: 46px; }

.atlas-hero {
  max-width: 1160px;
  margin: 0 auto 26px;
  padding: clamp(30px, 5vw, 58px);
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(135deg, #123d5b 0%, #0d5c63 66%, #168293 100%);
  box-shadow: 0 18px 42px rgba(18, 61, 91, .18);
}
.atlas-hero h1 { margin: 6px 0 12px; color: #fff; font-size: clamp(30px, 5vw, 54px); line-height: 1.08; }
.atlas-hero p { max-width: 760px; font-size: clamp(16px, 2vw, 20px); }
.atlas-kicker { color: #f3c95e; font-weight: 800; font-size: 13px !important; letter-spacing: .12em; }
.atlas-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.atlas-actions a { display: inline-block; padding: 11px 18px; color: #123d5b; background: #fff; border-radius: 9px; font-weight: 800; text-decoration: none; }
.atlas-actions a:last-child { color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.45); }

.atlas-home-grid,
.atlas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.atlas-home-grid { max-width: 1160px; margin: 0 auto 26px; }
.atlas-card { padding: 22px; background: #fff; border: 1px solid #d9e5eb; border-radius: 14px; box-shadow: 0 9px 24px rgba(18, 61, 91, .07); }
.atlas-card h2, .atlas-card h3 { margin-top: 0; color: #123d5b; }
.atlas-publisher { display: flex; align-items: center; gap: 24px; max-width: 1160px; margin: 0 auto; padding: 24px 28px; background: #fff8e7; border: 1px solid #ead79f; border-radius: 16px; }
.atlas-publisher img { display: block; width: 112px; height: 112px; object-fit: contain; }
.atlas-publisher h2 { margin: 0 0 6px; color: #123d5b; }

.atlas-policy { overflow-wrap: anywhere; }
.atlas-policy .atlas-lead { padding: 18px 20px; color: #123d5b; background: #e9f2f5; border-left: 5px solid #168293; border-radius: 8px; font-size: 1.05rem; }
.atlas-policy .atlas-alert { padding: 16px 18px; color: #5b4110; background: #fff8e7; border: 1px solid #ead79f; border-radius: 8px; }
.atlas-policy h2 { margin-top: 30px; color: #123d5b; }
.atlas-policy h3 { color: #174f70; }
.atlas-policy li { margin-bottom: 8px; }
.atlas-policy img, .pkp_structure_main img { max-width: 100%; height: auto; }
.pkp_structure_main table { width: 100%; max-width: 100%; overflow-wrap: anywhere; }

@media (max-width: 1240px) and (min-width: 992px) {
  .pkp_navigation_primary_wrapper { padding: 0 8px; }
  .pkp_navigation_primary > li > a { padding-left: 6px; padding-right: 6px; font-size: 12.5px; }
  .pkp_navigation_search_wrapper a { width: 46px; overflow: hidden; color: transparent; }
}

@media (max-width: 991px) {
  .pkp_site_name_wrapper { height: 70px; padding: 10px 16px; }
  .pkp_navigation_primary_wrapper { padding: 0; }
  .pkp_navigation_primary { display: block; }
  .pkp_navigation_primary > li > a { white-space: normal; font-size: 15px; padding: 12px 18px; }
  .pkp_structure_head { position: relative; }
  .atlas-home-grid, .atlas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .atlas-hero, .atlas-home-grid, .atlas-publisher { margin-left: 16px; margin-right: 16px; }
}

@media (max-width: 640px) {
  .pkp_site_name img { max-width: min(220px, 70vw); height: auto; }
  .atlas-home-grid, .atlas-grid { grid-template-columns: 1fr; }
  .atlas-hero { border-radius: 13px; padding: 28px 22px; }
  .atlas-publisher { align-items: flex-start; padding: 20px; }
  .atlas-publisher img { width: 76px; height: 76px; }
  .atlas-actions { flex-direction: column; }
  .atlas-actions a { text-align: center; }
  .pkp_structure_main { padding-left: 16px !important; padding-right: 16px !important; }
}

/* ===== Mobil düzen düzeltmesi v4 ===== */
html,body{overflow-x:hidden;max-width:100%;}
img{max-width:100%;height:auto;}
@media (max-width:991px){
  .pkp_head_wrapper{display:flex !important;align-items:center;justify-content:space-between;background:#002C40;padding:8px 12px;position:relative;flex-wrap:nowrap;min-height:54px;}
  .pkp_site_name{margin:0 !important;max-width:72%;flex:1 1 auto;}
  .pkp_site_name img{max-height:38px !important;width:auto !important;}
  .pkp_site_nav_toggle{display:inline-flex !important;position:relative;width:40px;height:40px;background:transparent;border:0;flex:0 0 auto;cursor:pointer;align-self:center;}
  .pkp_site_nav_toggle span{position:absolute !important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);}
  .pkp_site_nav_toggle::before{content:"";position:absolute;left:8px;top:12px;width:24px;height:2px;background:#ffffff;box-shadow:0 7px 0 #ffffff,0 14px 0 #ffffff;}
  .pkp_site_nav_menu{display:none !important;position:absolute;left:0;right:0;top:100%;z-index:999;}
  .pkp_site_nav_menu.pkp_site_nav_menu--isOpen{display:block !important;background:#002C40;}
  .pkp_site_nav_menu--isOpen ul{display:block;margin:0;padding:0;list-style:none;}
  .pkp_site_nav_menu--isOpen li{display:block;width:100%;float:none;position:static;}
  .pkp_site_nav_menu--isOpen a{display:block;color:#ffffff !important;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.12);}
  .pkp_site_nav_menu--isOpen ul ul{position:static !important;box-shadow:none;background:rgba(255,255,255,.06);display:block;}
  h1{font-size:clamp(1.5rem,7vw,2rem) !important;line-height:1.15 !important;word-break:break-word;}
  .pkp_site_name,.pkp_site_name a{font-size:clamp(1.3rem,6vw,1.9rem) !important;line-height:1.15 !important;word-break:break-word;white-space:normal !important;}
  div[style*="max-width:1200px"]{flex-wrap:wrap !important;}
  div[style*="max-width:1200px"] a[href^="mailto:"]{word-break:break-all;font-size:.9rem;}
}

/* ===== Masaüstü menü taşma düzeltmesi ===== */
@media (min-width:992px){
  .pkp_site_nav_menu > ul{flex-wrap:wrap;}
  .pkp_site_nav_menu > ul > li > a{padding-left:11px;padding-right:11px;}
}
@media (min-width:992px) and (max-width:1200px){
  .pkp_site_nav_menu > ul > li > a{font-size:.92rem;padding-left:8px;padding-right:8px;}
}

/* === atlas-resp-fix: mobil duzeltmeleri === */
@media (max-width:768px){
.homepage_image{height:auto !important;max-height:none !important;overflow:visible !important;}
.homepage_image img{position:static !important;width:100% !important;height:auto !important;object-fit:contain !important;}
.atlas-hero{padding:24px 18px !important;}
.atlas-hero h1{font-size:clamp(1.5rem,7vw,2.1rem) !important;line-height:1.2 !important;overflow-wrap:break-word !important;word-break:break-word !important;}
.atlas-kicker{font-size:.8rem !important;letter-spacing:.03em !important;line-height:1.4 !important;}
.atlas-hero > p{font-size:1rem !important;line-height:1.5 !important;}
.atlas-actions{display:flex !important;flex-direction:column !important;gap:10px !important;}
.atlas-actions > a{width:100% !important;text-align:center !important;box-sizing:border-box !important;}
.atlas-home-grid{display:grid !important;grid-template-columns:1fr !important;gap:14px !important;}
.atlas-publisher{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;gap:12px !important;}
.atlas-publisher img{max-width:72px !important;height:auto !important;}
.atlas-publisher + div{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;gap:10px !important;}
.atlas-publisher + div img{max-width:130px !important;height:auto !important;border-radius:10px !important;}
a[href^="mailto:"]{word-break:break-word !important;overflow-wrap:anywhere !important;}
img{max-width:100% !important;height:auto;}
}


/* ===== MAS-style homepage (atlas-mas) ===== */
.page_index_journal .additionalHomeContent{max-width:1180px;margin:0 auto;padding:0 8px;}
.mas-intro{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin:30px 0;}
.mas-about,.mas-editor{background:#fff;border-radius:14px;box-shadow:0 10px 30px rgba(18,59,93,.10);padding:30px;}
.mas-about h2{color:#123b5d;margin:0 0 14px;font-size:1.5rem;}
.mas-about p{color:#4a5568;line-height:1.75;margin:0 0 18px;}
.mas-btn{display:inline-block;background:#123b5d;color:#fff !important;padding:11px 24px;border-radius:7px;text-decoration:none !important;font-weight:600;}
.mas-btn:hover{background:#0d2c47;}
.mas-editor{text-align:center;}
.mas-editor img{width:130px;height:130px;object-fit:cover;border-radius:50%;margin:0 auto 14px;display:block;border:4px solid #eef2f6;}
.mas-editor-name{font-weight:700;color:#123b5d;font-size:1.12rem;}
.mas-editor-role{font-weight:600;color:#333;margin-top:4px;}
.mas-editor-uni{color:#c0392b;margin-top:2px;}
.mas-editor-link{display:inline-block;margin-top:14px;color:#123b5d;font-weight:600;text-decoration:none;}
.mas-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:30px 0;}
.mas-quick-card{display:flex;align-items:center;gap:12px;background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(18,59,93,.08);padding:18px;text-decoration:none !important;transition:transform .15s,box-shadow .15s;}
.mas-quick-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(18,59,93,.15);}
.mas-ico{font-size:1.7rem;line-height:1;}
.mas-qt{display:flex;flex-direction:column;}
.mas-qt strong{color:#123b5d;font-size:1rem;}
.mas-qt em{color:#7a8699;font-style:normal;font-size:.82rem;margin-top:2px;}
.mas-metrics{background:#f4f7f9;margin:36px 0;padding:32px 20px;border-radius:16px;}
.mas-mtitle{text-align:center;color:#123b5d;margin:0 0 24px;font-size:1.5rem;}
.mas-mgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1000px;margin:0 auto;}
.mas-mcard{background:#fff;border-radius:12px;box-shadow:0 4px 14px rgba(18,59,93,.07);padding:22px;text-align:center;}
.mas-mlabel{display:block;color:#123b5d;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px;}
.mas-mval{display:block;color:#c0392b;font-weight:700;font-size:1.15rem;}
.mas-foot{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:36px 0;}
.mas-fcol{background:#fff;border-radius:14px;box-shadow:0 8px 22px rgba(18,59,93,.08);padding:26px;}
.mas-fcol h3{color:#123b5d;font-size:1.05rem;margin:0 0 12px;border-bottom:3px solid #c0392b;padding-bottom:8px;display:inline-block;}
.mas-fcol p,.mas-fcol li{color:#4a5568;line-height:1.65;font-size:.92rem;}
.mas-fcol ul{list-style:disc;padding-left:18px;margin:0;}
.mas-fcol a{color:#245f89;word-break:break-word;}
@media(max-width:900px){
 .mas-intro{grid-template-columns:1fr;}
 .mas-quick{grid-template-columns:repeat(2,1fr);}
 .mas-mgrid{grid-template-columns:repeat(2,1fr);}
 .mas-foot{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:560px){
 .mas-quick{grid-template-columns:1fr;}
 .mas-foot{grid-template-columns:1fr;}
 .mas-about,.mas-editor,.mas-fcol{padding:22px;}
}
.mas-ico{color:#245f89;}