* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
}

/* Header */
.vyijrFPgJ {
  background: linear-gradient(135deg, #313a6a 0%, #4a4a4a 100%);
  padding: 14px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.vrUfRhfQ,
.mLbO {
  background-color: #666;
  border: none;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.vrUfRhfQ:hover,
.mLbO:hover {
  background-color: #777;
}

/* Refined menu button to match header style */
.vrUfRhfQ {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: transparent;
  /* hide ☰ text */
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: background 0.15s ease, transform 0.08s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.vrUfRhfQ::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #e6edf1;
  border-radius: 2px;
  box-shadow: 0 -6px 0 0 #e6edf1, 0 6px 0 0 #e6edf1;
  /* three lines */
}

.vrUfRhfQ:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.vrUfRhfQ:active {
  transform: translateY(1px);
  background: rgba(255, 255, 255, 0.18);
}

.vrUfRhfQ:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18), 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Refined search button to match header style */
.mLbO {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: transparent;
  /* hide text */
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: background 0.15s ease, transform 0.08s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

/* .search-btn::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #e6edf1;
  border-radius: 50%;
  transform: translate(-2px, -2px);
}

.search-btn::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: #e6edf1;
  transform: rotate(45deg) translate(8px, 7px);
  transform-origin: center;
  border-radius: 2px;
} */

.mLbO:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.mLbO:active {
  transform: translateY(1px);
  background: rgba(255, 255, 255, 0.18);
}

.mLbO:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18), 0 2px 8px rgba(0, 0, 0, 0.25);
}

.PNrVBhS {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ff6a3a 0%, #ffa726 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #ffffff;
  padding: 10px 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  min-width: 240px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  isolation: isolate;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-position .8s ease;
}

.PNrVBhS::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 120% at 30% 20%, rgba(255,255,255,.32) 0%, rgba(255,255,255,.08) 38%, rgba(255,255,255,0) 60%),
    linear-gradient(120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 70%);
  background-size: auto, 180% 180%;
  background-position: center, -160% 0;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: background-position .9s ease;
}

.PNrVBhS::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 70%;
  height: 10px;
  background: rgba(0, 0, 0, 0.35);
  filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}

.PNrVBhS:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22), 0 8px 18px rgba(0, 0, 0, 0.28);
}

.PNrVBhS:hover,
.PNrVBhS:focus-visible {
  transform: translateX(-50%) scale(1.03);
  background-position: 100% 0;
  box-shadow: 0 10px 22px rgba(0,0,0,.32);
}

.PNrVBhS:hover::before,
.PNrVBhS:focus-visible::before {
  background-position: center, 160% 0;
}

/* Header layout groups */
.nOejoIXZ,
.rWodeY {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nOejoIXZ {
  margin-right: auto;
}

.rWodeY {
  margin-left: auto;
}

/* Nav */
.eqJzhJE {
  display: flex;
  gap: 10px;
  margin-left: 10px;
}

.eqJzhJE a {
  color: #eaeaea;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 14px;
}

.eqJzhJE a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* Dropdown */
.zWXkXihijh {
  position: absolute;
  top: calc(100% + 10px);
  left: 14px;
  background: #eceeef;
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  min-width: 260px;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.zWXkXihijh::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 22px;
  width: 16px;
  height: 16px;
  background: #eceeef;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  transform: rotate(45deg);
}

.zWXkXihijh.open {
  display: block;
  animation: dropdownIn .15s ease-out;
}

@keyframes dropdownIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

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

.zWXkXihijh .HBZCCqV {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f4b5a;
  text-decoration: none;
  padding: 14px 18px;
  transition: background-color 0.15s ease, color 0.15s ease;
  font-size: 16px;
}

.zWXkXihijh .HBZCCqV+.HBZCCqV {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.zWXkXihijh .HBZCCqV:hover {
  background-color: #e4e7ea;
  color: #0b3d49;
}

.uNgO {
  width: 22px;
  height: 22px;
  color: #0e6173;
  flex: 0 0 22px;
}

.PeJBgVH {
  line-height: 1;
}

/* Search panel */
.tgAAkOb {
  position: absolute;
  top: 100%;
  right: 20px;
  background-color: #2f3241;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  display: none;
  gap: 8px;
}

.tgAAkOb.open {
  display: flex;
}

.tgAAkOb input {
  width: 260px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.tgAAkOb .XfbVN {
  padding: 10px 14px;
  border-radius: 6px;
  border: none;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #fff;
  cursor: pointer;
}

/* Responsive header */
@media (max-width: 768px) {
  .eqJzhJE {
    display: none;
  }

  .PNrVBhS {
    padding: 12px 20px;
    font-size: 16px;
    min-width: 160px;
  }
}



/* History section */
.atiEHwL {
  background: #fff;
  border-top: 1px solid #e6e9ef;
  border-bottom: 1px solid #e6e9ef;

  max-width: 1200px;
  margin: 0 auto;
}

.lqpnbQGBeX {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
}

.SlHYnWLR {
  color: #2c5f7c;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.BpcMqFVGys {
  color: #546b7b;
  line-height: 1.8;
}

.RECxicHAq {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.YQHfYHPxyd {
  background: #ffffff;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.puFToBdVA {
  color: #476679;
  font-weight: 800;
  padding-top: 15px;
  margin-bottom: 10px;
}

.lWiYqDIPfT {
  color: #516a7a;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .RECxicHAq {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .RECxicHAq {
    grid-template-columns: 1fr;
  }
}

/* Footer */
.UKegowdOZq {
  margin-top: 60px;
  background: linear-gradient(180deg, #2e3144 0%, #2a2d3e 100%);
  color: #cfd6dc;
}

.UKegowdOZq a {
  color: #9aa3ad;
  text-decoration: none;
}

.UKegowdOZq a:hover {
  color: #ffffff;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 6px;
}

.brand .footer-logo {
  font-weight: 800;
  letter-spacing: 1.4px;
  color: #fff;
}

.brand .footer-desc {
  margin-top: 6px;
  color: #aeb6bf;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.social::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 7px;
  border-radius: 50%;
  border: 2px solid #e6edf1;
  opacity: 0.9;
}

.DghqIXl {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  max-width: 1200px;
  margin: 0 auto;
  color: #9aa3ad;
}

.DghqIXl .zrxI {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

/* Back to top */
.itvi {
  position: fixed;
  right: 18px;
  bottom: 66px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.itvi::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid #e6edf1;
  border-top: 2px solid #e6edf1;
  transform: translate(-50%, -20%) rotate(45deg);
}

.itvi.show {
  display: none;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .DghqIXl {
    padding: 14px 16px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .dEWKL {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .dEWKL {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .PNrVBhS {
    font-size: 14px;
    padding: 12px 20px;
    min-width: 160px;
  }

  .khMuDqQQFv {
    font-size: 20px;
  }

  .OephjxerCB {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .dEWKL { grid-template-columns: 1fr; }
  .riXAFxG { padding: 20px 15px; }
}


.ccb_ad {
  width: calc(100% - 40px);
  max-width: 1160px;
  background: #737897b5;
  padding: 21px 0;
  margin: 0 auto;
  border-radius: 5px;
  color: #ffffffbb;
}
.ccb_ad p {
  text-align: center;
  color: #ffffffbb;
  margin-bottom: 12px;
}
.ccb_ad .ccb_ad_cont {
  width: 100%;
  min-height: 250px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .ccb_ad {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
