/* ===== Reset & Variables ===== */
:root {
  --blue: #0B5FFF;
  --navy: #0A1F44;
  --orange: #FF6A00;
  --dark: #0d0d12;
  --gray: #F5F7FA;
  --text: #1f2937;
  --muted: #6b7280;
  --line: #e5e7eb;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

body {
  color: var(--text);
  line-height: 1.6;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

/* ===== Layout ===== */
.content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.flex {
  display: flex;
}

.flex_middle {
  align-items: center;
}

.between {
  justify-content: space-between;
}

.wrap_flex {
  flex-wrap: wrap;
}

.text_center {
  text-align: center;
}

.bg_gray {
  background: var(--gray);
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  border: none;
  font-size: 15px;
}

.btn_orange {
  background: var(--orange);
  color: #fff;
}

.btn_orange:hover {
  background: #e85f00;
}

.btn_line {
  background: #fff;
  border: 2px solid #d1d5db !important;
  color: #374151;
}

.btn_line:hover {
  border-color: var(--blue) !important;
  color: var(--blue) !important;
}

.btn_white {
  background: #fff;
  color: var(--blue);
}

.btn_border {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}

/* ===== Section Head ===== */
.head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.head h2 {
  font-size: 32px;
  color: var(--navy);
  font-weight: 800;
}

.head p {
  color: var(--muted);
  margin-top: 12px;
  font-size: 17px;
}

.head.wide {
  max-width: 800px;
}

.head.wide_md {
  max-width: 780px;
  margin-bottom: 46px;
}

.subtitle {
  display: inline-block;
  background: #e6edff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

/* ===== Header ===== */
header {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  z-index: 100;
}

.header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
}

.logo span {
  color: var(--orange);
}

.nav_menu ul {
  display: flex;
  gap: 28px;
  font-size: 15px;
  font-weight: 500;
}

.nav_menu ul a:hover,
.nav_menu ul a.active {
  color: var(--blue);
}
.nav_menu ul .current_page_parent a, .nav_menu ul .current-menu-item a{
  color: var(--blue);
}
.header_main .btn {
  padding: 10px 20px;
}

@media (max-width: 880px) {
  .nav_menu {
    display: none;
  }
}

/* ===== Footer ===== */
footer {
  background: var(--navy);
  color: #cbd5e1;
}

footer.footer_full {
  padding: 50px 0 24px;
}

footer.footer_simple {
  padding: 36px 0;
  text-align: center;
  font-size: 14px;
}

.footer_cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 30px;
}

.footer_cols > div {
  min-width: 0;
}

.footer_cols h5, .footer_cols strong{
  color: #fff;
  margin-bottom: 14px;
  font-size: 15px;
  display: block;
}

.footer_cols ul {
  font-size: 14px;
}

.footer_cols li {
  padding: 5px 0;
}

.footer_cols .footer_desc {
  font-size: 14px;
  word-break: break-word;
}

.footer_copy {
  text-align: center;
  border-top: 1px solid #1c3057;
  margin-top: 36px;
  padding-top: 20px;
  font-size: 13px;
  color: #7b8aa6;
  word-break: break-word;
}

@media (max-width: 880px) {
  footer.footer_full {
    padding: 40px 0 20px;
  }

  .footer_cols {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .footer_cols > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .footer_cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer_cols > div:first-child {
    grid-column: auto;
  }

  .footer_copy {
    margin-top: 28px;
    padding-top: 16px;
    font-size: 12px;
    line-height: 1.6;
  }
}

/* ===== Shared Section: Stats ===== */
.page_stats {
  background: var(--navy);
  color: #fff;
  padding: 40px 0;
}

.page_stats .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 20px;
}

.page_stats h3 {
  font-size: 38px;
  color: #ffb27a;
}

.page_stats p {
  color: #cbd5e1;
  font-size: 14px;
}

@media (max-width: 680px) {
  .page_stats .content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Shared Section: CTA ===== */
.page_cta {
  background: linear-gradient(135deg, var(--blue), #0a3fb3);
  color: #fff;
  text-align: center;
  padding: 70px 0;
}

.page_cta h2 {
  font-size: 34px;
  margin-bottom: 14px;
}

.page_cta p {
  opacity: 0.9;
  margin-bottom: 28px;
  font-size: 18px;
}

.page_cta .btn_orange {
  font-weight: 700;
}

/* ===== Shared Card Components ===== */
.card_icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #e6edff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.card_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.info_card {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 14px;
  padding: 30px;
  transition: 0.25s;
}

.info_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11, 95, 255, 0.12);
  border-color: #dbe4ff;
}

.info_card h3 {
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 10px;
}

.info_card p {
  color: var(--muted);
  font-size: 15px;
}

.info_card a {
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 14px;
}

@media (max-width: 880px) {
  .card_grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Hero Card (shared) ===== */
.hero_card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(11, 95, 255, 0.15);
}

.hero_card h3 {
  color: var(--navy);
  font-size: 22px;
  margin-bottom: 18px;
}

.hero_card li {
  padding: 12px 0;
  border-bottom: 1px solid #eef0f4;
  color: #374151;
  font-size: 15px;
}

.hero_card li:before {
  content: "✓";
  color: #fff;
  background: var(--orange);
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 10px;
}
