/*
Theme Name: IJESCE Theme
Theme URI: https://ijesce.org
Author: IJESCE Academic Press
Author URI: https://ijesce.org
Description: Tema landing page resmi untuk International Journal of Economics, Social Sciences, and Creative Enterprise. Seluruh konten dapat diedit via WordPress Customizer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ijesce-theme
Tags: one-page, academic, journal, landing-page, customizer
*/

/* ─── RESET & BASE ─────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #1a1a2e;
  background: #fff;
  line-height: 1.6;
}

/* ─── GOOGLE FONTS ─────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ─── NAV ──────────────────────────────────── */
.site-nav {
  background: #fff;
  border-bottom: 1px solid #e5eaf0;
  position: sticky;
  top: 0;
  z-index: 99;
}
.nav-c {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-logo-wrap { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.site-logo-wrap img,
.site-logo-wrap .custom-logo,
.site-logo-wrap .custom-logo-link img { height: 50px !important; width: auto !important; object-fit: contain; max-width: unset !important; }
.logo-fallback { display: flex; align-items: center; gap: 10px; }
.logo-icon-box {
  width: 38px; height: 38px;
  background: var(--color-primary, #1b3f6e);
  border-radius: 8px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  flex-shrink: 0;
}
.logo-icon-top {
  background: var(--color-accent, #f0b429);
  border-radius: 3px 3px 0 0;
  width: 26px; height: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 7px; font-weight: 800; color: var(--color-primary, #1b3f6e);
}
.logo-icon-bot {
  background: rgba(255,255,255,0.2);
  border-radius: 0 0 3px 3px;
  width: 26px; height: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 6px; font-weight: 700; color: #fff;
}
.logo-text-name { font-size: 15px; font-weight: 700; color: var(--color-primary, #1b3f6e); line-height: 1.1; }
.logo-text-sub  { font-size: 10px; color: #7a9abf; font-weight: 400; }

.nav-menu { display: flex; gap: 4px; list-style: none; }
.nav-menu a {
  padding: 7px 13px; border-radius: 6px;
  color: #4a6a8a; font-size: 13px; font-weight: 500; text-decoration: none;
  transition: background .15s, color .15s;
}
.nav-menu a:hover { background: #f0f5fa; color: var(--color-primary, #1b3f6e); }

.nav-wa {
  display: flex; align-items: center; gap: 7px;
  background: #25d366; color: #fff;
  border: none; border-radius: 7px;
  padding: 9px 18px; font-size: 13px; font-weight: 600;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  font-family: inherit;
}
.nav-wa svg { width: 16px; height: 16px; fill: #fff; flex-shrink: 0; }

/* ─── HERO ──────────────────────────────────── */
.hero-section {
  background: var(--color-primary, #1b3f6e);
  padding: 72px 24px 60px;
}
.hero-c {
  max-width: 1080px; margin: 0 auto;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 20px; padding: 5px 16px; margin-bottom: 24px;
}
.hero-badge span { font-size: 12px; color: #c8dff0; font-weight: 500; }
.hero-section h1 {
  font-size: 34px; font-weight: 700; color: #fff;
  line-height: 1.3; max-width: 680px;
  margin-bottom: 16px; letter-spacing: -.3px;
}
.hero-section h1 span { color: var(--color-accent, #f0b429); }
.hero-section .hero-desc {
  font-size: 15px; color: #8fb8d8;
  line-height: 1.8; max-width: 580px; margin-bottom: 32px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 56px; }
.hbtn-a {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 24px; background: var(--color-accent, #f0b429);
  color: var(--color-primary, #1b3f6e);
  border: none; border-radius: 8px;
  font-size: 14px; font-weight: 700; cursor: pointer;
  text-decoration: none; font-family: inherit;
}
.hbtn-b {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 24px; background: transparent;
  color: #c8dff0;
  border: 1.5px solid rgba(200,223,240,.35);
  border-radius: 8px; font-size: 14px; font-weight: 500;
  cursor: pointer; text-decoration: none; font-family: inherit;
}
.hbtn-a svg, .hbtn-b svg { width: 16px; height: 16px; flex-shrink: 0; }

.hero-tagline {
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 24px; width: 100%;
  display: flex; justify-content: center;
  gap: 48px; flex-wrap: wrap;
}
.htag-item { text-align: center; }
.htag-val { font-size: 22px; font-weight: 700; color: #fff; }
.htag-lbl { font-size: 12px; color: #6a9abc; margin-top: 2px; }

/* ─── ABOUT ──────────────────────────────────── */
.about-section { padding: 72px 24px; background: #fff; }
.about-c { max-width: 1080px; margin: 0 auto; }
.eyebrow {
  font-size: 12px; font-weight: 700;
  color: var(--color-accent, #f0b429);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px;
}
.sec-title { font-size: 26px; font-weight: 700; color: var(--color-primary, #1b3f6e); margin-bottom: 12px; line-height: 1.3; }
.sec-intro { font-size: 14px; color: #4a6a86; line-height: 1.8; max-width: 680px; margin-bottom: 40px; }
.about-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; }
.acard {
  background: #f7fafd; border: 1px solid #dce8f4;
  border-radius: 12px; padding: 24px;
}
.acard-icon {
  width: 44px; height: 44px;
  background: var(--color-primary, #1b3f6e);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.acard-icon svg { width: 22px; height: 22px; stroke: var(--color-accent, #f0b429); stroke-width: 1.8; fill: none; }
.acard h3 { font-size: 14px; font-weight: 700; color: var(--color-primary, #1b3f6e); margin-bottom: 6px; }
.acard p { font-size: 13px; color: #5a7a96; line-height: 1.65; }

/* ─── SERVICES ───────────────────────────────── */
.services-section {
  padding: 72px 24px;
  background: #f4f8fc;
  border-top: 1px solid #dce8f4;
  border-bottom: 1px solid #dce8f4;
}
.services-c { max-width: 1080px; margin: 0 auto; }
.sec-sub { font-size: 14px; color: #5a7a9a; line-height: 1.75; max-width: 560px; margin-bottom: 36px; }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; }
.svc-card {
  background: #fff; border: 1px solid #dce8f4;
  border-radius: 12px; padding: 24px;
  display: flex; flex-direction: column;
}
.svc-top { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
.svc-ico {
  width: 40px; height: 40px; min-width: 40px;
  background: var(--color-primary, #1b3f6e);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
}
.svc-ico svg { width: 20px; height: 20px; stroke: var(--color-accent, #f0b429); stroke-width: 1.8; fill: none; }
.svc-card h3 { font-size: 14px; font-weight: 700; color: var(--color-primary, #1b3f6e); line-height: 1.3; }
.svc-card p { font-size: 13px; color: #5a7a96; line-height: 1.65; flex: 1; margin-bottom: 14px; }
.svc-lnk {
  font-size: 12px; font-weight: 600;
  color: var(--color-primary, #1b3f6e);
  text-decoration: none; display: inline-flex; align-items: center; gap: 4px; margin-top: auto;
}
.svc-lnk svg { width: 12px; height: 12px; stroke: var(--color-primary, #1b3f6e); stroke-width: 2.5; fill: none; }

/* ─── INDEXING ───────────────────────────────── */
.indexing-section {
  background: var(--color-primary, #1b3f6e);
  padding: 56px 24px; text-align: center;
}
.indexing-section h2 { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.indexing-section p  { font-size: 13px; color: #8ab4d4; margin-bottom: 28px; }
.idx-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.idx-item {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px; padding: 10px 22px;
  font-size: 13px; font-weight: 600; color: #c8dff0;
}

/* ─── PRICING ────────────────────────────────── */
.pricing-section { padding: 72px 24px; background: #fff; }
.pricing-c { max-width: 1080px; margin: 0 auto; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 18px; margin-top: 8px; }
.pcard {
  border: 1.5px solid #dce8f4; border-radius: 14px;
  padding: 28px; display: flex; flex-direction: column; background: #fff;
}
.pcard.popular { border-color: var(--color-accent, #f0b429); }
.ptier { font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #7a9abf; margin-bottom: 6px; }
.pname { font-size: 20px; font-weight: 700; color: var(--color-primary, #1b3f6e); margin-bottom: 6px; line-height: 1.2; }
.pdesc { font-size: 13px; color: #6a8aaa; line-height: 1.6; margin-bottom: 18px; }
.pdivider { height: 1px; background: #e8f0f8; margin-bottom: 18px; }
.pamount-row { display: flex; align-items: baseline; gap: 3px; margin-bottom: 4px; }
.pcurr { font-size: 13px; font-weight: 700; color: var(--color-primary, #1b3f6e); }
.pamount { font-size: 28px; font-weight: 700; color: var(--color-primary, #1b3f6e); line-height: 1; }
.pnote { font-size: 12px; color: #9ab8cc; margin-bottom: 18px; }
.pbadge {
  display: inline-block; background: #fff8e1; color: #8a6010;
  font-size: 10px; font-weight: 700; border-radius: 20px;
  padding: 2px 10px; margin-bottom: 8px; letter-spacing: .3px;
}
.pfeats { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; flex: 1; }
.pfeats li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: #4a6a86; }
.pcheck {
  width: 18px; height: 18px; min-width: 18px;
  border-radius: 50%; background: #e6f4ec;
  display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.pcheck svg { width: 9px; height: 9px; stroke: #1a7a40; stroke-width: 2.5; fill: none; }
.pbtn { width: 100%; padding: 12px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; border: none; }
.pbtn-out  { background: #fff; border: 1.5px solid var(--color-primary, #1b3f6e); color: var(--color-primary, #1b3f6e); }
.pbtn-fill { background: var(--color-accent, #f0b429); color: #fff; }
.pbtn-dark { background: var(--color-primary, #1b3f6e); color: #fff; }

/* ─── FOOTER ──────────────────────────────────── */
.site-footer { background: #0d2540; }
.footer-main {
  max-width: 1080px; margin: 0 auto;
  padding: 56px 24px 40px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
}
.fbrand-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.fbrand p { font-size: 13px; color: #4a6a88; line-height: 1.75; margin-bottom: 18px; }
.fissn { display: flex; gap: 8px; flex-wrap: wrap; }
.fissn-b { border: 1px solid rgba(240,180,41,.25); border-radius: 6px; padding: 5px 10px; }
.fissn-b strong { display: block; font-size: 10px; color: #8a6a20; font-weight: 700; letter-spacing: .3px; }
.fissn-b span { font-size: 12px; font-weight: 700; color: var(--color-accent, #f0b429); }
.fwa {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25d366; color: #fff; border-radius: 8px;
  padding: 10px 18px; font-size: 13px; font-weight: 700;
  text-decoration: none; margin-top: 14px;
}
.fwa svg { width: 16px; height: 16px; fill: #fff; }
.fcol h4 { font-size: 11px; font-weight: 700; color: #6a9abc; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 14px; }
.fcol ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.fcol a { font-size: 13px; color: #4a6a88; text-decoration: none; }
.fcol a:hover { color: #a8c8e0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 16px 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
  max-width: 1080px; margin: 0 auto;
}
.footer-bottom p { font-size: 12px; color: #3a5a76; }
.footer-bottom span {
  font-size: 11px; color: #2a4a66;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 5px; padding: 3px 10px;
}

/* ─── RESPONSIVE ──────────────────────────────── */
@media (max-width: 768px) {
  .nav-menu { display: none; }
  .hero-section h1 { font-size: 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .hero-tagline { gap: 24px; }
}
@media (max-width: 480px) {
  .footer-main { grid-template-columns: 1fr; }
}

/* Footer logo size */
.fbrand .custom-logo,
.fbrand .custom-logo-link img,
.fbrand img { height: 50px !important; width: auto !important; max-width: unset !important; display: block; }
