
:root {
  --blue: #2764ed;
  --navy: #14233f;
  --text: #344158;
  --muted: #748197;
  --bg: #f4f7fd;
  --line: #e4eaf4;
  --shadow: 0 18px 50px #244b9120;
  --container: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  font:
    16px/1.75 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Microsoft YaHei",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.goj-container {
  width: min(var(--container), calc(100% - 48px));
  margin: auto;
}
.goj-header {
  position: sticky;
  z-index: 20;
  top: 0;
  height: 76px;
  border-bottom: 1px solid var(--line);
  background: #fffffff2;
  backdrop-filter: blur(16px);
}
.goj-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goj-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}
.goj-logo span:last-child {
  display: flex;
  flex-direction: column;
}
.goj-logo small {
  margin-top: 4px;
  color: #8b97a9;
  font-size: 8px;
  letter-spacing: 1.5px;
}
.goj-logo-mark {
  display: grid !important;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #4380ff, #174dd6);
  box-shadow: 0 8px 18px #2764ed40;
  color: #fff;
  font-size: 25px;
  font-style: italic;
}
.goj-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #526078;
  font-size: 14px;
  font-weight: 600;
}
.goj-menu a:hover {
  color: var(--blue);
}
.goj-nav-button {
  padding: 10px 22px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff !important;
}
.goj-toggle {
  display: none;
  border: 0;
  background: none;
}
.goj-toggle i {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px;
  background: var(--navy);
}
.goj-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fafcff, #edf4ff);
}
.goj-hero:before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(#2764ed09 1px, transparent 1px),
    linear-gradient(90deg, #2764ed09 1px, transparent 1px);
  background-size: 40px 40px;
}
.goj-orb {
  position: absolute;
  border-radius: 50%;
  background: #4380ff1f;
}
.orb-one {
  width: 380px;
  height: 380px;
  right: -110px;
  top: 40px;
}
.orb-two {
  width: 230px;
  height: 230px;
  left: -100px;
  bottom: 10px;
}
.goj-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  min-height: 680px;
  gap: 65px;
}
.goj-eyebrow,
.goj-section-head > span,
.goj-title-row span,
.goj-page-hero span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.4px;
}
.goj-hero h1 {
  margin: 18px 0;
  color: var(--navy);
  font-size: 58px;
  line-height: 1.18;
  letter-spacing: -2px;
}
.goj-hero h1 strong {
  color: var(--blue);
}
.goj-hero-copy > p {
  max-width: 570px;
  color: var(--muted);
  font-size: 18px;
}
.goj-actions {
  display: flex;
  gap: 14px;
  margin: 30px 0;
}
.goj-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 27px;
  border: 1px solid var(--blue);
  border-radius: 11px;
  background: var(--blue);
  box-shadow: 0 10px 24px #2764ed38;
  color: #fff;
  font-weight: 700;
  transition: 0.25s;
}
.goj-button:hover {
  transform: translateY(-2px);
}
.goj-button-ghost {
  background: #fff;
  box-shadow: none;
  color: var(--blue);
}
.goj-trust {
  display: flex;
  gap: 22px;
  color: #7b879a;
  font-size: 13px;
}
.goj-device {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  cursor: default;
}
.goj-device:before {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: linear-gradient(145deg, #4380ff, #1954d8);
  box-shadow: 0 30px 70px #1e53c840;
  content: "";
}
.goj-phone {
  position: relative;
  width: 265px;
  height: 480px;
  padding: 65px 24px 20px;
  border: 10px solid #172641;
  border-radius: 42px;
  background: linear-gradient(#f8fbff, #edf4ff);
  box-shadow: 0 28px 55px #14233f4d;
  text-align: center;
  transform: rotate(4deg);
}
.goj-phone-top {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 86px;
  height: 20px;
  border-radius: 20px;
  background: #172641;
  transform: translateX(-50%);
}
.goj-app-logo {
  display: grid;
  width: 68px;
  height: 68px;
  margin: auto;
  place-items: center;
  border-radius: 20px;
  background: var(--blue);
  color: #fff;
  font-size: 38px;
  font-weight: 800;
}
.goj-phone h3 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: 23px;
}
.goj-phone p {
  margin: 4px 0 26px;
  color: #8a96a9;
  font-size: 12px;
}
.goj-phone button {
  width: 140px;
  height: 140px;
  border: 16px solid #dfe9ff;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 17px;
}
.goj-stats {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  color: #8793a6;
  font-size: 10px;
}
.goj-stats b {
  display: block;
  color: var(--navy);
  font-size: 16px;
}
.goj-speed-card {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 80px;
  width: 155px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}
.goj-speed-card > * {
  display: block;
}
.goj-speed-card b {
  color: var(--navy);
}
.goj-speed-card span {
  color: #37b579;
  font-size: 11px;
}
.goj-speed-card i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #37b579;
}
.goj-section {
  padding: 95px 0;
}
.goj-section-head {
  max-width: 680px;
  margin: 0 auto 45px;
  text-align: center;
}
.goj-section-head h2,
.goj-title-row h2,
.goj-faq-layout h2 {
  margin: 9px 0;
  color: var(--navy);
  font-size: 38px;
  line-height: 1.35;
}
.goj-section-head p,
.goj-feature-grid p {
  color: var(--muted);
}
.goj-feature-grid,
.goj-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.goj-feature-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: 0.25s;
}
.goj-feature-grid article:hover,
.goj-post-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.goj-feature-grid i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #eaf1ff;
  color: var(--blue);
  font-size: 23px;
  font-style: normal;
}
.goj-feature-grid h3 {
  margin: 18px 0 5px;
  color: var(--navy);
}
.goj-feature-grid p {
  margin: 0;
  font-size: 14px;
}
.goj-steps-section,
.goj-faq-section {
  background: var(--bg);
}
.goj-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.goj-steps article {
  position: relative;
  padding: 30px;
  text-align: center;
}
.goj-steps article > b {
  position: absolute;
  left: 20%;
  color: #dbe5f8;
  font-size: 55px;
}
.goj-steps i {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  margin: auto;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--blue);
  font-size: 25px;
  font-style: normal;
  margin-top: 12px;
}
.goj-steps h3 {
  margin: 4px 0 5px;
  color: var(--navy);
}
.goj-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.goj-center {
  margin-top: 35px;
  text-align: center;
}
.goj-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 35px;
}
.goj-title-row h2 {
  margin-bottom: 0;
}
.goj-title-row > a,
.goj-faq-layout a {
  color: var(--blue);
  font-weight: 700;
}
.goj-post-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: 0.25s;
}
.goj-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: linear-gradient(140deg, #dfeaff, #f4f7ff);
}
.goj-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goj-card-placeholder {
  display: grid;
  height: 100%;
  place-content: center;
  text-align: center;
  color: var(--blue);
}
.goj-card-placeholder b {
  font-size: 55px;
  line-height: 1;
}
.goj-card-body {
  padding: 21px;
}
.goj-card-meta {
  display: flex;
  justify-content: space-between;
  color: #96a1b2;
  font-size: 12px;
}
.goj-card-meta span {
  padding: 3px 9px;
  border-radius: 5px;
  background: #eaf1ff;
  color: var(--blue);
  font-weight: 700;
}
.goj-card-body h3 {
  margin: 12px 0 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.5;
}
.goj-card-description {
  display: -webkit-box;
  overflow: hidden;
  min-height: 48px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
}
.goj-card-more {
  display: inline-block;
  margin-top: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}
.goj-faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 85px;
}
.goj-faq-list details {
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}
.goj-faq-list summary {
  display: flex;
  justify-content: space-between;
  padding: 19px 22px;
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.goj-faq-list summary::-webkit-details-marker {
  display: none;
}
.goj-faq-list summary i {
  color: var(--blue);
  font-style: normal;
}
.goj-faq-list details[open] i {
  transform: rotate(45deg);
}
.goj-faq-list details p {
  margin: 0;
  padding: 0 22px 18px;
  color: var(--muted);
  font-size: 14px;
}
.goj-cta {
  padding: 75px 0;
  background: linear-gradient(125deg, #1c58df, #367cf5);
  color: #fff;
  text-align: center;
}
.goj-cta h2 {
  margin: 8px;
  font-size: 38px;
}
.goj-cta p {
  color: #dce8ff;
}
.goj-button-white {
  border-color: #fff;
  background: #fff;
  box-shadow: none;
  color: var(--blue);
}
.goj-page-hero {
  padding: 85px 0 70px;
  background: linear-gradient(135deg, #f2f6ff, #fff);
  text-align: center;
}
.goj-page-hero h1 {
  margin: 9px;
  color: var(--navy);
  font-size: 46px;
}
.goj-page-hero p {
  max-width: 650px;
  margin: auto;
  color: var(--muted);
}
.goj-listing {
  padding: 75px 0 95px;
  background: #fbfcff;
}
.goj-pagination {
  margin-top: 50px;
}
.goj-pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}
.goj-pagination a,
.goj-pagination span {
  display: grid;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.goj-pagination .current,
.goj-pagination a:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.goj-breadcrumb {
  overflow: hidden;
  padding: 23px 0;
  color: #94a0b2;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goj-breadcrumb span {
  margin: 0 9px;
}
.goj-breadcrumb em {
  font-style: normal;
}
.goj-article-head {
  padding: 40px 0 50px;
  text-align: center;
}
.goj-article-head > div {
  max-width: 900px;
}
.goj-article-head > div > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}
.goj-article-head h1 {
  margin: 14px auto;
  color: var(--navy);
  font-size: 44px;
  line-height: 1.35;
}
.goj-article-meta {
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #8895a8;
  font-size: 13px;
}
.goj-cover {
  overflow: hidden;
  max-height: 560px;
  border-radius: 22px;
}
.goj-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goj-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 38px;
  padding-block: 50px;
}
.goj-article-card {
  padding: 45px;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 45px #30466e12;
}
.goj-article-content {
  font-size: 16px;
  line-height: 2;
}
.goj-article-content h2,
.goj-article-content h3 {
  color: var(--navy);
  line-height: 1.45;
}
.goj-article-content h2 {
  padding-left: 14px;
  border-left: 4px solid var(--blue);
}
.goj-article-content a {
  color: var(--blue);
  text-decoration: underline;
}
.goj-article-content img {
  margin: 25px auto;
  border-radius: 12px;
}
.goj-article-content blockquote,
.goj-note {
  padding: 18px 22px;
  border-left: 4px solid var(--blue);
  background: #f1f5ff;
}
.goj-note {
  margin-top: 30px;
  border: 0;
  border-radius: 12px;
}
.goj-note p {
  margin: 4px 0;
}
.goj-sidebar {
  position: sticky;
  top: 100px;
}
.goj-side-cta {
  padding: 27px;
  border-radius: 18px;
  background: linear-gradient(145deg, #174fcf, #347cf4);
  color: #fff;
}
.goj-side-cta h3 {
  font-size: 21px;
}
.goj-side-cta p {
  color: #dce7ff;
}
.goj-side-cta a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-weight: 700;
}
.goj-latest {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.goj-latest h3 {
  margin-top: 0;
}
.goj-latest a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.goj-latest b,
.goj-latest small {
  display: block;
}
.goj-latest b {
  font-size: 14px;
}
.goj-latest small {
  color: #99a4b4;
}
.goj-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 80px;
  color: var(--blue);
}
.goj-post-nav div:last-child {
  text-align: right;
}
.goj-legal {
  max-width: 860px;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 42px 58px;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.goj-updated {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: #99a4b5;
  font-size: 13px;
}
.goj-legal h2 {
  margin: 32px 0 8px;
  color: var(--navy);
  font-size: 22px;
}
.goj-legal p,
.goj-legal li {
  color: #59677d;
}
.goj-footer {
  padding-top: 60px;
  background: #13213a;
  color: #aeb9ca;
}
.goj-logo-light {
  color: #fff;
}
.goj-footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 65px;
  padding-bottom: 45px;
}
.goj-footer-about p {
  max-width: 360px;
  font-size: 14px;
}
.goj-footer h3 {
  margin: 0 0 15px;
  color: #fff;
}
.goj-footer-grid > div:not(:first-child) a {
  display: block;
  margin: 8px 0;
  font-size: 13px;
}
.goj-copyright {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid #ffffff14;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .goj-menu {
    gap: 17px;
  }
  .goj-hero h1 {
    font-size: 48px;
  }
  .goj-hero-grid {
    gap: 20px;
  }
  .goj-device {
    transform: scale(0.87);
  }
  .goj-article-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}
@media (max-width: 760px) {
  .goj-container {
    width: calc(100% - 32px);
  }
  .goj-header {
    height: 66px;
  }
  .goj-toggle {
    display: block;
  }
  .goj-menu {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px;
    background: #fff;
    text-align: center;
  }
  .goj-menu.is-open {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .goj-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 65px 0;
    text-align: center;
  }
  .goj-hero h1 {
    font-size: 42px;
  }
  .goj-actions,
  .goj-trust {
    justify-content: center;
  }
  .goj-device {
    min-height: 440px;
    margin: -45px 0;
    transform: scale(0.78);
  }
  .goj-section {
    padding: 65px 0;
  }
  .goj-section-head h2,
  .goj-title-row h2,
  .goj-faq-layout h2 {
    font-size: 30px;
  }
  .goj-feature-grid,
  .goj-post-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
  .goj-steps,
  .goj-faq-layout,
  .goj-article-layout {
    grid-template-columns: 1fr;
  }
  .goj-sidebar {
    position: static;
  }
  .goj-footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .goj-footer-about {
    grid-column: 1/-1;
  }
  .goj-page-hero h1 {
    font-size: 36px;
  }
  .goj-article-head h1 {
    font-size: 34px;
  }
  .goj-article-card {
    padding: 32px;
  }
  .goj-legal {
    padding: 32px;
  }
}
@media (max-width: 520px) {
  .goj-logo {
    font-size: 17px;
  }
  .goj-logo-mark {
    width: 37px;
    height: 37px;
  }
  .goj-hero h1 {
    font-size: 35px;
  }
  .goj-actions {
    flex-direction: column;
  }
  .goj-button {
    width: 100%;
  }
  .goj-trust {
    flex-wrap: wrap;
    gap: 6px 13px;
  }
  .goj-device {
    margin: -75px -60px;
    transform: scale(0.65);
  }
  .goj-feature-grid,
  .goj-post-grid {
    grid-template-columns: 1fr;
  }
  .goj-title-row {
    align-items: flex-start;
  }
  .goj-title-row > a {
    font-size: 12px;
  }
  .goj-cta h2 {
    font-size: 30px;
  }
  .goj-footer-grid {
    gap: 18px;
  }
  .goj-copyright {
    display: block;
    text-align: center;
  }
  .goj-page-hero h1 {
    font-size: 31px;
  }
  .goj-article-head h1 {
    font-size: 29px;
  }
  .goj-article-card {
    padding: 21px 17px;
  }
  .goj-cover {
    width: 100%;
    border-radius: 0;
  }
  .goj-post-nav {
    grid-template-columns: 1fr;
  }
  .goj-post-nav div:last-child {
    text-align: left;
  }
  .goj-legal {
    width: calc(100% - 24px);
    padding: 24px 19px;
  }
  .goj-pagination .page-numbers {
    flex-wrap: wrap;
  }
}
