﻿
@import url('../fonts/noto-sans-tc-400.css');
@import url('../fonts/noto-sans-tc-500.css');
@import url('../fonts/noto-sans-tc-700.css');

:root {
  --color-orange: #ef8b30;
  --color-orange-shadow: #c56a12;
  --color-blue: #4a96dc;
  --color-blue-active: #298ae4;
  --color-blue-shadow: #84c3f4;
  --color-black: #292929;
  --color-gray: #5d5d5d;
  --color-yellow: #fcf5d0;
  --color-who-head: var(--color-yellow);
  --color-who-body: var(--color-yellow);
  --color-tab-hover: #fbecb5; 
  --color-nav-hover-bg: #eef4ff;
  --color-menu-bar: #333333;
  --color-white: #ffffff;
  --color-bg: #fffdf6;
  --color-faq-bg: #fcfcfc; 
  --shadow-faq: 0 4px 40px #e1ebff; 
  --shadow-header: 0 3px 15px #33333326;
  --shadow-glow-blue: 0 0 12px #b5deff;
  --shadow-glow-blue-lg: 0 0 20px #b5deff;
  --shadow-tab-bar: 0 4px 12px #afcaff66;
  --content-max: 1260px;
  --content-inner: 1180px;
  --breakout-max: 1228px;
  --gutter: 40px;
  --gutter-m: 20px;
  --header-h: 76px; 
  --font-body: 'Noto Sans TC', Arial, sans-serif;
  
  --text-body-size: 18px;
  --text-body-lh: 28px;
  --text-body-ls: 0.02em;
  --text-body-m-size: 16px;
  --text-body-m-lh: 24px;
  --text-body-m-ls: 0.02em;
  --text-caption-size: 14px;
  --text-caption-lh: 22px;
  --text-caption-ls: 0.02em;
  --text-desc-size: 24px;
  --text-desc-lh: 36px;
  --text-desc-ls: 0.04em;
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  
  --ease-out-back-soft: cubic-bezier(0.33, 1.22, 0.52, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-btn: 0 6px 0 var(--color-orange-shadow);
  --shadow-btn-active: 0 2px 0 var(--color-orange-shadow);
  --shadow-btn-blue: 0 8px 0 var(--color-blue-shadow);
  --shadow-btn-blue-m: 0 6px 0 var(--color-blue-shadow);
  --shadow-btn-blue-active: 0 2px 0 var(--color-blue-shadow);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  
  scroll-padding-top: var(--header-h);
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-body-size);
  font-weight: 400;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  color: var(--color-black);
  background: var(--color-bg);
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-select: none;
}

a {
  color: var(--color-blue);
  text-decoration: underline;
  -webkit-user-drag: none;
}

.text-em {
  color: var(--color-orange);
  font-weight: 700;
}

.text-muted {
  color: var(--color-gray);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

figure {
  margin: 0;
}

.visually-hidden,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 8px 16px;
  clip: auto;
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-orange);
}

.page {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: var(--header-h);
  
  --parallax-doc-h: 7135px;
  --parallax-travel-035: calc((var(--parallax-doc-h) - 100vh) * 0.35);
  --parallax-travel-05: calc((var(--parallax-doc-h) - 100vh) * 0.5);
}

.page--tail {
  padding-top: 0;
  z-index: 0;
}

.viewport-mobile {
  display: none !important;
}

.viewport-desktop {
  display: revert;
}

span.viewport-desktop {
  display: inline;
}

.section-kv__hero > picture,
.bg-frame > picture,
.section-head > picture,
.section-who__visual > picture,
.check-card > picture,
.video-frame > picture,
.card-row__item > picture,
.btn__chevron-pic {
  display: contents;
}

picture.section-who__star,
picture.section-check__corner,
picture.tab-panel {
  display: block;
}

picture.section-who__star img,
picture.section-check__corner img,
picture.tab-panel img {
  width: 100%;
  height: auto;
  display: block;
}

.site-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: repeat;
  background-position: center top;
}

.site-grid--web {
  
  display: block;
  background-image: url('../images/section/grid-lines-bg-web.png');
  background-size: 2400px 1624px;
}

.site-grid--m {
  display: none;
  
  background-image: url('../images/section/grid-lines-bg-m.png');
  background-size: 376px 1800px;
}

.content-grid {
  --breakout-size: calc((var(--breakout-max) - var(--content-inner)) / 2);

  display: grid;
  grid-template-columns:
    [full-width-start] minmax(var(--gutter), 1fr)
    [breakout-start] minmax(0, var(--breakout-size))
    [content-start] min(100% - var(--gutter) * 2, var(--content-inner)) [content-end]
    minmax(0, var(--breakout-size)) [breakout-end]
    minmax(var(--gutter), 1fr) [full-width-end];
}

.content-grid > :not(.breakout, .full-width),
.full-width > :not(.breakout, .full-width) {
  grid-column: content;
}

.content-grid > .breakout,
.full-width > .breakout {
  grid-column: breakout;
}

.content-grid > .full-width,
.full-width > .full-width {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit;
}

.full-width > .bg-frame {
  grid-column: full-width;
}

.fluid-img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.bg-frame {
  position: absolute;
  inset: 0;
  z-index: 0; 
  pointer-events: none;
  overflow-x: clip;
}

.bg-frame__art,
.bg-frame__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bg-frame__art {
  object-fit: cover;
  object-position: center;
}

.bg-frame__layer {
  background-size: cover;
  background-position: center;
}

@supports (animation-timeline: scroll()) {
  .parallax-bg[data-parallax="0.35"] {
    animation: parallax-scroll-035 linear both;
    animation-timeline: scroll(root block);
  }

  .parallax-bg[data-parallax="0.5"] {
    animation: parallax-scroll-05 linear both;
    animation-timeline: scroll(root block);
  }
}

@keyframes parallax-scroll-035 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, var(--parallax-travel-035), 0);
  }
}

@keyframes parallax-scroll-05 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, var(--parallax-travel-05), 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .parallax-bg {
    animation: none !important;
  }

  .mobile-nav,
  .mobile-nav-backdrop {
    transition-duration: 0.01ms;
    translate: none;
  }

  @starting-style {
    .mobile-nav:not([hidden]) {
      translate: none;
    }
  }

  .mobile-nav[hidden] {
    translate: none;
  }

  .menu-toggle__bar {
    transition-duration: 0.01ms;
  }

  .section-which__visual .tab-panel,
  .section-which:has(#tab-cathay:checked) .tab-panel[data-panel="cathay"],
  .section-which:has(#tab-tree:checked) .tab-panel[data-panel="tree"] {
    transition-duration: 0.01ms;
    transition-delay: 0s;
  }

  .faq-item__body,
  .faq-item > summary.faq-item__head,
  .faq-list .faq-item {
    transition: none;
  }
}

.deco-ellipse {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  border-color: transparent;
  background: transparent;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1; 
  box-sizing: border-box;
}

.section-kv {
  position: relative;
  z-index: 2;
  isolation: isolate;
  container-type: inline-size;
  container-name: section-kv;
}
.section-what { position: relative; z-index: 3; isolation: isolate; }
.section-which { position: relative; z-index: 4; isolation: isolate; }
.section-who { position: relative; z-index: 5; isolation: isolate; }
.section-check { position: relative; z-index: 6; isolation: isolate; }
.section-video { position: relative; z-index: 0; isolation: isolate; }
.section-faq { position: relative; z-index: 8; isolation: isolate; }

.section-kv > .deco-ellipse--121 {
  z-index: 0;
}

.section-kv > .bg-frame {
  z-index: 1;
}

.section-kv > .section-kv__hero {
  z-index: 2;
}

.full-width > .deco-ellipse {
  grid-column: full-width;
}

.deco-ellipse--blue {
  border-color: var(--color-blue);
}

.deco-ellipse--orange {
  border-color: var(--color-orange);
}

.deco-ellipse--121,
.deco-ellipse--126 {
  border-width: 80px;
}

.deco-ellipse--120,
.deco-ellipse--125 {
  border-width: 40px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  height: var(--header-h);
  background: var(--color-white);
  box-shadow: var(--shadow-header);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: min(100% - var(--gutter) * 2, var(--content-inner));
  margin: 0 auto;
}

.site-header__logo img {
  display: block;
  width: 249px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 4px 20px;
  border-radius: 40px;
  color: var(--color-black);
  text-decoration: none;
  font-weight: 400;
  font-size: var(--text-body-size);
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  transition: color 0.2s, background-color 0.2s, font-weight 0.2s, letter-spacing 0.2s;
  user-select: none;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  color: var(--color-blue);
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--color-nav-hover-bg);
}

.site-header__afa {
  display: none;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 24px;
  height: 24px;
  padding: 4px 2px;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
}

.menu-toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: 0;
  background: var(--color-menu-bar);
  border-radius: 999px;
  transition: transform 0.25s var(--ease-out), opacity 0.25s;
}

.menu-toggle.is-open .menu-toggle__bar:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.menu-toggle.is-open .menu-toggle__bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .menu-toggle__bar:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.mobile-nav-backdrop {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 798;
  display: block;
  background: rgba(41, 41, 41, 0.4);
  opacity: 1;
  transition:
    display 0.35s,
    opacity 0.35s var(--ease-out);
  transition-behavior: allow-discrete;
}

@starting-style {
  .mobile-nav-backdrop:not([hidden]) {
    opacity: 0;
  }
}

.mobile-nav-backdrop[hidden] {
  display: none;
  opacity: 0;
}

.mobile-nav {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 799;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 336px;
  padding: 24px 40px;
  overflow: hidden;
  background: var(--color-white);
  border-radius: 0 0 40px 40px;
  box-shadow: var(--shadow-glow-blue);
  opacity: 1;
  translate: 0 0;
  transition:
    display 0.35s,
    opacity 0.35s var(--ease-out),
    translate 0.35s var(--ease-out);
  transition-behavior: allow-discrete;
}

@starting-style {
  .mobile-nav:not([hidden]) {
    opacity: 0;
    translate: 0 -20px;
  }
}

.mobile-nav[hidden] {
  display: none;
  opacity: 0;
  translate: 0 -20px;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 72px;
  padding: 0 20px;
  border-radius: 40px;
  color: var(--color-black);
  text-decoration: none;
  font-weight: 400;
  font-size: var(--text-body-m-size);
  line-height: var(--text-body-m-lh);
  letter-spacing: var(--text-body-m-ls);
  transition: color 0.2s, background-color 0.2s, font-weight 0.2s;
}

.mobile-nav a:hover,
.mobile-nav a:active,
.mobile-nav a:focus-visible {
  color: var(--color-blue);
  font-weight: 700;
  letter-spacing: 0.02em;
  background: var(--color-nav-hover-bg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 265px;
  height: 60px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: var(--text-desc-size);
  font-weight: 700;
  line-height: var(--text-desc-lh);
  letter-spacing: var(--text-desc-ls);
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-orange);
  box-shadow: var(--shadow-btn);
  transition: transform 0.15s var(--ease-out), box-shadow 0.15s;
  user-select: none;
}

.btn img {
  pointer-events: none;
}

.btn:hover {
  transform: scale(1.04);
}

.btn:active {
  transform: scale(0.98);
  box-shadow: var(--shadow-btn-active);
}

.btn-primary {
  background: var(--color-orange);
}

.btn-blue {
  background: var(--color-blue);
  box-shadow: var(--shadow-btn-blue);
  gap: 10px;
}

.btn-blue:active {
  background: var(--color-blue-active);
  box-shadow: var(--shadow-btn-blue-active);
}

.btn__chevron {
  display: block;
  width: 26px;
  height: 20px;
  flex-shrink: 0;
}

.section-head {
  text-align: center;
  margin-bottom: 48px;
}

.section-head__title-img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 16px; 
}

.section-head__desc {
  margin: 0 auto;
  max-width: 1173px;
  color: var(--color-black);
  font-size: var(--text-desc-size);
  font-weight: 500;
  line-height: var(--text-desc-lh);
  letter-spacing: var(--text-desc-ls);
}

.section-who .section-head__desc {
  max-width: 840px;
}

.section-check .section-head__desc {
  max-width: 880px;
}

.tab-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: var(--color-white);
  border-radius: 999px;
  padding: 8px;
  width: 668px;
  max-width: 100%;
  height: 76px;
  margin: 16px auto 0;
  box-sizing: border-box;
  box-shadow: var(--shadow-tab-bar);
}

.tab-bar__tab {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 320px;
  height: 60px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: var(--text-desc-size);
  font-weight: 500;
  line-height: var(--text-desc-lh);
  letter-spacing: var(--text-desc-ls);
  color: var(--color-gray);
  cursor: pointer;
  transition: background 0.25s, color 0.25s, font-weight 0.25s;
}

@media (hover: hover) {
  #tab-cathay:not(:checked) ~ label[for="tab-cathay"]:hover,
  #tab-tree:not(:checked) ~ label[for="tab-tree"]:hover {
    background: var(--color-tab-hover);
    color: var(--color-black);
  }
}

#tab-cathay:checked ~ label[for="tab-cathay"],
#tab-tree:checked ~ label[for="tab-tree"] {
  background: var(--color-orange);
  color: var(--color-white);
  font-weight: 700;
}

.tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-kv {
  position: relative;
  margin-top: calc(var(--header-h) * -1 - (100% - 1920px) * 75 / 1920);
  padding-bottom: 48px;
}

.section-kv > .deco-ellipse--121 {
  width: calc(100cqw * 440 / 1920);
  height: auto;
  aspect-ratio: 1;
  top: calc(100cqw * 507 / 1920);
  left: 50%;
  margin-left: calc(100cqw * (-142 - 40 - 960) / 1920);
  border-width: calc(100cqw * 80 / 1920);
}

.section-kv > .bg-frame {
  inset: unset;
  top: 0;
  left: 0;
  right: 0;
  bottom: 48px;
}

.section-kv .bg-frame__art {
  inset: unset;
  top: calc(100% * 75 / 860);
  left: 50%;
  width: calc(100% * 2400 / 1920);
  max-width: none;
  height: auto;
  margin-left: calc(100% * 2400 / 1920 / -2);
  object-fit: fill;
}

.section-kv > .section-kv__hero {
  grid-column: full-width;
  position: relative;
  z-index: 2;
  width: 100%;
  left: auto;
  margin-left: auto;
  aspect-ratio: 1920 / 860;
}

.section-kv__hero .section-kv__circle {
  position: absolute;
  left: 12.29%;
  top: 4.07%;
  width: 38.8%;
  height: auto;
  opacity: 0;
  transform: scale(0.92);
}

.section-kv__hero .section-kv__circle {
  animation: kvCircleIn 0.75s var(--ease-out) 0.1s forwards;
}

.section-kv__hero .section-kv__title {
  position: absolute;
  left: 15.63%;
  top: 20.7%;
  width: 30.63%;
  height: auto;
  opacity: 0;
  transform: translateY(28px);
  animation: kvTitleIn 0.85s var(--ease-out-back-soft) 0.1s forwards;
}

.section-kv__hero .section-kv__icon {
  position: absolute;
  height: auto;
  opacity: 0;
  transform: translateY(20px);
}

.section-kv__hero .section-kv__icon--up {
  left: 49.69%;
  top: 22.44%;
  width: 3.13%;
}

.section-kv__hero .section-kv__icon--time {
  left: 64.95%;
  top: 20.81%;
  width: 5.42%;
}

.section-kv__hero .section-kv__icon--down {
  left: 82.24%;
  top: 43.26%;
  width: 3.13%;
}

.section-kv__hero .section-kv__icon {
  animation: fadeUp 0.55s var(--ease-out) forwards;
}

.section-kv__hero .section-kv__icon--up { animation-delay: 0.4s; }
.section-kv__hero .section-kv__icon--time { animation-delay: 0.5s; }
.section-kv__hero .section-kv__icon--down { animation-delay: 0.6s; }

.section-kv__hero .section-kv__scroll {
  position: absolute;
  left: 48.33%;
  top: 92.56%;
  width: 3.33%;
  text-decoration: none;
  color: inherit;
  animation: scrollBounce 1.8s ease-in-out infinite;
}

.section-kv__scroll img {
  width: 100%;
  height: auto;
}

.anim-kv-bg {
  opacity: 0;
  animation: kvBgIn 0.7s var(--ease-out) forwards;
}

.section-what {
  position: relative;
  
  overflow-x: clip;
  padding: 80px 0 100px;
}

.section-what > :not(.bg-frame, .deco-ellipse) {
  position: relative;
  z-index: 2;
}

.section-what > .deco-ellipse--120 {
  width: 286px;
  height: 286px;
  left: 50%;
  margin-left: calc(-960px + 1793px - 20px);
  top: 480px;
  bottom: auto;
}

.section-what__bg-cloud {
  inset: unset;
  bottom: 400px;
  left: 50%;
  width: 2400px;
  max-width: none;
  height: auto;
  margin-left: -1200px;
  object-fit: fill;
}

.card-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.card-row__item {
  flex: 1 1 0;
  min-width: 0;
}

.trade-card {
  position: relative;
  text-align: center;
}

.trade-card > img {
  width: 100%;
}

.trade-card__btn {
  position: absolute;
  left: 50%;
  
  bottom: -44px;
  transform: translateX(-50%);
  z-index: 2;
  min-width: 0;
  width: 265px;
  max-width: calc(100% - 48px);
  height: 60px;
  font-size: var(--text-desc-size);
  font-weight: 700;
  line-height: var(--text-desc-lh);
  letter-spacing: var(--text-desc-ls);
  padding: 0 32px;
}

.trade-card__btn:hover {
  transform: translateX(-50%) scale(1.04);
}

.trade-card__btn:active {
  transform: translateX(-50%) scale(0.98);
  background: var(--color-blue-active);
  box-shadow: var(--shadow-btn-blue-active);
}

.section-who {
  position: relative;
  
  padding: 0 0 48px;
  margin-top: 144px;
  scroll-margin-top: 80px;
}

.section-who > :not(.bg-frame) {
  position: relative;
  z-index: 2;
}

.section-who .section-head {
  margin-bottom: 56px; 
}

.section-who__bg-cap {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 552px;
  max-width: 90%;
  height: 80px;
  background: var(--color-who-head);
  border-radius: 100px 100px 0 0;
  z-index: 2;
}

.section-who__bg-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(48px + 72px);
  background: var(--color-who-body);
  border-radius: 100px 100px 0 0;
}

.section-who.full-width > .section-who__star {
  grid-column: full-width;
  position: absolute;
  z-index: 2;
  width: 330px;
  left: 50%;
  top: 77px; 
}

.section-who__star--left {
  margin-left: calc(-960px + 56px);
}

.section-who__star--right {
  margin-left: calc(-960px + 1534px);
}

.section-who__layout {
  position: relative;
  aspect-ratio: 1180 / 622;
  max-width: 100%;
}

.section-who__white-bg {
  position: absolute;
  left: calc(500 / 1180 * 100%);
  top: calc(24 / 622 * 100%);
  width: calc(680 / 1180 * 100%);
  height: calc(365 / 622 * 100%);
  border-radius: 0 100px 0 0;
  background: linear-gradient(208deg, #ffffff 0%, #fcf5d000 100%);
  pointer-events: none;
  z-index: 1;
}

.section-who__visual {
  position: relative;
  width: calc(680 / 1180 * 100%);
  z-index: 2;
}

.section-who__visual img {
  width: 100%;
  height: auto;
}

.section-who__content {
  position: absolute;
  left: calc(700 / 1180 * 100%);
  top: calc(72 / 622 * 100%);
  width: calc(283 / 1180 * 100%);
  z-index: 3;
  text-align: left;
}

.section-who__signup {
  margin: 0 0 24px; 
  color: var(--color-black);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
}

.btn-sign {
  min-width: 0;
  width: 100%;
  max-width: 283px;
  padding: 0 40px;
  gap: 10px;
}

.section-who__person {
  position: absolute;
  left: calc(753 / 1180 * 100%);
  top: calc(266 / 622 * 100%);
  width: calc(464 / 1180 * 100%);
  z-index: 3;
}

.section-which {
  position: relative;
  padding: 80px 0 100px;
}

.section-which .section-head {
  margin-bottom: 56px;
}

.section-which > :not(.deco-ellipse) {
  position: relative;
  z-index: 2;
}

.section-which .section-head,
.section-which .tab-bar {
  z-index: 3;
}

.section-which > .deco-ellipse--125 {
  width: 286px;
  height: 286px;
  left: 50%;
  margin-left: calc(-960px - 123px - 20px);
  top: -1000px;
}

.section-which__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  overflow: visible;
}

.section-which__text {
  position: relative;
  z-index: 3;
  color: var(--color-black);
}

.section-which__intro {
  margin: 0 0 24px;
  font-size: var(--text-desc-size);
  font-weight: 500;
  line-height: var(--text-desc-lh);
  letter-spacing: var(--text-desc-ls);
  color: var(--color-black);
}

.section-which__states {
  margin: 0 0 24px;
  font-size: var(--text-body-size);
  font-weight: 400;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  color: #000000;
}

.section-which__states-label {
  margin: 0;
  font-weight: 500;
  color: var(--color-orange);
}

.section-which__states-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: which-state;
}

.section-which__states-list li {
  counter-increment: which-state;
}

.section-which__states-list li::before {
  content: counter(which-state) ". ";
}

.section-which__states-name {
  font-weight: 500;
}

.section-which__states .note {
  display: block;
  margin: 0;
  font-size: var(--text-body-m-size);
  line-height: var(--text-body-m-lh);
  letter-spacing: 0.04em;
  color: var(--color-gray);
}

.section-which__visual {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: visible;
}

.section-which__visual > .deco-ellipse--126 {
  width: calc(440 / 580 * 100%);
  height: auto;
  aspect-ratio: 1;
  left: calc(309 / 580 * 100%);
  top: calc(124 / 644 * 100%);
  margin-left: 0;
  border-width: 80px;
  z-index: 0;
}

.section-which__panels {
  position: relative;
  z-index: 1;
}

.section-which__visual .tab-panel {
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0 auto auto 0;
  pointer-events: none;
  z-index: 0;
  
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}

.section-which:has(#tab-cathay:checked) .tab-panel[data-panel="cathay"],
.section-which:has(#tab-tree:checked) .tab-panel[data-panel="tree"] {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}

.section-which__person {
  display: block;
  width: 94%;
  margin-top: 24px;
}

.section-check {
  --check-corner: 190px; 
  position: relative;
  
  padding: 112px 0 60px;
}

.section-check > :not(.bg-frame) {
  position: relative;
  z-index: 2;
}

.section-check .section-head {
  margin-bottom: 56px; 
}

.section-check__head-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1920px;
  max-width: none;
  height: auto;
  margin-left: -960px;
  display: block;
}

.section-check__body {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  
  bottom: calc(var(--check-corner) - 1px);
  z-index: 0;
  background: var(--color-yellow);
}

.section-check__corner {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: var(--check-corner);
  height: auto;
}

.section-check__corner--left {
  left: 0;
}

.section-check__corner--right {
  right: 0;
}

.check-cards {
  position: relative;
  display: flex;
  gap: 20px; 
  align-items: flex-start;
}

.check-cards__highlight {
  position: absolute;
  top: -34px; 
  left: calc(100% - 5px); 
  width: 54px;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.check-cards__group {
  flex: 0 1 380px;
  min-width: 0;
}

.check-cards__group--wide {
  flex: 1 1 780px;
}

.check-cards__label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 24px; 
  min-height: 52px;
  padding: 12px 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--color-black);
}

.check-cards__label--first {
  background: #ffddac;
  border-radius: 40px;
}

.check-cards__label--every {
  background: var(--color-blue);
  border-radius: 100px;
  color: var(--color-white);
}

.check-cards__icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--color-white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.check-cards__icon::before {
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

.check-cards__icon--orange {
  color: var(--color-orange);
}

.check-cards__icon--blue {
  color: var(--color-blue);
}

.check-cards__row {
  display: flex;
  gap: 20px;
}

.check-cards__row .check-card {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}

.check-card {
  box-sizing: border-box;
  width: 100%;
  min-height: 334px;
  padding: 24px;
  border-radius: 24px;
  background: var(--color-white);
  box-shadow: var(--shadow-glow-blue-lg);
}

.check-card__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.check-card__caption {
  margin: 24px 0 0; 
  min-height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px; 
  letter-spacing: 0.04em;
  color: var(--color-black);
}

.check-card__caption .text-muted {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.section-video {
  padding: 100px 0 30px;
  text-align: center;
}

.section-video .section-head {
  margin-bottom: 0;
}

.section-video .section-head__title-img {
  margin-bottom: 14px;
}

.video-frame {
  position: relative;
  width: 100%;
}

.video-frame__bg {
  width: 100%;
}

.video-frame__embed {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 93%;
  aspect-ratio: 16 / 9.02;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow-glow-blue-lg);
  overflow: hidden;
}

.video-frame__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.section-faq {
  position: relative;
  
  padding: 80px 0;
  background: var(--color-faq-bg);
  box-shadow: var(--shadow-faq);
}

.section-faq .section-head {
  margin-bottom: 0;
}

.section-faq .section-head__title-img {
  margin-bottom: 16px; 
}

.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px; 
}

.faq-item {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 24px; 
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item > summary.faq-item__head {
  list-style: none;
}

.faq-item > summary.faq-item__head::-webkit-details-marker {
  display: none;
}

.faq-item > summary.faq-item__head {
  display: flex;
  align-items: center; 
  gap: 20px;
  width: 100%;
  padding: 0; 
  text-align: left;
  cursor: pointer;
  transition: padding-bottom 0.35s var(--ease-out);
}

.faq-item[open] > summary.faq-item__head {
  padding-bottom: 16px; 
}

.faq-item[open].is-closing > summary.faq-item__head {
  padding-bottom: 0;
}

.faq-item__q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-orange);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: var(--text-desc-size);
  line-height: var(--text-desc-lh);
  letter-spacing: var(--text-desc-ls);
  color: var(--color-white);
}

.faq-item__main {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.faq-item__question {
  flex: 1;
  min-width: 0;
  font-weight: 500;
  color: var(--color-black);
  font-size: var(--text-desc-size);
  line-height: var(--text-desc-lh);
  letter-spacing: var(--text-desc-ls);
}

.faq-item__toggle {
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-blue);
  border-radius: 8px;
  background: transparent;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 1px;
  background: var(--color-blue);
}

.faq-item__toggle::before {
  width: 24px;
  height: 2px;
}

.faq-item__toggle::after {
  width: 2px;
  height: 24px;
}

.faq-item.is-expanded .faq-item__toggle::after {
  display: none;
}

.faq-item > .faq-item__body {
  display: grid !important;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease-out);
}

.faq-item[open]:not(.is-opening):not(.is-closing) > .faq-item__body {
  grid-template-rows: 1fr;
}

.faq-item[open].is-opening > .faq-item__body,
.faq-item[open].is-closing > .faq-item__body {
  grid-template-rows: 0fr;
}

.faq-item__panel {
  overflow: hidden;
  min-height: 0;
  padding: 0 0 0 80px; 
  color: var(--color-gray);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.faq-item__panel > p {
  margin: 0;
}

.faq-item__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: faq-step;
}

.faq-item__list > li {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.35em;
  counter-increment: faq-step;
}

.faq-item__list > li::before {
  content: counter(faq-step) ".";
}

.faq-item__example {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 16px;
  background: rgba(252, 245, 208, 0.5);
  border-radius: 20px;
}

.faq-item__example > p {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.faq-item__example-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-gray);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: var(--color-white);
}

.site-footer {
  position: relative;
  z-index: 9; 
  padding: 40px 0;
  background: var(--color-black);
  color: var(--color-white);
  text-align: center;
}

.site-footer__inner {
  width: min(100% - var(--gutter) * 2, 1224px); 
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px; 
}

.site-footer__risk {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--color-white);
}

.site-footer__info {
  margin: 0;
  font-size: var(--text-body-size);
  font-weight: 400;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  color: var(--color-white);
}

.site-footer__info a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: calc(60px * 100vw / 375px);
  }

  .page {
    --header-h: 60px;
    width: 375px;
    zoom: calc(100vw / 375px);
    --parallax-doc-h: 6849px;
    --parallax-travel-035: calc((var(--parallax-doc-h) - 375px * 100vh / 100vw) * 0.35);
    --parallax-travel-05: calc((var(--parallax-doc-h) - 375px * 100vh / 100vw) * 0.5);
  }

  .content-grid {
    grid-template-columns:
      [full-width-start] minmax(var(--gutter-m), 1fr)
      [breakout-start content-start] min(100% - var(--gutter-m) * 2, 100%) [content-end breakout-end]
      minmax(var(--gutter-m), 1fr) [full-width-end];
  }

  .site-grid--web {
    display: none;
  }

  .site-grid--m {
    display: block;
    
    background-size:
      calc(376px * 100vw / 375px)
      calc(1800px * 100vw / 375px);
  }

  .viewport-desktop {
    display: none !important;
  }

  .viewport-mobile {
    display: revert !important;
  }

  span.viewport-mobile {
    display: inline !important;
  }

  .site-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .site-header .site-header__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }

  .site-header .site-header__logo {
    position: absolute;
    left: 107px;
    top: 19.5px;
    transform: none;
    line-height: 0;
  }

  .site-header .site-header__logo img {
    width: 155px;
    height: 21px;
    max-width: none;
  }

  .site-header__afa {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    line-height: 0;
  }

  .site-header__afa img {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }

  .deco-ellipse--121,
  .deco-ellipse--126 {
    border-width: 40px;
  }

  .deco-ellipse--120,
  .deco-ellipse--125 {
    border-width: 28px;
  }

  
  .section-kv {
    position: relative;
    margin-top: calc(var(--header-h) * -1);
    padding-bottom: 0;
  }

  
  .section-kv > .deco-ellipse--121 {
    width: calc(100% * 200 / 375);
    height: auto;
    aspect-ratio: 1;
    top: calc(100% * (464 - 20) / 600);
    left: calc(100% * (-96 - 20) / 375);
    margin-left: 0;
    border-width: 40px; 
  }

  .section-kv > .bg-frame {
    inset: 0;
  }

  
  .section-kv .bg-frame__art {
    inset: unset;
    top: calc(100% * 60 / 634);
    left: 50%;
    width: calc(100% * 376 / 375);
    max-width: none;
    height: auto;
    margin-left: calc(100% * 376 / 375 / -2);
    object-fit: fill;
  }

  .section-kv > .section-kv__hero {
    grid-column: full-width;
    position: relative;
    z-index: 2;
    width: 100%;
    left: auto;
    margin-left: 0;
    aspect-ratio: 375 / 634;
  }

  .section-kv .section-kv__circle {
    position: absolute;
    left: calc(100% * 15 / 375);
    top: calc(100% * 22 / 634);
    width: calc(100% * 346 / 375);
    height: auto;
    opacity: 0;
    transform: scale(0.92);
  }

  .section-kv .section-kv__circle {
    animation: kvCircleIn 0.75s var(--ease-out) 0.1s forwards;
  }

  .section-kv .section-kv__title {
    position: absolute;
    left: calc(100% * 53 / 375);
    top: calc(100% * 92 / 634);
    width: calc(100% * 270 / 375);
    height: auto;
    margin: 0;
    opacity: 0;
    transform: translateY(24px);
    animation: kvTitleIn 0.85s var(--ease-out-back-soft) 0.1s forwards;
  }

  .section-kv .section-kv__icon {
    animation: fadeUp 0.55s var(--ease-out) forwards;
  }

  
  .section-kv .section-kv__icon--up {
    left: calc(100% * 34.27 / 375);
    top: calc(100% * 334.85 / 634);
    width: calc(100% * 42 / 375);
  }

  .section-kv .section-kv__icon--time {
    left: calc(100% * 146.56 / 375);
    top: calc(100% * 324.79 / 634);
    width: calc(100% * 86 / 375);
  }

  .section-kv .section-kv__icon--down {
    left: calc(100% * 301.4 / 375);
    top: calc(100% * 411.23 / 634);
    width: calc(100% * 42 / 375);
  }

  .section-kv .section-kv__icon--up { animation-delay: 0.4s; }
  .section-kv .section-kv__icon--time { animation-delay: 0.5s; }
  .section-kv .section-kv__icon--down { animation-delay: 0.6s; }

  
  .section-kv .section-kv__scroll {
    position: absolute;
    left: calc(100% * 168 / 375);
    top: calc(100% * 608 / 634);
    width: calc(100% * 40 / 375);
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 0;
    max-width: none;
    min-width: 0;
    text-decoration: none;
    color: inherit;
    animation: scrollBounce 1.8s ease-in-out infinite;
  }

  .section-kv .section-kv__scroll img {
    display: block;
    width: 100%;
    height: auto;
  }

  .section-what,
  .section-who,
  .section-which,
  .section-check {
    position: relative;
    padding: 120px 0;
  }

  .section-video {
    position: relative;
    padding: 45px 0;
  }

  
  .section-which {
    padding-top: 100px;
    padding-bottom: 100px;
    
    scroll-margin-top: -60px;
  }

  .section-what {
    
    overflow-x: clip;
    padding-bottom: 64px;
    
    scroll-margin-top: -80px;
  }

  .section-what > :not(.deco-ellipse) {
    position: relative;
    z-index: 2;
  }

  
  .section-what > .deco-ellipse--120 {
    width: 148px;
    height: 148px;
    left: 280px;
    top: auto;
    bottom: 480px;
    margin-left: 0;
    z-index: 1;
  }

  .section-which > :not(.deco-ellipse) {
    position: relative;
    z-index: 2;
  }

  
  .section-which > .section-which__visual {
    z-index: 0;
    isolation: isolate;
  }

  .section-which .section-head__title-img,
  .section-which .tab-bar,
  .section-which .section-which__text {
    z-index: 5;
    isolation: isolate;
  }

  
  .section-which > .deco-ellipse--125 {
    width: calc(100% * 148 / 375);
    aspect-ratio: 1;
    height: auto;
    left: calc(100% * (-46 - 14) / 375);
    top: calc(100px - 154px - 14px - 840px);
    margin-left: 0;
    z-index: 1;
  }

  
  .section-which .section-which__visual > .deco-ellipse--126 {
    width: calc(224 / 296 * 100%);
    aspect-ratio: 1;
    height: auto;
    left: calc(159 / 296 * 100%);
    top: calc(72 / 328 * 100%);
    margin-left: 0;
    border-width: 40px;
    z-index: 0;
  }

  
  .section-who {
    padding: 56px 0 64px;
    margin-top: 48px;
    
    scroll-margin-top: 0;
  }

  .trade-card {
    position: relative;
    text-align: center;
  }

  .trade-card + .trade-card {
    margin-top: 20px;
    
    margin-bottom: 52px;
  }

  .trade-card__btn {
    display: flex;
    bottom: -44px;
    width: 280px;
    max-width: calc(100% - 40px);
    height: 52px;
    margin-top: 0;
  font-size: var(--text-body-size);
  font-weight: 700;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
    padding: 0 40px;
    gap: 12px;
    box-shadow: var(--shadow-btn-blue-m);
  }

  .trade-card__btn .btn__chevron {
    width: 18px;
    height: 16px;
  }

  .trade-card__btn:active {
    box-shadow: var(--shadow-btn-blue-active);
  }

  
  .section-who .section-who__bg-cap {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% * 268 / 375);
    max-width: none;
    height: 40px;
    border-radius: 80px 80px 0 0;
  }

  
  .section-who .section-who__bg-body {
    top: 40px;
    bottom: 0;
    border-radius: 40px 40px 0 0;
  }

  
  .section-who.full-width > .section-who__star {
    grid-column: full-width;
    position: absolute;
    z-index: 2;
    width: calc(100% * 82 / 375);
    max-width: none;
    margin-left: 0;
    top: 90px;
  }

  .section-who.full-width > .section-who__star--left {
    left: -10px;
    right: auto;
  }

  .section-who.full-width > .section-who__star--right {
    left: calc(100% * 303 / 375);
    right: auto;
  }

  .section-who .section-head {
    margin-bottom: 40px; 
  }

  .section-what .section-head {
    margin-bottom: 24px;
  }

  
  .section-who .section-head__desc,
  .section-what .section-head__desc {
    max-width: 336px;
  font-size: var(--text-body-size);
  font-weight: 500;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  }

  .section-who .section-head__title-img,
  .section-what .section-head__title-img,
  .section-which .section-head__title-img,
  .section-check .section-head__title-img,
  .section-video .section-head__title-img {
    margin-bottom: 12px; 
  }

  .section-who .section-who__layout {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    aspect-ratio: auto;
    min-height: 0;
  }

  .section-who .section-who__visual {
    position: relative;
    z-index: 2;
    order: 1;
    width: 100%;
  }

  .section-who .section-who__app {
    position: relative;
    z-index: 2;
  }

  
  .section-who .section-who__content {
    position: relative;
    z-index: 3;
    order: 3;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 0;
    padding-top: 62px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-who .section-who__white-bg {
    position: relative;
    order: 2;
    left: auto;
    right: auto;
    top: auto;
    width: calc(100% + 16px);
    max-width: none;
    height: 195px;
    margin: -38px -8px -157px;
    border-radius: 100px 100px 0 0;
    background: linear-gradient(193deg, #ffffff 0%, #fcf5d000 100%);
    pointer-events: none;
    z-index: 0;
  }

  
  .section-who .section-who__signup {
    position: relative;
    z-index: 1;
    margin: 0 auto 16px;
    text-align: center;
    font-size: var(--text-body-m-size);
    font-weight: 400;
    line-height: var(--text-body-m-lh);
    letter-spacing: var(--text-body-m-ls);
    max-width: 227px;
  }

  
  .section-who .btn-sign {
    position: relative;
    z-index: 1;
    display: flex;
    width: 280px;
    max-width: 100%;
    min-width: 0;
    height: 52px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 12px;
  font-size: var(--text-body-size);
  font-weight: 700;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
    box-shadow: var(--shadow-btn-blue-m);
  }

  .section-who .btn-sign .btn__chevron {
    width: 18px;
    height: 16px;
  }

  
  .section-which .section-head {
    margin-bottom: 0;
  }

  .section-which .section-head__title-img {
    margin-bottom: 12px;
  }

  .section-which .tab-bar {
    margin-bottom: 40px;
  }

  .section-which .section-which__text {
    margin-top: 24px;
    text-align: left;
  }

  .section-which .section-which__intro {
    margin: 0 0 16px;
  font-size: var(--text-body-size);
  font-weight: 500;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  }

  .section-which .section-which__states {
    margin: 0;
    
    font-size: var(--text-caption-size);
    font-weight: 400;
    line-height: var(--text-caption-lh);
    letter-spacing: var(--text-caption-ls);
  }

  .section-which .section-which__states .note {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.04em;
  }

  .section-check .section-head__desc {
  font-size: var(--text-body-size);
  font-weight: 500;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
    max-width: 336px;
  }

  
  .section-check {
    --check-corner: 100px;
    --check-head: 40px;
    padding: 80px 0 0;
  }

  .section-check > :not(.bg-frame) {
    position: relative;
    z-index: 2;
  }

  .section-check .section-head {
    margin-bottom: 40px; 
  }

  .section-check .section-check__body {
    top: var(--check-head);
    bottom: calc(var(--check-corner) - 1px);
  }

  .section-check .section-check__corner {
    width: var(--check-corner);
    max-width: none;
  }

  .section-check .section-check__head-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    max-width: none;
  }

  
  .check-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    max-width: 334px;
    margin-inline: auto;
  }

  .check-cards .check-cards__group {
    display: flex;
    flex: none;
    width: 100%;
    gap: 16px;
    align-items: stretch;
  }

  .check-cards .check-cards__group--wide {
    flex: none;
  }

  .check-cards .check-cards__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 48px;
    min-width: 48px;
    min-height: 0;
    margin: 0;
    padding: 8px 12px;
    font-size: var(--text-body-m-size);
    font-weight: 400;
    line-height: var(--text-body-m-lh);
    letter-spacing: var(--text-body-m-ls);
  }

  .check-cards .check-cards__label.check-cards__label--every {
    padding: 12px;
  }

  .check-cards .check-cards__label.check-cards__label--first {
    color: #000000;
  }

  .check-cards .check-cards__label-text {
    display: flex;
    width: 1em;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.15em;
    align-items: center;
  }

  .check-cards .check-cards__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 0;
  }

  .check-card {
    width: 100%;
    max-width: 270px;
    min-height: 220px;
    padding: 16px;
    border-radius: 17px;
    box-shadow: var(--shadow-glow-blue);
  }

  .check-card.check-card--tall {
    min-height: 241px;
  }

  .check-card .check-card__caption {
    margin-top: 16px; 
    min-height: 28px;
  font-size: var(--text-body-size);
  font-weight: 700;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  }

  .check-card.check-card--tall .check-card__caption {
    min-height: 49px;
  }

  .check-card .check-card__caption .text-muted {
    font-size: var(--text-caption-size);
    line-height: var(--text-caption-lh);
    letter-spacing: var(--text-caption-ls);
    font-weight: 400;
  }

  .section-video {
    text-align: center;
    
    display: block;
    padding-left: var(--gutter-m);
    padding-right: var(--gutter-m);
  }

  .section-video .section-head {
    margin-bottom: 0;
  }

  .section-video .section-head__title-img {
    margin-bottom: 13px; 
  }

  .section-video .video-frame {
    width: 100%;
    max-width: none;
  }

  .video-frame .video-frame__embed {
    left: 0;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 4px; 
    box-shadow: var(--shadow-glow-blue); 
    overflow: hidden;
  }

  
  .section-faq {
    position: relative;
    padding: 40px 0; 
  }

  .section-faq .section-head {
    margin-bottom: 0;
  }

  .section-faq .section-head__title-img {
    display: block;
    margin: 0 auto 24px; 
  }

  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px; 
  }

  .faq-list .faq-item {
    padding-bottom: 16px; 
    transition: padding-bottom 0.35s var(--ease-out);
  }

  .faq-list .faq-item[open] {
    padding-bottom: 24px; 
  }

  .faq-list .faq-item[open].is-closing {
    padding-bottom: 16px;
  }

  .faq-list .faq-item__q {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
  }

  .faq-list .faq-item__question {
    font-size: var(--text-body-size);
    font-weight: 500;
    line-height: var(--text-body-lh);
    letter-spacing: var(--text-body-ls);
  }

  
  .faq-list .faq-item > summary.faq-item__head {
    padding: 0;
    align-items: flex-start;
    gap: 12px;
  }

  .faq-list .faq-item__main {
    gap: 12px;
  }

  .faq-list .faq-item[open] > summary.faq-item__head {
    padding-bottom: 8px; 
  }

  .faq-list .faq-item[open].is-closing > summary.faq-item__head {
    padding-bottom: 0;
  }

  .faq-list .faq-item__toggle {
    width: 24px;
    height: 24px;
    border-radius: 4.8px;
    border-width: 1.2px; 
  }

  .faq-list .faq-item__toggle::before {
    width: 14.4px; 
    height: 1.2px;
  }

  .faq-list .faq-item__toggle::after {
    width: 1.2px;
    height: 14.4px;
  }

  
  .faq-list .faq-item__panel {
    padding: 0;
    font-size: var(--text-body-m-size);
    font-weight: 400;
    line-height: var(--text-body-m-lh);
    letter-spacing: var(--text-body-m-ls);
  }

  .faq-list .faq-item__panel > p,
  .faq-list .faq-item__panel > .faq-item__list {
    padding-left: 52px; 
  }

  .faq-list .faq-item__example {
    align-items: flex-start; 
    gap: 8px;
    margin-top: 8px;
    border-radius: 12px;
    padding: 8px 16px;
    background: #fcf5d0;
  }

  .faq-list .faq-item__example > p {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: var(--text-body-m-size);
    font-weight: 400;
    line-height: var(--text-body-m-lh);
    letter-spacing: var(--text-body-m-ls);
    color: var(--color-gray);
  }

  .faq-list .faq-item__example-label {
    width: 32px;
    height: 32px;
    font-size: var(--text-body-m-size);
    line-height: var(--text-body-m-lh);
    letter-spacing: var(--text-body-m-ls);
  }

  
  .tab-bar {
    width: 336px;
    max-width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    gap: 4px;
    box-shadow: var(--shadow-glow-blue);
  }

  .tab-bar .tab-bar__tab {
    width: auto;
    height: 52px;
    
    padding: 0;
  font-size: var(--text-body-size);
  font-weight: 500;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
    text-align: center;
    white-space: nowrap;
  }

  
  .tab-bar label[for="tab-cathay"] {
    width: 176px;
  }

  .tab-bar label[for="tab-tree"] {
    width: 148px;
  }

  #tab-cathay:checked ~ label[for="tab-cathay"],
  #tab-tree:checked ~ label[for="tab-tree"] {
    font-weight: 700;
  }

  
  .card-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }

  .card-row__item {
    width: 100%;
  }

  .section-which__body {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .section-which__visual {
    order: -1;
    width: 100%;
    max-width: 296px;
    margin-inline: auto;
  }

  .check-cards__label .check-cards__icon {
    flex-shrink: 0;
  }

  .check-cards__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 0;
  }

  .site-footer {
    padding: 40px var(--gutter-m);
  }

  .site-footer .site-footer__inner {
    width: 100%;
    gap: 16px;
  }

  .site-footer .site-footer__risk {
    font-size: var(--text-body-m-size);
    font-weight: 700;
    line-height: var(--text-body-m-lh);
    letter-spacing: var(--text-body-m-ls);
  }

  .site-footer .site-footer__info {
    font-size: var(--text-caption-size);
    font-weight: 400;
    line-height: var(--text-caption-lh);
    letter-spacing: var(--text-caption-ls);
  }

  
  .smart_icon {
    display: none !important;
  }

  body.alpha .smart_icon {
    display: block !important;
    position: fixed !important;
    top: calc(100vw * 15 / 375) !important;
    right: calc(100vw * 20 / 375) !important;
    z-index: 999;
  }

  body.alpha .smart_alpha {
    width: calc(100vw * 30 / 375) !important;
    height: calc(100vw * 30 / 375) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .fluid-img,
  .tab-panel,
  .video-frame {
    width: 100%;
    max-width: none;
  }

  .btn {
    height: 52px;
    min-width: 0;
  font-size: var(--text-body-size);
  font-weight: 700;
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  }

  
  .section-who__person.viewport-desktop,
  .section-which__person.viewport-desktop {
    display: none !important;
  }
}

@keyframes kvCircleIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes kvBgIn {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes kvTitleIn {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.anim-float {
  animation: floatY 4s ease-in-out infinite;
}

.anim-float--delay {
  animation-delay: 1.2s;
}

html.js-reveal .reveal-target {
  opacity: 0;
  transform: translateY(32px);
}

html.js-reveal .reveal-target.is-inview {
  animation: fadeUp 0.7s var(--ease-out) both;
}

html.js-reveal .anim-stagger > .reveal-target.is-inview:nth-child(1) { animation-delay: 0.05s; }
html.js-reveal .anim-stagger > .reveal-target.is-inview:nth-child(2) { animation-delay: 0.15s; }
html.js-reveal .anim-stagger > .reveal-target.is-inview:nth-child(3) { animation-delay: 0.25s; }
html.js-reveal .anim-stagger > .reveal-target.is-inview:nth-child(4) { animation-delay: 0.35s; }

html.js-reveal .anim-stagger-row > .reveal-target.is-inview:nth-child(1) { animation-delay: 0.05s; }
html.js-reveal .anim-stagger-row > .reveal-target.is-inview:nth-child(2) { animation-delay: 0.05s; }
html.js-reveal .anim-stagger-row > .reveal-target.is-inview:nth-child(3) { animation-delay: 0.2s; }

html.js-reveal .section-which__person.reveal-target.is-inview { animation-delay: 0.05s; }
html.js-reveal .section-which__visual.anim-stagger > .section-which__panels.reveal-target.is-inview { animation-delay: 0.15s; }
html.js-reveal .section-which__visual.anim-stagger > .deco-ellipse--126.reveal-target.is-inview {
  animation-name: fadeUpDeco;
  animation-delay: 0.25s;
}

@keyframes fadeUpDeco {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 0.2;
    transform: translateY(0);
  }
}

.scroll-arrow img {
  width: 100%;
  height: auto;
}

@media (min-width: 1921px) {
  .section-what__bg-cloud {
    width: calc(100% * 2400 / 1920);
    margin-left: calc(100% * 2400 / 1920 / -2);
  }

  .section-check__head-bg {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  
  .section-check {
    --check-corner: calc(100vw * 190 / 1920);
  }

  
  .section-who.full-width > .section-who__star {
    width: calc(100% * 330 / 1920);
  }

  .section-who__star--left {
    margin-left: calc(100% * (56 - 960) / 1920);
  }

  .section-who__star--right {
    margin-left: calc(100% * (1534 - 960) / 1920);
  }

  
  .section-what > .deco-ellipse--120 {
    width: calc(100% * 286 / 1920);
    height: auto;
    aspect-ratio: 1;
    margin-left: calc(100% * (1793 - 20 - 960) / 1920);
    border-width: calc(100vw * 40 / 1920);
  }

  .section-which > .deco-ellipse--125 {
    width: calc(100% * 286 / 1920);
    height: auto;
    aspect-ratio: 1;
    margin-left: calc(100% * (-123 - 20 - 960) / 1920);
    border-width: calc(100vw * 40 / 1920);
  }
}

@media (min-width: 769px) and (max-width: 1259px) {
  .page {
    width: 1260px;
    zoom: calc(100vw / 1260px);
    --parallax-travel-035: calc((var(--parallax-doc-h) - 1260px * 100vh / 100vw) * 0.35);
    --parallax-travel-05: calc((var(--parallax-doc-h) - 1260px * 100vh / 100vw) * 0.5);
  }

  
  .site-grid--web {
    background-size:
      calc(2400px * 100vw / 1260px)
      calc(1624px * 100vw / 1260px);
  }
}
