@charset "UTF-8";

:root {
  --white: #ffffff;
  --pearl: #fbfcff;
  --mist: #f4f6fb;
  --lavender: #efedff;
  --lavender-2: #ded9ff;
  --cobalt: #2450d3;
  --cobalt-dark: #15379f;
  --violet: #6657d9;
  --aubergine: #292444;
  --ink: #1e2740;
  --muted: #6c7489;
  --coral: #f38c75;
  --apricot: #ffc29e;
  --line: #dde1ef;
  --header: 72px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--pearl);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin-top: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.site-header {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header);
  border-bottom: 1px solid rgba(36, 80, 211, .12);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 6px 24px rgba(27, 39, 80, .05);
}

.header-inner {
  width: min(var(--container), calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.brand img {
  width: 38px;
  height: 38px;
}

.brand span {
  display: flex;
  flex-direction: column;
  color: var(--aubergine);
  line-height: 1.1;
}

.brand strong {
  font-size: 18px;
  letter-spacing: .03em;
}

.brand small {
  margin-top: 5px;
  color: #9298aa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

.site-nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav li {
  height: 100%;
}

.site-nav li a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #40475c;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav li a > span {
  display: none;
}

.site-nav li a::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  background: var(--cobalt);
  transition: transform .2s ease;
}

.site-nav li a:hover,
.site-nav li a.active {
  color: var(--cobalt);
}

.site-nav li a:hover::after,
.site-nav li a.active::after {
  transform: scaleX(1);
}

.header-cta {
  min-height: 38px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 9px;
  color: var(--white);
  background: var(--cobalt);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta:hover {
  background: var(--cobalt-dark);
}

.menu-trigger,
.drawer-head,
.drawer-brand,
.nav-scrim {
  display: none;
}

.hero {
  padding: calc(var(--header) + 18px) 18px 0;
  background: var(--pearl);
}

.hero-frame {
  position: relative;
  width: min(1440px, 100%);
  min-height: 670px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0 0 74px 74px;
  background: #eef1fb;
}

.hero-frame::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(251, 252, 255, .98) 0%, rgba(251, 252, 255, .94) 30%, rgba(251, 252, 255, .46) 52%, rgba(255, 255, 255, 0) 72%);
}

.hero-frame::after {
  position: absolute;
  z-index: 1;
  top: -380px;
  left: -180px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(102, 87, 217, .18);
  border-radius: 50%;
  content: "";
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.science-index {
  position: absolute;
  z-index: 3;
  top: 112px;
  bottom: 90px;
  left: max(25px, calc((100% - 1200px) / 2));
  width: 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid rgba(36, 80, 211, .22);
}

.science-index span {
  position: relative;
  padding-left: 16px;
  color: var(--aubergine);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.science-index span::before {
  position: absolute;
  top: 5px;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--cobalt);
}

.science-index b,
.science-index small {
  display: block;
}

.science-index b {
  color: var(--cobalt);
  font-size: 12px;
}

.science-index small {
  margin-top: 3px;
  color: #a0a6b7;
  font-size: 12px;
  letter-spacing: .08em;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(650px, 52%);
  margin-left: max(120px, calc((100% - 1020px) / 2));
  padding-top: 130px;
}

.hero-content > p {
  display: inline-flex;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 0 16px;
  align-items: center;
  border: 1px solid rgba(36, 80, 211, .22);
  border-radius: 999px;
  color: var(--cobalt);
  background: rgba(255, 255, 255, .66);
  font-size: 13px;
  font-weight: 800;
}

.hero h1 {
  margin-bottom: 12px;
  color: var(--aubergine);
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: -.05em;
}

.hero h2 {
  max-width: 550px;
  margin-bottom: 30px;
  color: #3f465d;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  gap: 12px;
}

.hero-update {
  margin-top: 24px;
  font-size: 12px;
  color: var(--muted);
}

.button {
  min-height: 48px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-solid {
  color: var(--white);
  background: var(--cobalt);
}

.button-solid:hover {
  background: var(--cobalt-dark);
}

.button-ghost {
  border-color: var(--cobalt);
  color: var(--cobalt);
  background: rgba(255, 255, 255, .72);
}

.price-orbit {
  position: absolute;
  z-index: 3;
  right: max(42px, calc((100% - 1260px) / 2));
  bottom: 38px;
  width: 220px;
  height: 220px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(36, 80, 211, .6);
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 60px rgba(36, 80, 211, .18);
}

.price-orbit::before,
.price-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.price-orbit::before {
  top: 32px;
  right: -5px;
  width: 9px;
  height: 9px;
  background: var(--cobalt);
}

.price-orbit::after {
  bottom: 20px;
  left: 7px;
  width: 6px;
  height: 6px;
  background: var(--coral);
}

.price-orbit > span {
  color: var(--cobalt);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.price-orbit strong {
  color: var(--violet);
  font-family: Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.05;
}

.price-orbit em {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-style: normal;
}

.price-orbit small {
  color: var(--aubergine);
  font-size: 12px;
  font-weight: 800;
}

.section-title {
  margin-bottom: 48px;
}

.section-title span,
.principles-title > span {
  display: block;
  margin-bottom: 8px;
  color: var(--cobalt);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.section-title h2,
.principles-title h2 {
  margin-bottom: 0;
  color: var(--aubergine);
  font-size: clamp(36px, 3.6vw, 52px);
  line-height: 1.2;
  letter-spacing: -.035em;
}

.section-title p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.inline-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 60px;
}

.inline-title > p {
  max-width: 510px;
  padding-bottom: 6px;
}

.split-title {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  align-items: end;
  gap: 28px;
}

.split-title > span {
  align-self: start;
  padding-top: 9px;
}

.split-title > p {
  max-width: 430px;
  justify-self: end;
  padding-bottom: 6px;
}

.fit {
  background: var(--white);
}

.fit-ribbon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.fit-ribbon::before {
  position: absolute;
  top: 43px;
  right: 10%;
  left: 10%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--lavender-2), var(--cobalt), var(--lavender-2));
}

.fit-ribbon article {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  text-align: center;
}

.fit-ribbon .icon {
  width: 58px;
  height: 58px;
  margin: 13px auto 18px;
  padding: 15px;
  display: block;
  border: 1px solid var(--lavender-2);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 9px var(--white);
}

.fit-ribbon strong,
.fit-ribbon span {
  display: block;
}

.fit-ribbon strong {
  margin-bottom: 7px;
  color: var(--aubergine);
  font-size: 16px;
}

.fit-ribbon span {
  color: var(--muted);
  font-size: 12px;
}

.fit-note {
  margin: 38px 0 0;
  padding: 15px 20px;
  border-left: 3px solid var(--cobalt);
  color: var(--muted);
  background: var(--mist);
  text-align: center;
  font-size: 12px;
}

.services {
  background: var(--mist);
}

.service-bento {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, minmax(190px, auto));
  grid-template-areas: "main main evaluate cycle culture" "main main pgt transfer transfer";
  gap: 14px;
}

.service-cell {
  position: relative;
  min-width: 0;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  text-align: left;
  background: var(--white);
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.service-cell:hover {
  transform: translateY(-3px);
  border-color: rgba(36, 80, 211, .45);
}

.service-cell.active {
  border-color: var(--cobalt);
  background: var(--lavender);
}

.service-cell > span {
  color: var(--violet);
  font-family: Georgia, serif;
  font-size: 18px;
}

.service-cell h3 {
  position: relative;
  z-index: 1;
  margin: 34px 0 0;
  color: var(--aubergine);
  font-size: 19px;
}

.service-cell > .icon {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 64px;
  height: 64px;
  padding: 17px;
  border-radius: 50%;
  background: var(--lavender);
  opacity: .8;
}

.service-main {
  grid-area: main;
  padding: 38px;
  color: var(--white);
  background: linear-gradient(145deg, var(--cobalt), var(--violet));
}

.service-main.active {
  border-color: transparent;
  background: linear-gradient(145deg, var(--cobalt), var(--violet));
}

.service-main::before {
  position: absolute;
  right: -130px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 48% 52% 42% 58%;
  content: "";
}

.service-main > span,
.service-main h3,
.service-main p {
  color: var(--white);
}

.service-main h3 {
  margin-top: 105px;
  font-size: 34px;
}

.service-main p {
  max-width: 330px;
  margin-bottom: 0;
  opacity: .72;
  font-size: 14px;
}

.service-main > .icon {
  width: 132px;
  height: 132px;
  padding: 34px;
  background: rgba(255, 255, 255, .92);
}

.service-evaluate {
  grid-area: evaluate;
}

.service-cycle {
  grid-area: cycle;
}

.service-culture {
  grid-area: culture;
}

.service-pgt {
  grid-area: pgt;
}

.service-transfer {
  grid-area: transfer;
}

.service-detail {
  min-height: 72px;
  margin-top: 14px;
  padding: 16px 22px;
  display: grid;
  grid-template-columns: 54px 180px 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.service-detail > span {
  color: var(--cobalt);
  font-family: Georgia, serif;
  font-size: 26px;
}

.service-detail > strong {
  color: var(--aubergine);
}

.service-detail > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.package {
  background: var(--white);
}

.package-dossier {
  display: grid;
  grid-template-columns: 390px 1fr;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: var(--pearl);
}

.package-cover {
  position: relative;
  min-height: 560px;
  padding: 42px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(155deg, #1944c9, #4b5ce1 58%, #6b58d8);
}

.package-cover::before,
.package-cover::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  content: "";
}

.package-cover::before {
  top: -150px;
  left: -150px;
  width: 430px;
  height: 430px;
}

.package-cover::after {
  right: -80px;
  bottom: -100px;
  width: 300px;
  height: 300px;
}

.package-cover > span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  opacity: .8;
}

.package-cover h2 {
  margin: 20px 0 30px;
  font-size: 42px;
  line-height: 1.2;
}

.package-circle {
  position: relative;
  z-index: 1;
  width: 250px;
  height: 250px;
  margin: 20px auto 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
}

.package-circle strong {
  font-family: Georgia, serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
}

.package-circle em {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-style: normal;
}

.package-circle small {
  margin-top: 8px;
  font-size: 12px;
}

.button-white {
  color: var(--cobalt);
  background: var(--white);
}

.package-cover > .button {
  position: relative;
  z-index: 1;
  width: 100%;
}

.package-ledger {
  padding: 44px 48px;
}

.ledger-head {
  padding-bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 2px solid var(--cobalt);
}

.ledger-head strong {
  color: var(--aubergine);
  font-size: 22px;
}

.ledger-head span {
  color: var(--cobalt);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.package-ledger dl {
  margin: 0;
}

.package-ledger dl > div {
  min-height: 93px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 115px 1fr 36px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.package-ledger dt {
  color: var(--cobalt);
  font-weight: 800;
}

.package-ledger dd {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.package-ledger dl span {
  color: #bbc1d1;
  font-family: Georgia, serif;
  font-size: 24px;
}

.package-ledger > p {
  margin: 24px 0 0;
  color: #858ca0;
  font-size: 12px;
}

.routes {
  background: var(--mist);
}

.route-board {
  display: grid;
  gap: 18px;
}

.route-lane {
  min-height: 190px;
  padding: 18px;
  display: grid;
  grid-template-columns: 140px 210px 1fr;
  align-items: stretch;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
}

.route-lane header {
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 19px;
  color: var(--white);
  background: var(--cobalt);
}

.overseas-lane header {
  background: var(--violet);
}

.route-lane header b {
  font-size: 18px;
}

.route-lane header small {
  margin-top: 9px;
  font-size: 12px;
  letter-spacing: .14em;
  opacity: .65;
}

.route-photo {
  min-height: 150px;
  overflow: hidden;
  border-radius: 19px;
}

.route-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-lane ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.route-lane ol::before {
  position: absolute;
  top: 54px;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: var(--lavender-2);
}

.route-lane li {
  position: relative;
  z-index: 1;
  padding: 19px 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.route-lane li > .icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  flex: 0 0 42px;
  border: 1px solid var(--lavender-2);
  border-radius: 50%;
  background: var(--white);
}

.route-lane li > span {
  color: var(--aubergine);
  font-size: 13px;
  font-weight: 800;
}

.route-lane li small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.environment {
  background: var(--white);
}

.simple-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.photo-band {
  height: 360px;
  display: grid;
  grid-template-columns: 1.15fr .9fr 1.1fr 1.35fr;
  gap: 7px;
  overflow: hidden;
  border-radius: 26px;
}

.photo-band figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-band figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--aubergine);
  background: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 800;
}

.photo-b,
.photo-d {
  margin-top: 34px !important;
  height: calc(100% - 34px);
}

.process {
  overflow: hidden;
  background: var(--pearl);
}

.journey {
  position: relative;
  min-height: 265px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.journey::before {
  position: absolute;
  top: 94px;
  right: 5%;
  left: 5%;
  height: 80px;
  border-top: 2px solid var(--violet);
  border-radius: 50%;
  content: "";
  opacity: .42;
}

.journey li {
  position: relative;
  z-index: 1;
  align-self: start;
  text-align: center;
}

.journey li:nth-child(even) {
  margin-top: 72px;
}

.journey li > span {
  position: absolute;
  top: -8px;
  left: calc(50% - 29px);
  color: var(--cobalt);
  font-family: Georgia, serif;
  font-size: 12px;
}

.journey .icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  padding: 21px;
  display: block;
  border: 2px solid var(--lavender-2);
  border-radius: 50%;
  background: var(--white);
}

.journey strong,
.journey small {
  display: block;
}

.journey strong {
  color: var(--aubergine);
  font-size: 14px;
}

.journey small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.principles {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #e8e6ff, #f4f3ff 50%, #e2e7ff);
}

.principles::before {
  position: absolute;
  top: -120px;
  left: 45%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(36, 80, 211, .16);
  border-radius: 50%;
  content: "";
}

.principles-inner {
  position: relative;
  z-index: 1;
}

.principles-title {
  margin-bottom: 38px;
}

.principle-words {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 38px;
}

.principle-words strong {
  padding: 0 22px;
  border-right: 1px solid rgba(36, 80, 211, .18);
  color: rgba(83, 71, 174, .35);
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.1;
  white-space: nowrap;
}

.principle-words strong:first-child {
  padding-left: 0;
}

.principle-words strong:last-child {
  padding-right: 0;
  border-right: 0;
}

.principles-inner > p {
  max-width: 940px;
  margin-bottom: 0;
  color: #5d6078;
  font-size: 14px;
}

.cases {
  background: var(--white);
}

.case-notes {
  border-top: 1px solid var(--line);
}

.case-notes article {
  min-height: 210px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 38px;
  border-bottom: 1px solid var(--line);
}

.case-notes article:nth-child(even) {
  grid-template-columns: 1fr 245px;
}

.case-notes article:nth-child(even) img {
  grid-column: 2;
  grid-row: 1;
}

.case-notes article:nth-child(even) > div {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
}

.case-notes img {
  width: 245px;
  height: 162px;
  align-self: center;
  border-radius: 80px 16px 80px 16px;
  object-fit: cover;
}

.case-notes article:nth-child(even) img {
  border-radius: 16px 80px 16px 80px;
}

.case-notes article > div {
  max-width: 700px;
  align-self: center;
}

.case-notes article:nth-child(even) > div {
  justify-self: end;
}

.case-notes span {
  color: var(--cobalt);
  font-size: 12px;
  font-weight: 800;
}

.case-notes h3 {
  margin: 8px 0 12px;
  color: var(--aubergine);
  font-size: 23px;
}

.case-notes p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
}

.case-notes strong {
  color: var(--coral);
  font-size: 12px;
}

.faq {
  background: var(--mist);
}

.faq-columns {
  max-width: 800px;
  margin: 0 auto;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  width: 100%;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0 40px 0 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq-item button span {
  color: var(--aubergine);
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.faq-item button i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.faq-item button i::before,
.faq-item button i::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--cobalt);
  transition: transform .2s ease;
}

.faq-item button i::after {
  transform: rotate(90deg);
}

.faq-item.active button i::after {
  transform: rotate(0);
}

.faq-answer {
  padding: 0 0 22px 0;
  color: var(--muted);
  font-size: 12px;
  text-align: left;
}

.faq-answer p {
  margin-bottom: 0;
}

.contact {
  padding: 0 0 78px;
  background: var(--mist);
}

.contact-bar {
  min-height: 170px;
  padding: 34px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  overflow: hidden;
  border-radius: 24px;
  color: var(--white);
  background: linear-gradient(115deg, #173da8, #2450d3 55%, #5d4fd8);
}

.contact-bar::after {
  position: absolute;
  right: 34%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
  content: "";
}

.contact-bar > div {
  position: relative;
  z-index: 1;
}

.contact-bar span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  opacity: .7;
}

.contact-bar h2 {
  margin-bottom: 4px;
  font-size: 30px;
}

.contact-bar p {
  margin-bottom: 0;
  font-size: 13px;
  opacity: .72;
}

.contact-actions {
  display: flex;
  gap: 10px;
}

.button-outline-light {
  border-color: rgba(255, 255, 255, .55);
  color: var(--white);
  background: transparent;
}

.site-footer {
  color: rgba(255, 255, 255, .7);
  background: #18244c;
}

.footer-grid {
  padding: 58px 0 44px;
  display: grid;
  grid-template-columns: 1.15fr 1fr .9fr;
  gap: 70px;
}

.footer-brand a {
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 18px;
}

.footer-brand img {
  width: 36px;
  height: 36px;
}

.footer-brand p,
.footer-service p {
  margin-bottom: 8px;
  font-size: 12px;
}

.footer-grid h3 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 13px;
}

.footer-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px 18px;
}

.footer-nav a {
  font-size: 12px;
}

.footer-nav a:hover {
  color: var(--apricot);
}

.footer-bottom {
  min-height: 66px;
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 12px;
}

.footer-bottom p:first-child {
  max-width: 900px;
}

.icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.icon::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-cycle::before {
  background-image: url("../icons/cycle.svg");
}

.icon-chart::before {
  background-image: url("../icons/chart.svg");
}

.icon-dna::before {
  background-image: url("../icons/dna.svg");
}

.icon-file::before,
.icon-clipboard::before {
  background-image: url("../icons/file-check.svg");
}

.icon-team::before {
  background-image: url("../icons/user-heart.svg");
}

.icon-flower::before {
  background-image: url("../icons/flower.svg");
}

.icon-heart::before,
.icon-follow::before {
  background-image: url("../icons/heart.svg");
}

.icon-message::before {
  background-image: url("../icons/message.svg");
}

@media (max-width: 1180px) {
  .site-nav ul {
    gap: 15px;
  }

  .site-nav li a {
    font-size: 12px;
  }

  .hero-content {
    margin-left: 110px;
  }
}

@media (max-width: 980px) {
  :root {
    --header: 66px;
  }

  .container,
  .header-inner {
    width: min(var(--container), calc(100% - 34px));
  }

  .menu-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--cobalt);
    background: transparent;
    cursor: pointer;
  }

  .menu-trigger > span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
  }

  .menu-trigger > i {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--lavender-2);
    border-radius: 50%;
    background: var(--lavender);
  }

  .menu-trigger b {
    width: 16px;
    height: 2px;
    background: var(--cobalt);
  }

  .nav-scrim {
    position: fixed;
    z-index: 1201;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(20, 24, 52, .46);
    backdrop-filter: blur(3px);
    transition: opacity .25s ease, visibility .25s ease;
  }

  .nav-scrim[hidden] {
    display: none;
  }

  body.menu-open .nav-scrim {
    visibility: visible;
    opacity: 1;
  }

  .site-nav {
    position: fixed;
    z-index: 1202;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86%, 390px);
    height: auto;
    padding: 0 26px 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    background: var(--pearl);
    box-shadow: -22px 0 60px rgba(20, 31, 71, .2);
    visibility: hidden;
    opacity: 0;
    clip-path: inset(0 0 0 100%);
    transform: translate3d(0, 0, 0) scale(.985);
    transform-origin: right center;
    pointer-events: none;
    transition: clip-path .34s cubic-bezier(.22, .8, .28, 1), opacity .22s ease, transform .34s ease, visibility .34s;
  }

  body.menu-open .site-nav {
    visibility: visible;
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0) scale(1);
    pointer-events: auto;
  }

  .drawer-head {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
  }

  .drawer-head > span {
    color: var(--cobalt);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
  }

  .drawer-close {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--lavender);
    cursor: pointer;
  }

  .drawer-close i {
    position: relative;
    width: 16px;
    height: 16px;
  }

  .drawer-close i::before,
  .drawer-close i::after {
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 2px;
    content: "";
    background: var(--cobalt);
  }

  .drawer-close i::before {
    transform: rotate(45deg);
  }

  .drawer-close i::after {
    transform: rotate(-45deg);
  }

  .site-nav ul {
    width: 100%;
    height: auto;
    padding: 16px 0 14px;
    display: block;
  }

  .site-nav li {
    height: auto;
    border-bottom: 1px solid var(--line);
  }

  .site-nav li a {
    min-height: 52px;
    display: grid;
    grid-template-columns: 35px 1fr;
    color: var(--aubergine);
    font-size: 15px;
  }

  .site-nav li a > span {
    display: block;
    color: #a7adbf;
    font-family: Georgia, serif;
    font-size: 12px;
  }

  .site-nav li a::after {
    display: none;
  }

  .site-nav .header-cta {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .drawer-brand {
    margin-top: auto;
    padding-top: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--aubergine);
    font-size: 13px;
    font-weight: 800;
  }

  .drawer-brand img {
    width: 34px;
    height: 34px;
  }

  .drawer-brand small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 400;
  }

  .science-index {
    display: none;
  }

  .hero-content {
    width: 62%;
    margin-left: 50px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .price-orbit {
    width: 180px;
    height: 180px;
  }

  .price-orbit strong {
    font-size: 50px;
  }

  .split-title {
    grid-template-columns: 140px 1fr;
  }

  .split-title > p {
    grid-column: 2;
    margin-top: 13px;
    justify-self: start;
  }

  .service-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "main main" "evaluate cycle" "culture pgt" "transfer transfer";
    grid-template-rows: 270px repeat(3, 170px);
  }

  .service-main h3 {
    margin-top: 60px;
  }

  .package-dossier {
    grid-template-columns: 330px 1fr;
  }

  .package-cover {
    padding: 34px;
  }

  .package-ledger {
    padding: 36px 32px;
  }

  .route-lane {
    grid-template-columns: 120px 170px 1fr;
  }

  .route-lane li {
    flex-direction: column;
    text-align: center;
  }

  .journey {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 10px;
  }

  .journey::before {
    display: none;
  }

  .journey li:nth-child(even) {
    margin-top: 0;
  }

  .principle-words {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .principle-words strong:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 62px;
  }

  .container,
  .header-inner {
    width: min(var(--container), calc(100% - 28px));
  }

  .section {
    width: 100%;
    padding: 82px 0;
  }

  main,
  .hero,
  .contact,
  .site-footer {
    width: 100%;
    max-width: 100%;
  }

  body {
    font-size: 15px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

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

  .brand small {
    display: none;
  }

  .menu-trigger > span {
    display: none;
  }

  .hero {
    padding: calc(var(--header) + 10px) 0 0;
  }

  .hero-frame {
    min-height: 790px;
    border-radius: 0 0 42px 42px;
    background: var(--lavender);
  }

  .hero-frame::before {
    background: linear-gradient(180deg, rgba(251, 252, 255, 1) 0%, rgba(251, 252, 255, .97) 45%, rgba(251, 252, 255, .15) 72%, transparent 100%);
  }

  .hero-frame::after {
    top: -260px;
    left: -270px;
    width: 560px;
    height: 560px;
  }

  .hero-photo {
    top: auto;
    height: 410px;
    object-position: 64% center;
  }

  .hero-content {
    width: calc(100% - 28px);
    margin-inline: auto;
    padding-top: 48px;
  }

  .hero-content > p {
    min-height: 30px;
    margin-bottom: 14px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: clamp(44px, 12.6vw, 52px);
  }

  .hero h2 {
    max-width: 330px;
    margin-bottom: 23px;
    font-size: 22px;
  }

  .hero-actions {
    width: min(100%, 370px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero-update {
    text-align: center;
  }

  .button {
    min-height: 48px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .price-orbit {
    right: 14px;
    bottom: 252px;
    width: 142px;
    height: 142px;
    padding: 16px;
  }

  .price-orbit > span {
    font-size: 12px;
  }

  .price-orbit strong {
    font-size: 38px;
    white-space: nowrap;
  }

  .price-orbit strong em {
    font-size: 14px;
  }

  .price-orbit small {
    font-size: 12px;
    letter-spacing: -.04em;
    white-space: nowrap;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .section-title h2,
  .principles-title h2 {
    font-size: 36px;
  }

  .inline-title,
  .split-title {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .inline-title > p,
  .split-title > p,
  .split-title > span {
    grid-column: 1;
    margin-top: 0;
    justify-self: start;
  }

  .section-title p {
    font-size: 14px;
  }

  .fit-ribbon {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .fit-ribbon::before {
    display: none;
  }

  .fit-ribbon article {
    min-height: 172px;
    padding: 22px 13px 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(155deg, var(--white), #f7f8ff);
  }

  .fit-ribbon .icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    padding: 14px;
    box-shadow: 0 10px 24px rgba(42, 65, 145, .08);
  }

  .fit-ribbon strong {
    font-size: 16px;
  }

  .fit-ribbon span {
    font-size: 13px;
  }

  .fit-note {
    margin-top: 22px;
    font-size: 13px;
    text-align: left;
  }

  .service-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px repeat(3, 150px);
    gap: 9px;
  }

  .service-cell {
    padding: 17px;
    border-radius: 15px;
  }

  .service-cell h3 {
    margin-top: 28px;
    font-size: 15px;
  }

  .service-cell > .icon {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    padding: 12px;
  }

  .service-main {
    padding: 25px;
  }

  .service-main h3 {
    margin-top: 52px;
    font-size: 27px;
  }

  .service-main p {
    max-width: 220px;
    font-size: 12px;
  }

  .service-main > .icon {
    width: 95px;
    height: 95px;
    padding: 26px;
  }

  .service-detail {
    grid-template-columns: 38px 1fr;
    gap: 8px 12px;
  }

  .service-detail > p {
    grid-column: 1 / 3;
  }

  .package-dossier {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .package-cover {
    min-height: 440px;
    padding: 28px;
  }

  .package-cover h2 {
    font-size: 34px;
  }

  .package-circle {
    width: 210px;
    height: 210px;
    margin-block: 12px 25px;
  }

  .package-circle strong {
    font-size: 62px;
  }

  .package-ledger {
    padding: 30px 22px;
  }

  .package-ledger dl > div {
    grid-template-columns: 78px 1fr 24px;
    gap: 10px;
  }

  .package-ledger dt {
    font-size: 13px;
  }

  .package-ledger dd {
    font-size: 13px;
  }

  .route-lane {
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 11px;
    border-radius: 20px;
  }

  .route-lane header {
    min-height: 72px;
    padding: 14px 18px;
  }

  .route-photo {
    min-height: 185px;
  }

  .route-lane ol {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .route-lane ol::before {
    display: none;
  }

  .route-lane li {
    min-height: 96px;
    padding: 11px 5px;
    border: 1px solid var(--line);
    border-radius: 12px;
  }

  .photo-band {
    height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    border-radius: 18px;
  }

  .photo-band figure,
  .photo-b,
  .photo-d {
    height: 180px;
    margin-top: 0 !important;
  }

  .photo-a,
  .photo-d {
    grid-column: 1 / 3;
    height: 220px !important;
  }

  .journey {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .journey li,
  .journey li:nth-child(even) {
    width: 82%;
    min-height: 76px;
    margin-top: 0;
    padding: 12px 16px;
    display: grid;
    grid-template-columns: 55px 1fr;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 38px 12px 12px 38px;
    text-align: left;
    background: var(--white);
  }

  .journey li:nth-child(odd) {
    align-self: flex-start;
  }

  .journey li:nth-child(even) {
    align-self: flex-end;
    grid-template-columns: 1fr 55px;
    border-radius: 12px 38px 38px 12px;
    text-align: right;
  }

  .journey li > span {
    top: 5px;
    left: auto;
    right: 12px;
    font-size: 12px;
  }

  .journey li:nth-child(even) > span {
    right: auto;
    left: 12px;
  }

  .journey .icon {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 12px;
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .journey li:nth-child(even) .icon {
    grid-column: 2;
  }

  .journey strong,
  .journey small {
    grid-column: 2;
  }

  .journey li:nth-child(even) strong,
  .journey li:nth-child(even) small {
    grid-column: 1;
  }

  .principles {
    padding: 70px 0;
  }

  .principle-words {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .principle-words strong,
  .principle-words strong:first-child,
  .principle-words strong:last-child {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 80, 211, .15);
    font-size: 36px;
  }

  .principles-inner > p {
    font-size: 12px;
  }

  .case-notes article,
  .case-notes article:nth-child(even) {
    padding: 22px 0;
    grid-template-columns: 96px 1fr;
    gap: 17px;
  }

  .case-notes article:nth-child(even) img,
  .case-notes article:nth-child(even) > div {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }

  .case-notes img,
  .case-notes article:nth-child(even) img {
    width: 96px;
    height: 128px;
    border-radius: 48px 12px 48px 12px;
  }

  .case-notes h3 {
    font-size: 17px;
  }

  .case-notes p {
    font-size: 13px;
  }

  .faq-columns {
    max-width: 100%;
    margin: 0;
  }

  .faq-list + .faq-list {
    border-top: 0;
  }

  .faq-item button {
    min-height: 61px;
  }

  .faq-item button span {
    font-size: 13px;
  }

  .contact {
    padding-bottom: 0;
  }

  .contact-bar {
    width: 100%;
    min-height: 250px;
    padding: 34px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 0;
  }

  .contact-actions {
    width: 100%;
  }

  .contact-actions .button {
    flex: 1;
  }

  .footer-grid {
    padding: 48px 0 34px;
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .footer-brand a {
    justify-content: center;
  }

  .footer-brand p,
  .footer-service p {
    max-width: 420px;
    margin-inline: auto;
  }

  .footer-nav ul {
    max-width: 320px;
    margin-inline: auto;
  }

  .footer-bottom {
    min-height: 110px;
    padding: 22px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 44px;
  }

  .contact-actions {
    flex-direction: column;
  }

  .price-orbit {
    bottom: 258px;
    width: 136px;
    height: 136px;
  }

  .service-cell h3 {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}

