:root {
  color: #101827;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  background: #eef1f5;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 9%, rgba(35, 197, 223, 0.16), transparent 19rem),
    radial-gradient(circle at 88% 18%, rgba(49, 102, 255, 0.09), transparent 22rem),
    linear-gradient(180deg, #f8fbff 0, #eef1f5 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.top-header {
  align-items: center;
  background: linear-gradient(180deg, #061a3b 0%, #07162f 100%);
  color: #fff;
  display: flex;
  gap: 42px;
  height: 78px;
  padding: 0 62px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 18px;
}

.logo-mark {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), transparent 38%),
    linear-gradient(135deg, #10d9ff, #1369ff 54%, #7a5cff);
  border-radius: 15px;
  box-shadow:
    0 16px 30px rgba(0, 107, 255, 0.36),
    inset 0 1px rgba(255, 255, 255, 0.36);
  display: inline-flex;
  height: 54px;
  overflow: hidden;
  position: relative;
  width: 54px;
}

.logo-mark::before,
.logo-mark::after {
  background: rgba(255, 255, 255, 0.96);
  content: '';
  position: absolute;
}

.logo-mark::before {
  border-radius: 999px;
  height: 28px;
  left: 15px;
  top: 13px;
  width: 28px;
}

.logo-mark::after {
  border-radius: 0 999px 999px 0;
  height: 14px;
  right: 10px;
  top: 20px;
  width: 20px;
}

.logo-core {
  background: linear-gradient(135deg, #0fd1fb, #1267ff);
  border-radius: 999px;
  height: 13px;
  left: 23px;
  position: absolute;
  top: 20px;
  width: 13px;
  z-index: 1;
}

.logo-cut {
  background: rgba(6, 22, 47, 0.18);
  height: 76px;
  position: absolute;
  transform: rotate(45deg);
  width: 18px;
  z-index: 2;
}

.logo-cut-one {
  left: -3px;
  top: -18px;
}

.logo-cut-two {
  bottom: -18px;
  right: 4px;
}

.brand strong {
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0;
}

.top-header p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 650;
  margin: 0;
}

.main-nav {
  align-items: center;
  background: linear-gradient(180deg, #12c7f3 0%, #10b4e3 100%);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.07);
  display: flex;
  gap: 0;
  height: 54px;
  padding: 0 62px;
}

.main-nav a {
  align-items: center;
  color: #061324;
  display: inline-flex;
  font-size: 17px;
  font-weight: 850;
  height: 54px;
  justify-content: center;
  min-width: 112px;
  padding: 0 22px;
  position: relative;
}

.main-nav a.active {
  color: #fff;
}

.main-nav a.active::after {
  background: #fff;
  border-radius: 999px;
  bottom: 7px;
  content: '';
  height: 3px;
  left: 32px;
  position: absolute;
  right: 32px;
}

.vip-gem {
  background: linear-gradient(135deg, #ffe27a, #ffae27);
  box-shadow: 0 0 0 3px rgba(255, 210, 83, 0.2);
  display: inline-flex;
  height: 13px;
  margin-right: 8px;
  transform: rotate(45deg);
  width: 13px;
}

.search-icon {
  margin-left: auto;
  min-width: 54px !important;
  padding: 0 !important;
}

.search-lens {
  border: 3px solid #061324;
  border-radius: 999px;
  height: 23px;
  position: relative;
  width: 23px;
}

.search-lens::after {
  background: #061324;
  border-radius: 999px;
  content: '';
  height: 12px;
  position: absolute;
  right: -8px;
  top: 16px;
  transform: rotate(45deg);
  width: 3px;
}

.page-shell {
  margin: 15px auto 24px;
  max-width: 1428px;
  padding: 0 24px;
}

.hero-card,
.category-card,
.latest-card,
.side-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(200, 210, 226, 0.66);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(16, 24, 39, 0.09);
}

.hero-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 339px;
  justify-content: center;
  overflow: hidden;
  padding: 28px 40px 24px;
  position: relative;
  text-align: center;
}

.hero-card::before {
  background: linear-gradient(135deg, rgba(226, 253, 255, 0.76), rgba(255, 255, 255, 0) 38%);
  content: '';
  inset: 0;
  position: absolute;
}

.map-dots {
  background-image: radial-gradient(circle, rgba(30, 168, 241, 0.22) 1.2px, transparent 1.5px);
  background-size: 8px 8px;
  height: 165px;
  opacity: 0.75;
  position: absolute;
  width: 250px;
}

.map-left {
  clip-path: polygon(0 22%, 42% 0, 78% 22%, 70% 66%, 35% 100%, 0 78%);
  left: 28px;
  top: 116px;
}

.map-right {
  clip-path: polygon(12% 6%, 78% 0, 100% 30%, 86% 100%, 18% 86%, 0 42%);
  right: 88px;
  top: 36px;
}

.orbit {
  border: 1px solid rgba(35, 146, 234, 0.13);
  border-radius: 50%;
  height: 244px;
  position: absolute;
  transform: rotate(-16deg);
  width: 1250px;
}

.orbit-one {
  left: 126px;
  top: 58px;
}

.orbit-two {
  right: 84px;
  top: 78px;
  width: 1120px;
}

.pill,
.hero-card h1,
.hero-subtitle,
.hero-actions,
.search-box {
  position: relative;
  z-index: 1;
}

.pill {
  background: linear-gradient(90deg, #ddf9ff, #ecf3ff);
  border-radius: 999px;
  color: #0868ff;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 14px;
  padding: 8px 18px;
}

.hero-card h1 {
  color: #081329;
  font-size: 54px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  text-shadow: 0 4px 0 rgba(8, 19, 41, 0.06);
}

.hero-card h1 span {
  color: #0968ff;
}

.hero-subtitle {
  color: #475569;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: 0;
  margin: 12px 0 20px;
}

.hero-actions {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-bottom: 18px;
}

.btn-primary,
.btn-outline {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 950;
  gap: 10px;
  height: 50px;
  justify-content: center;
  min-width: 318px;
  padding: 0 26px;
}

.btn-primary {
  background: linear-gradient(180deg, #0d72ff, #0759e7);
  box-shadow: 0 10px 20px rgba(5, 99, 233, 0.26);
  color: #fff;
}

.icon-gift {
  background: #fff;
  border-radius: 6px;
  display: inline-flex;
  height: 25px;
  position: relative;
  width: 25px;
}

.icon-gift::before {
  border: 2px solid #0b66f1;
  border-radius: 3px;
  bottom: 4px;
  content: '';
  left: 5px;
  position: absolute;
  right: 5px;
  top: 9px;
}

.icon-gift::after {
  background: #0b66f1;
  border-radius: 999px;
  content: '';
  height: 2px;
  left: 4px;
  position: absolute;
  right: 4px;
  top: 10px;
}

.icon-gift i {
  background: #0b66f1;
  border-radius: 999px;
  height: 15px;
  left: 11px;
  position: absolute;
  top: 6px;
  width: 2px;
}

.icon-gift i::before,
.icon-gift i::after {
  border: 2px solid #0b66f1;
  border-radius: 999px 999px 0 999px;
  content: '';
  height: 6px;
  position: absolute;
  top: -5px;
  width: 7px;
}

.icon-gift i::before {
  right: 1px;
  transform: rotate(24deg);
}

.icon-gift i::after {
  border-radius: 999px 999px 999px 0;
  left: 1px;
  transform: rotate(-24deg);
}

.btn-outline {
  background: #fff;
  border: 1.5px solid #0968ff;
  color: #075fee;
}

.icon-crown {
  display: inline-flex;
  height: 25px;
  position: relative;
  width: 27px;
}

.icon-crown::before {
  background: linear-gradient(180deg, #07162f, #101827);
  border-radius: 0 0 4px 4px;
  bottom: 4px;
  content: '';
  height: 9px;
  left: 4px;
  position: absolute;
  width: 19px;
}

.icon-crown::after {
  background:
    linear-gradient(135deg, transparent 50%, #07162f 51%) 0 0 / 9px 12px no-repeat,
    linear-gradient(225deg, transparent 50%, #07162f 51%) 18px 0 / 9px 12px no-repeat,
    linear-gradient(180deg, #07162f, #07162f) 9px 1px / 9px 15px no-repeat;
  content: '';
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 27px;
}

.icon-crown i {
  background: #ffd253;
  border-radius: 999px;
  height: 4px;
  left: 11px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.search-box {
  align-items: center;
  background: #fff;
  border: 1px solid #ccd6e2;
  border-radius: 10px;
  display: flex;
  height: 49px;
  max-width: 718px;
  padding: 0 18px;
  width: 100%;
}

.field-search-icon {
  border: 2px solid #7b8798;
  border-radius: 999px;
  height: 19px;
  margin-right: 15px;
  position: relative;
  width: 19px;
}

.field-search-icon::after {
  background: #7b8798;
  border-radius: 999px;
  content: '';
  height: 9px;
  position: absolute;
  right: -6px;
  top: 13px;
  transform: rotate(45deg);
  width: 2px;
}

.search-box input {
  border: 0;
  color: #1f2937;
  flex: 1;
  font-size: 17px;
  font-weight: 650;
  min-width: 0;
  outline: 0;
}

.search-box input::placeholder {
  color: #8a94a4;
}

.category-card {
  margin-top: 14px;
  padding: 14px 24px 13px;
}

.section-title {
  align-items: center;
  border-left: 5px solid #0968ff;
  display: flex;
  min-height: 26px;
  padding-left: 10px;
}

.section-title h2 {
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  margin: 0;
}

.category-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 11px;
}

.category-grid article {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  display: grid;
  gap: 14px;
  grid-template-columns: 58px minmax(0, 1fr) 24px;
  min-height: 92px;
  padding: 14px 16px;
}

.round-icon {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  position: relative;
  width: 58px;
}

.round-icon::before,
.round-icon::after,
.round-icon i,
.round-icon i::before,
.round-icon i::after {
  content: '';
  position: absolute;
}

.blue {
  background: linear-gradient(135deg, #1f7dff, #044ce5);
}

.green {
  background: linear-gradient(135deg, #24d681, #05a856);
}

.purple {
  background: linear-gradient(135deg, #9b54ff, #6226df);
}

.orange {
  background: linear-gradient(135deg, #ffb02e, #f17610);
}

.cyan {
  background: linear-gradient(135deg, #20c9ec, #0799cb);
}

.icon-globe::before {
  border: 3px solid #fff;
  border-radius: 999px;
  height: 27px;
  width: 27px;
}

.icon-globe::after {
  background: #fff;
  border-radius: 999px;
  height: 3px;
  width: 27px;
}

.icon-globe i {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 999px;
  height: 27px;
  width: 13px;
}

.icon-site::before {
  border: 3px solid #fff;
  border-radius: 4px;
  height: 25px;
  width: 31px;
}

.icon-site::after {
  background: #fff;
  border-radius: 999px;
  bottom: 13px;
  height: 3px;
  width: 22px;
}

.icon-site i {
  border: 3px solid #fff;
  border-top: 0;
  bottom: 9px;
  height: 8px;
  width: 16px;
}

.icon-link::before,
.icon-link::after {
  border: 3px solid #fff;
  border-radius: 999px;
  height: 13px;
  transform: rotate(-35deg);
  width: 23px;
}

.icon-link::before {
  left: 12px;
  top: 18px;
}

.icon-link::after {
  bottom: 17px;
  right: 12px;
}

.icon-link i {
  background: #fff;
  border-radius: 999px;
  height: 3px;
  transform: rotate(-35deg);
  width: 16px;
}

.icon-product::before {
  border: 3px solid #fff;
  height: 24px;
  transform: rotate(45deg) skew(-8deg, -8deg);
  width: 24px;
}

.icon-product::after {
  background: #fff;
  border-radius: 999px;
  height: 3px;
  transform: rotate(90deg);
  width: 22px;
}

.icon-product i {
  background: #fff;
  border-radius: 999px;
  height: 3px;
  transform: rotate(28deg);
  width: 20px;
}

.icon-briefcase::before {
  border: 3px solid #fff;
  border-radius: 4px;
  bottom: 15px;
  height: 21px;
  width: 32px;
}

.icon-briefcase::after {
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  height: 8px;
  top: 15px;
  width: 14px;
}

.icon-briefcase i {
  background: #fff;
  border-radius: 999px;
  height: 3px;
  top: 29px;
  width: 32px;
}

.category-grid h3 {
  color: #101827;
  font-size: 17px;
  font-weight: 950;
  margin: 0 0 5px;
}

.category-grid p {
  color: #596678;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.category-grid a {
  color: #1f2937;
  font-size: 22px;
}

.content-layout {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 500px;
  margin-top: 12px;
}

.latest-card {
  background: #fff;
  border: 1px solid rgba(200, 210, 226, 0.66);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(16, 24, 39, 0.09);
  padding: 16px 24px 15px;
}

.title-row {
  justify-content: space-between;
}

.title-row a {
  color: #657084;
  font-size: 14px;
  font-weight: 750;
}

.post-row {
  align-items: center;
  border-bottom: 1px solid #e4eaf2;
  display: grid;
  gap: 24px;
  grid-template-columns: 206px minmax(0, 1fr) 42px;
  min-height: 96px;
  padding: 12px 0;
}

.post-row:last-child {
  border-bottom: 0;
}

.post-cover {
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 78px;
  justify-content: center;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
}

.post-cover::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  content: '';
  height: 92px;
  position: absolute;
  right: -25px;
  top: -28px;
  width: 92px;
}

.post-cover b,
.post-cover strong {
  font-size: 19px;
  line-height: 1.18;
  position: relative;
  z-index: 1;
}

.post-cover span {
  bottom: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 48px;
  font-weight: 950;
  position: absolute;
  right: 18px;
}

.cover-blue {
  background: linear-gradient(135deg, #08224b, #075d9c);
}

.cover-teal {
  background: linear-gradient(135deg, #073e49, #0a7874);
}

.cover-purple {
  background: linear-gradient(135deg, #17216b, #6537d8);
}

.post-info h3 {
  color: #101827;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.35;
  margin: 0 0 7px;
}

.post-info p {
  color: #566273;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
  margin: 0 0 6px;
}

.post-info small {
  color: #687386;
  font-size: 13px;
  font-weight: 650;
}

.post-row em {
  align-self: end;
  background: #eaf2ff;
  border-radius: 4px;
  color: #0968ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  padding: 2px 6px;
}

.side-stack {
  display: grid;
  gap: 13px;
}

.side-card {
  align-items: center;
  border-left: 3px solid #0d72ff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px 34px;
  height: 101px;
  overflow: hidden;
  padding: 15px 18px 15px 24px;
  position: relative;
}

.side-card h3 {
  color: #101827;
  font-size: 20px;
  font-weight: 950;
  margin: 0 0 8px;
}

.side-card p {
  color: #566273;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.side-illustration {
  align-items: center;
  background: linear-gradient(135deg, #eff8ff, #cde8ff);
  border-radius: 14px;
  color: #0968ff;
  display: inline-flex;
  font-size: 64px;
  font-weight: 950;
  height: 74px;
  justify-content: center;
  justify-self: end;
  transform: rotate(-8deg);
  width: 104px;
}

.wordpress {
  border: 3px solid #0d75a6;
  border-radius: 999px;
  color: #0d75a6;
  font-family: Georgia, serif;
  font-size: 54px;
  transform: none;
  width: 74px;
}

.server {
  background: linear-gradient(135deg, #7c45ff, #4d21c9);
  color: #fff;
  font-size: 58px;
  width: 86px;
}

.side-blue {
  background: linear-gradient(135deg, #ffffff, #eef8ff);
}

.side-cyan {
  background: linear-gradient(135deg, #ffffff, #edfeff);
  border-left-color: #16c7df;
}

.side-purple {
  background: linear-gradient(135deg, #ffffff, #f4efff);
  border-left-color: #8047ff;
}

.side-card i {
  align-items: center;
  background: linear-gradient(135deg, #0d72ff, #00b8df);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 34px;
}

@media (max-width: 1180px) {
  .top-header {
    padding: 0 24px;
  }

  .main-nav {
    overflow-x: auto;
    padding: 0 16px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .top-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    height: auto;
    padding: 18px 18px;
  }

  .brand strong {
    font-size: 25px;
  }

  .top-header p {
    font-size: 14px;
  }

  .main-nav a {
    font-size: 15px;
    min-width: auto;
    padding: 0 14px;
  }

  .page-shell {
    padding: 0 12px;
  }

  .hero-card {
    height: auto;
    min-height: 390px;
    padding: 36px 18px 28px;
  }

  .hero-card h1 {
    font-size: 39px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn-primary,
  .btn-outline {
    min-width: 0;
    width: 100%;
  }

  .category-card,
  .latest-card {
    padding: 16px;
  }

  .category-grid,
  .post-row {
    grid-template-columns: 1fr;
  }

  .post-cover {
    max-width: 240px;
  }

  .side-card {
    grid-template-columns: 1fr 34px;
    height: auto;
    min-height: 118px;
  }

  .side-illustration {
    display: none;
  }
}
