.biz-page {
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #111827;
}

.biz-panel {
  display: none;
}

.biz-panel.is-active {
  display: block;
}

.biz-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

body:has(.biz-page) .page-nav {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.biz-hero {
  position: relative;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 0;
}

.biz-hero-bg,
.biz-hero-dim {
  position: absolute;
  inset: 0;
}

.biz-hero-bg {
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: heroZoom 8s ease-in-out infinite alternate;
}

.biz-hero-profit .biz-hero-bg {
  background-image: url("/assets/img/as12.jpg");
  background-color: #222;
}

.biz-hero-guide .biz-hero-bg {
  background-image: url("/assets/img/as1212.jpg");
  background-color: #222;
}

.biz-hero-dim {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5px);
}

.biz-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}

.biz-hero-inner p {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.biz-hero-inner h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -1.5px;
}

.biz-intro {
  padding: 90px 0 86px;
  background: #fff;
  text-align: center;
}

.biz-intro h2 {
  margin: 0 0 38px;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 950;
  letter-spacing: -1px;
}

.biz-intro p {
  margin: 0 auto 28px;
  max-width: 840px;
  font-size: 18px;
  line-height: 2;
  font-weight: 650;
  color: #3f4650;
  word-break: keep-all;
}

.biz-intro strong {
  color: #0064ff;
  font-weight: 950;
}

.profit-core {
  padding: 92px 0 104px;
  background: #f3f7fb;
}

.biz-title {
  text-align: center;
  margin-bottom: 58px;
}

.biz-title h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -1.4px;
}

.biz-title p {
  margin: 0 auto;
  max-width: 720px;
  color: #7a828f;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  word-break: keep-all;
}

.profit-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.profit-card {
  position: relative;
  min-height: 270px;
  padding: 34px 28px 32px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

.profit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #0064ff;
}

.profit-card:nth-child(2)::before {
  background: #0ca563;
}

.profit-card:nth-child(3)::before {
  background: #f59e0b;
}

.profit-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.14);
}

.profit-card .step {
  display: block;
  margin-bottom: 22px;
  color: #9aa2ae;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1px;
}

.profit-card .icon {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fb;
}

.profit-card .icon svg {
  width: 26px;
  height: 26px;
}

.profit-card .icon.blue {
  color: #0064ff;
}

.profit-card .icon.green {
  color: #0ca563;
}

.profit-card .icon.orange {
  color: #f59e0b;
}

.profit-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.profit-card b {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.profit-card p {
  margin: 0;
  color: #636b76;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 650;
  word-break: keep-all;
}

.principle-section {
  padding: 112px 0;
  background: #fff;
}

.principle-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 64px;
}

.principle-media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.13);
}

.principle-media img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.principle-media:hover img {
  transform: scale(1.07);
}

.principle-copy span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 16px;
  border-radius: 4px;
  background: #eaf2ff;
  color: #0064ff;
  font-size: 14px;
  font-weight: 950;
}

.principle-copy h2 {
  margin: 0 0 30px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -1.5px;
}

.principle-list {
  display: grid;
  gap: 22px;
}

.principle-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
}

.principle-item i {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0064ff;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
}

.principle-item h3 {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 950;
}

.principle-item p {
  margin: 0;
  color: #5f6773;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 650;
  word-break: keep-all;
}

.process-section {
  padding: 92px 0 100px;
  background: #2f2f2f;
  color: #fff;
}

.biz-title.dark h2 {
  color: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  position: relative;
}

.process-item {
  position: relative;
  text-align: center;
}

.process-item::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -34px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.process-item:last-child::after {
  display: none;
}

.process-item strong {
  width: 86px;
  height: 86px;
  margin: 0 auto 26px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.13);
  color: #0064ff;
  font-size: 25px;
  font-weight: 950;
  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    background 0.45s ease;
}

.process-item:hover strong {
  transform: translateY(-8px) rotate(6deg);
  border-color: #0064ff;
  background: rgba(0, 100, 255, 0.12);
}

.process-item h3 {
  margin: 0 0 14px;
  font-size: 19px;
  font-weight: 950;
}

.process-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.guide-section {
  padding: 88px 0 110px;
  background: #f3f7fb;
}

.guide-video-card {
  max-width: 820px;
  margin: 0 auto 52px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.guide-video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #07111f;
  aspect-ratio: 16 / 9;
}

.guide-video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.guide-step-grid {
  display: none;
}

.guide-simple-steps {
  max-width: 820px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  align-items: start;
  justify-content: center;
  text-align: center;
}

.guide-simple-step {
  padding: 8px 10px;
  text-align: center;
}

.guide-simple-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 100, 255, 0.08);
  color: #0064ff;
  box-shadow: 0 12px 30px rgba(0, 100, 255, 0.14);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    background 0.45s ease;
}

.guide-simple-icon svg {
  width: 24px;
  height: 24px;
}

.guide-simple-step:hover .guide-simple-icon {
  transform: translateY(-8px) scale(1.08);
  background: #0064ff;
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 100, 255, 0.28);
}

.guide-simple-step h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.guide-simple-step p {
  margin: 0;
  color: #8b95a1;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  word-break: keep-all;
}

.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.75s ease;
}

.reveal.from-left {
  transform: translateX(-52px) scale(0.985);
}

.reveal.from-right {
  transform: translateX(52px) scale(0.985);
}

.reveal.show {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0);
}

.profit-card-grid .reveal:nth-child(1),
.guide-step-grid .reveal:nth-child(1),
.process-grid .reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.profit-card-grid .reveal:nth-child(2),
.guide-step-grid .reveal:nth-child(2),
.process-grid .reveal:nth-child(2) {
  transition-delay: 0.15s;
}

.profit-card-grid .reveal:nth-child(3),
.guide-step-grid .reveal:nth-child(3),
.process-grid .reveal:nth-child(3) {
  transition-delay: 0.25s;
}

.guide-step-grid .reveal:nth-child(4),
.process-grid .reveal:nth-child(4) {
  transition-delay: 0.35s;
}

.guide-step-grid .reveal:nth-child(5) {
  transition-delay: 0.45s;
}

.guide-step-grid .reveal:nth-child(6) {
  transition-delay: 0.55s;
}

.rt-modal-ov {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
}

.rt-modal-ov.show {
  display: flex;
}

.rt-modal {
  width: min(560px, 100%);
  max-height: min(720px, calc(100vh - 40px));
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.rt-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px;
  border-bottom: 1px solid #e5e7eb;
}

.rt-modal-title {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}

.rt-modal-close {
  height: 36px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.rt-modal-body {
  max-height: 480px;
  overflow-y: auto;
  padding: 22px;
}

.rt-modal-text {
  white-space: pre-line;
  color: #374151;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
}

.rt-modal-foot {
  display: flex;
  justify-content: flex-end;
  padding: 16px 22px 22px;
  border-top: 1px solid #e5e7eb;
}

.rt-modal-ok {
  min-width: 96px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #0064ff;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

@keyframes heroZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1.16);
  }
}

@media (max-width: 980px) {
  .biz-hero {
    min-height: 230px;
  }

  .biz-intro {
    padding: 64px 0 62px;
  }

  .profit-core,
  .principle-section,
  .guide-section {
    padding: 68px 0;
  }

  .profit-card-grid,
  .principle-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .principle-grid {
    gap: 34px;
  }

  .process-grid {
    gap: 34px;
  }

  .process-item::after {
    display: none;
  }

  .principle-media img {
    height: 260px;
  }

  .guide-video-card {
    padding: 14px;
    border-radius: 20px;
  }

  .guide-simple-steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 28px;
  }

  .guide-simple-step {
    padding: 4px 10px;
  }
}

@media (max-width: 640px) {
  .biz-container {
    width: min(100% - 28px, 1120px);
  }

  .biz-hero {
    min-height: 210px;
  }

  .biz-hero-inner h1 {
    font-size: 34px;
  }

  .biz-hero-inner p {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .biz-intro p {
    font-size: 15px;
    line-height: 1.85;
  }

  .profit-card,
  .guide-step {
    padding: 26px 22px;
  }

  .principle-copy h2 {
    font-size: 31px;
  }

  .principle-media img {
    height: 220px;
  }
}

@media (max-width: 980px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 18px !important;
  }

  .process-item {
    min-width: 0 !important;
  }

  .process-item strong {
    width: 72px !important;
    height: 72px !important;
    margin-bottom: 18px !important;
    font-size: 22px !important;
  }

  .process-item h3 {
    font-size: 17px !important;
    margin-bottom: 10px !important;
  }

  .process-item p {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .process-item::after {
    display: none !important;
  }
}

.biz-hero-product .biz-hero-bg {
  background-image: url("/assets/img/invest-banner.jpg");
  background-color: #222;
}

.silver-intro {
  padding: 92px 0 88px;
  background: #fff;
}

.silver-product-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 72px;
  align-items: center;
}

.intro-copy {
  min-width: 0;
}

.intro-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #0064ff;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-copy h2 {
  margin: 0 0 28px;
  color: #111827;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 1000;
  line-height: 1.38;
  letter-spacing: -0.075em;
}

.intro-copy p {
  margin: 0 0 20px;
  color: rgba(17, 24, 39, 0.66);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: -0.035em;
}

.intro-copy p b {
  color: #0064ff;
  font-weight: 1000;
}

.intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.intro-tags span {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f6f8fb;
  color: #111827;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: -0.035em;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.04);
}

.intro-tags i {
  color: #0064ff;
  font-style: normal;
  font-weight: 1000;
}

.intro-media {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 34px 70px rgba(15, 23, 42, 0.14);
}

.intro-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.feature-section {
  padding: 76px 0 96px;
  background: #f3f7fb;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  min-height: 180px;
  padding: 32px 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #fff;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 100, 255, 0.22);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.1);
}

.feature-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  color: #0064ff;
  font-size: 18px;
  font-weight: 1000;
}

.feature-card h3 {
  margin: 0 0 13px;
  color: #111827;
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.feature-card p {
  margin: 0;
  color: rgba(17, 24, 39, 0.56);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .silver-product-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .silver-intro {
    padding: 68px 0;
  }

  .intro-copy h2 {
    font-size: 31px;
  }

  .intro-media img {
    height: 260px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .intro-copy h2 {
    font-size: 28px;
  }

  .intro-copy p {
    font-size: 15px;
  }

  .intro-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 28px 24px;
  }
}
.biz-panel.is-active .biz-hero-inner {
  animation: gpHeroPop 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.biz-panel.is-active .biz-hero-inner p {
  animation: gpHeroKicker 1s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.biz-panel.is-active .biz-hero-inner h1 {
  animation: gpHeroTitle 1s 0.18s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.biz-hero::after {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 1;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.22) 49%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.16) 51%,
    transparent 60%,
    transparent 100%
  );
  transform: translateX(-90%) rotate(10deg);
  animation: gpHeroShine 4.8s ease-in-out infinite;
  pointer-events: none;
}

.biz-panel.is-active .biz-title h2 {
  animation: gpTitleBounce 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.biz-panel.is-active .biz-title p {
  animation: gpTextUp 0.85s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.biz-panel.is-active .process-item {
  animation: gpProcessIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.biz-panel.is-active .process-item:nth-child(1) {
  animation-delay: 0.06s;
}

.biz-panel.is-active .process-item:nth-child(2) {
  animation-delay: 0.16s;
}

.biz-panel.is-active .process-item:nth-child(3) {
  animation-delay: 0.26s;
}

.biz-panel.is-active .process-item:nth-child(4) {
  animation-delay: 0.36s;
}

.process-item strong {
  animation: gpProcessPulse 2.2s ease-in-out infinite;
}

.process-item:hover strong {
  animation: gpProcessSpin 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.process-section {
  position: relative;
  overflow: hidden;
}

.process-section::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -180px;
  top: -170px;
  border-radius: 999px;
  background: rgba(0, 100, 255, 0.18);
  filter: blur(26px);
  animation: gpBlobMove 7s ease-in-out infinite;
}

.process-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -180px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  filter: blur(22px);
  animation: gpBlobMove2 8s ease-in-out infinite;
}

.process-section .biz-container {
  position: relative;
  z-index: 1;
}

.biz-panel.is-active .profit-card {
  animation: gpCardFlip 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.biz-panel.is-active .profit-card:nth-child(1) {
  animation-delay: 0.08s;
}

.biz-panel.is-active .profit-card:nth-child(2) {
  animation-delay: 0.2s;
}

.biz-panel.is-active .profit-card:nth-child(3) {
  animation-delay: 0.32s;
}

.profit-card::after {
  content: "";
  position: absolute;
  inset: -60%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 44%,
    rgba(255, 255, 255, 0.72) 50%,
    transparent 56%,
    transparent 100%
  );
  transform: translateX(-85%) rotate(12deg);
  transition: transform 0.65s ease;
  pointer-events: none;
}

.profit-card:hover::after {
  transform: translateX(85%) rotate(12deg);
}

.profit-card .icon {
  animation: gpIconFloat 3s ease-in-out infinite;
}

.biz-panel.is-active .silver-product-grid .intro-copy {
  animation: gpSlideLeft 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.biz-panel.is-active .silver-product-grid .intro-media {
  animation: gpSlideRight 0.9s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.intro-media {
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease,
    filter 0.5s ease;
}

.intro-media:hover {
  transform: translateY(-10px) rotate(-1deg) scale(1.03);
  filter: saturate(1.12);
  box-shadow: 0 44px 100px rgba(0, 100, 255, 0.18);
}

.intro-media img {
  transition: transform 0.8s ease;
}

.intro-media:hover img {
  transform: scale(1.12);
}

.intro-tags span {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease;
}

.intro-tags span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.75),
    transparent
  );
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.intro-tags span:hover {
  transform: translateY(-6px) scale(1.03);
  background: #0064ff;
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 100, 255, 0.24);
}

.intro-tags span:hover i {
  color: #fff;
}

.intro-tags span:hover::after {
  transform: translateX(120%);
}

.biz-panel.is-active .feature-card {
  animation: gpFeaturePop 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.biz-panel.is-active .feature-card:nth-child(1) {
  animation-delay: 0.08s;
}

.biz-panel.is-active .feature-card:nth-child(2) {
  animation-delay: 0.2s;
}

.biz-panel.is-active .feature-card:nth-child(3) {
  animation-delay: 0.32s;
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 100, 255, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(0, 100, 255, 0.06), transparent 54%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover .feature-icon {
  animation: gpIconShake 0.55s ease both;
  background: #0064ff;
  color: #fff;
}

.feature-card h3,
.feature-card p,
.feature-icon {
  position: relative;
  z-index: 1;
}

.guide-video-card {
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.guide-video-card:hover {
  transform: translateY(-10px) scale(1.015);
  box-shadow: 0 36px 90px rgba(0, 100, 255, 0.18);
}

.guide-simple-step {
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.guide-simple-step:hover {
  transform: translateY(-8px);
  filter: saturate(1.15);
}

@keyframes gpHeroPop {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.94);
    filter: blur(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes gpHeroKicker {
  from {
    opacity: 0;
    transform: translateY(-18px);
    letter-spacing: 10px;
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes gpHeroTitle {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.9);
    filter: blur(12px);
  }
  70% {
    transform: translateY(-4px) scale(1.02);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes gpHeroShine {
  0% {
    transform: translateX(-90%) rotate(10deg);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  42% {
    transform: translateX(90%) rotate(10deg);
    opacity: 0;
  }
  100% {
    transform: translateX(90%) rotate(10deg);
    opacity: 0;
  }
}

@keyframes gpTitleBounce {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    filter: blur(8px);
  }
  65% {
    transform: translateY(-5px) scale(1.03);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes gpTextUp {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes gpProcessIn {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.86) rotateX(16deg);
    filter: blur(10px);
  }
  70% {
    transform: translateY(-5px) scale(1.03) rotateX(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0);
    filter: blur(0);
  }
}

@keyframes gpProcessPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 100, 255, 0.18);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(0, 100, 255, 0);
  }
}

@keyframes gpProcessSpin {
  from {
    transform: translateY(0) rotate(0) scale(1);
  }
  50% {
    transform: translateY(-12px) rotate(10deg) scale(1.12);
  }
  to {
    transform: translateY(-8px) rotate(6deg) scale(1.06);
  }
}

@keyframes gpBlobMove {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(95px, 70px) scale(1.18);
  }
}

@keyframes gpBlobMove2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-85px, -65px) scale(1.16);
  }
}

@keyframes gpCardFlip {
  from {
    opacity: 0;
    transform: translateY(50px) rotateX(18deg) scale(0.92);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes gpIconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(4deg);
  }
}

@keyframes gpSlideLeft {
  from {
    opacity: 0;
    transform: translateX(-60px) scale(0.96);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes gpSlideRight {
  from {
    opacity: 0;
    transform: translateX(60px) scale(0.96);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes gpFeaturePop {
  from {
    opacity: 0;
    transform: translateY(46px) scale(0.86) rotate(-2deg);
    filter: blur(10px);
  }
  70% {
    transform: translateY(-6px) scale(1.04) rotate(1deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes gpIconShake {
  0% {
    transform: rotate(0) scale(1);
  }
  25% {
    transform: rotate(-8deg) scale(1.12);
  }
  50% {
    transform: rotate(8deg) scale(1.12);
  }
  75% {
    transform: rotate(-4deg) scale(1.08);
  }
  100% {
    transform: rotate(0) scale(1.08);
  }
}

@media (max-width: 980px) {
  .biz-hero::after {
    animation-duration: 6s;
  }

  .process-section::before,
  .process-section::after {
    width: 280px;
    height: 280px;
  }

  .profit-card:hover,
  .feature-card:hover,
  .guide-video-card:hover,
  .intro-media:hover {
    transform: translateY(-5px);
  }
}
.process-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 92px 0 104px !important;
  background: #fff !important;
  color: #050505 !important;
}

.process-section::before,
.process-section::after {
  display: none !important;
}

.process-section .biz-container {
  position: relative !important;
  z-index: 2 !important;
}

.process-title {
  margin: 0 auto 72px !important;
  text-align: center !important;
}

.process-title span {
  display: block !important;
  margin: 0 0 22px !important;
  color: #155eaa !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.32em !important;
}

.process-title i {
  display: block !important;
  width: 38px !important;
  height: 2px !important;
  margin: 0 auto 22px !important;
  background: #7f95b2 !important;
  font-style: normal !important;
}

.process-title h2 {
  margin: 0 0 22px !important;
  color: #050505 !important;
  font-size: clamp(48px, 6vw, 72px) !important;
  line-height: 1.04 !important;
  font-weight: 1000 !important;
  letter-spacing: -0.085em !important;
}

.process-title p {
  margin: 0 !important;
  color: #151515 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  word-break: keep-all !important;
}

.process-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 50px !important;
  align-items: start !important;
}

.process-item {
  position: relative !important;
  min-width: 0 !important;
  text-align: center !important;
}

.process-item::after {
  display: none !important;
}

.process-circle {
  position: relative !important;
  width: 116px !important;
  height: 116px !important;
  margin: 0 auto 28px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border: 5px solid #dce7fb !important;
  box-shadow:
    0 0 0 7px rgba(220, 231, 251, 0.25),
    0 16px 34px rgba(52, 99, 165, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.95) !important;
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.45s ease,
    box-shadow 0.45s ease !important;
}

.process-circle b {
  position: absolute !important;
  top: 17px !important;
  left: 0 !important;
  right: 0 !important;
  color: #0b5f9f !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.025em !important;
}

.process-circle svg {
  width: 48px !important;
  height: 48px !important;
  margin-top: 22px !important;
  fill: none !important;
  color: #0b5f9f !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  overflow: visible !important;
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.45s ease,
    filter 0.45s ease !important;
}

.process-item h3 {
  margin: 0 0 14px !important;
  color: #050505 !important;
  font-size: clamp(26px, 2.4vw, 34px) !important;
  line-height: 1.2 !important;
  font-weight: 1000 !important;
  letter-spacing: -0.075em !important;
}

.process-item p {
  margin: 0 !important;
  color: #111 !important;
  font-size: 18px !important;
  line-height: 1.52 !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  word-break: keep-all !important;
}

.process-item:hover .process-circle {
  transform: translateY(-10px) scale(1.045) !important;
  border-color: #c8daf8 !important;
  box-shadow:
    0 0 0 10px rgba(220, 231, 251, 0.35),
    0 24px 48px rgba(52, 99, 165, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 1) !important;
}

.process-item:hover .process-circle svg {
  transform: translateY(-2px) scale(1.06) !important;
  color: #0064ff !important;
  filter: drop-shadow(0 8px 12px rgba(0, 100, 255, 0.18)) !important;
}

.process-item:hover h3 {
  color: #0064ff !important;
}

.biz-panel.is-active .process-title span {
  animation: gpProcessKickerIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.biz-panel.is-active .process-title i {
  animation: gpProcessLineIn 0.75s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.biz-panel.is-active .process-title h2 {
  animation: gpProcessTitleIn 0.9s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.biz-panel.is-active .process-title p {
  animation: gpProcessTextIn 0.8s 0.34s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.biz-panel.is-active .process-item {
  animation: gpProcessCardIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.biz-panel.is-active .process-item:nth-child(1) {
  animation-delay: 0.08s !important;
}

.biz-panel.is-active .process-item:nth-child(2) {
  animation-delay: 0.2s !important;
}

.biz-panel.is-active .process-item:nth-child(3) {
  animation-delay: 0.32s !important;
}

.biz-panel.is-active .process-item:nth-child(4) {
  animation-delay: 0.44s !important;
}

.biz-panel.is-active .process-circle {
  animation: gpProcessCircleBreath 2.7s ease-in-out infinite !important;
}

.biz-panel.is-active .process-item:nth-child(2) .process-circle {
  animation-delay: 0.25s !important;
}

.biz-panel.is-active .process-item:nth-child(3) .process-circle {
  animation-delay: 0.5s !important;
}

.biz-panel.is-active .process-item:nth-child(4) .process-circle {
  animation-delay: 0.75s !important;
}

@keyframes gpProcessKickerIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    letter-spacing: 0.48em;
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0.32em;
    filter: blur(0);
  }
}

@keyframes gpProcessLineIn {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes gpProcessTitleIn {
  0% {
    opacity: 0;
    transform: translateY(36px) scale(0.88);
    filter: blur(12px);
  }

  68% {
    opacity: 1;
    transform: translateY(-7px) scale(1.035);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes gpProcessTextIn {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(8px);
  }

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

@keyframes gpProcessCardIn {
  0% {
    opacity: 0;
    transform: translateY(58px) scale(0.86);
    filter: blur(14px);
  }

  68% {
    opacity: 1;
    transform: translateY(-8px) scale(1.04);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes gpProcessCircleBreath {
  0%,
  100% {
    box-shadow:
      0 0 0 7px rgba(220, 231, 251, 0.25),
      0 16px 34px rgba(52, 99, 165, 0.1),
      inset 0 0 0 1px rgba(255, 255, 255, 0.95);
  }

  50% {
    box-shadow:
      0 0 0 13px rgba(220, 231, 251, 0.12),
      0 24px 48px rgba(52, 99, 165, 0.14),
      inset 0 0 0 1px rgba(255, 255, 255, 1);
  }
}

@media (max-width: 980px) {
  .process-section {
    padding: 76px 0 86px !important;
  }

  .process-title {
    margin-bottom: 48px !important;
  }

  .process-title span {
    margin-bottom: 18px !important;
    font-size: 16px !important;
    letter-spacing: 0.28em !important;
  }

  .process-title i {
    width: 32px !important;
    margin-bottom: 18px !important;
  }

  .process-title h2 {
    margin-bottom: 18px !important;
    font-size: 48px !important;
  }

  .process-title p {
    font-size: 18px !important;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .process-item {
    min-height: 300px !important;
    padding: 34px 14px 28px !important;
    border-radius: 20px !important;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09) !important;
  }

  .process-circle {
    width: 124px !important;
    height: 124px !important;
    margin-bottom: 22px !important;
    border-width: 5px !important;
  }

  .process-circle b {
    top: 18px !important;
    font-size: 18px !important;
  }

  .process-circle svg {
    width: 54px !important;
    height: 54px !important;
    margin-top: 23px !important;
  }

  .process-item h3 {
    margin-bottom: 12px !important;
    font-size: 27px !important;
  }

  .process-item p {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 520px) {
  .process-section {
    padding: 66px 0 74px !important;
  }

  .process-section .biz-container {
    width: min(100% - 24px, 1120px) !important;
  }

  .process-title {
    margin-bottom: 36px !important;
  }

  .process-title span {
    font-size: 13px !important;
    letter-spacing: 0.24em !important;
  }

  .process-title h2 {
    font-size: 38px !important;
  }

  .process-title p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .process-item {
    min-height: 255px !important;
    padding: 28px 10px 22px !important;
    border-radius: 18px !important;
  }

  .process-circle {
    width: 104px !important;
    height: 104px !important;
    margin-bottom: 18px !important;
    border-width: 5px !important;
  }

  .process-circle b {
    top: 15px !important;
    font-size: 16px !important;
  }

  .process-circle svg {
    width: 45px !important;
    height: 45px !important;
    margin-top: 20px !important;
  }

  .process-item h3 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }

  .process-item p {
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.06em !important;
  }
}
@media (min-width: 981px) {
  .process-title span,
  .process-title i,
  .process-title p {
    display: none !important;
  }

  .process-title {
    margin-bottom: 66px !important;
  }

  .process-title h2 {
    margin-bottom: 0 !important;
  }
}
.process-item:nth-child(3) .process-circle svg {
  width: 56px !important;
  height: 56px !important;
  margin-top: 22px !important;
  stroke-width: 1.9 !important;
}

@media (max-width: 980px) {
  .process-item:nth-child(3) .process-circle svg {
    width: 58px !important;
    height: 58px !important;
    margin-top: 22px !important;
  }
}

@media (max-width: 520px) {
  .process-item:nth-child(3) .process-circle svg {
    width: 50px !important;
    height: 50px !important;
    margin-top: 20px !important;
  }
}
.process-item:nth-child(3) .process-circle svg,
.process-item:nth-child(4) .process-circle svg {
  width: 46px !important;
  height: 46px !important;
  margin-top: 23px !important;
  color: #0b5f9f !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  fill: none !important;
}

.process-item:nth-child(3) .process-circle svg path,
.process-item:nth-child(4) .process-circle svg path,
.process-item:nth-child(4) .process-circle svg circle {
  vector-effect: non-scaling-stroke;
}

.process-item:nth-child(3) .process-circle svg {
  width: 48px !important;
  height: 48px !important;
  margin-top: 24px !important;
}

.process-item:nth-child(4) .process-circle svg {
  width: 47px !important;
  height: 47px !important;
  margin-top: 23px !important;
}

@media (max-width: 980px) {
  .process-item:nth-child(3) .process-circle svg,
  .process-item:nth-child(4) .process-circle svg {
    width: 52px !important;
    height: 52px !important;
    margin-top: 24px !important;
  }
}

@media (max-width: 520px) {
  .process-item:nth-child(3) .process-circle svg,
  .process-item:nth-child(4) .process-circle svg {
    width: 43px !important;
    height: 43px !important;
    margin-top: 20px !important;
  }
}
.footer-grid {
  display: grid !important;
  grid-template-columns: 130px minmax(0, 1fr) 240px !important;
  gap: 28px !important;
  align-items: flex-start !important;
}

.footer-cs-box {
  width: 240px !important;
  min-width: 240px !important;
  margin-left: auto !important;
  padding-top: 2px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  align-items: flex-start !important;
}

.footer-cs-item {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.footer-cs-item span {
  display: block !important;
  margin: 0 0 6px !important;
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.035em !important;
}

.footer-cs-item strong {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.04em !important;
}

.footer-kakao-card,
#kakaoLink.footer-kakao-card {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 2px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  color: rgba(255, 255, 255, 0.88) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  text-decoration: none !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.footer-kakao-card:hover,
#kakaoLink.footer-kakao-card:hover {
  transform: none !important;
  background: transparent !important;
  border-color: transparent !important;
}

.footer-kakao-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: transparent !important;
}

.footer-kakao-icon svg,
#kakaoLink.footer-kakao-card svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

.footer-kakao-text {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.footer-kakao-text b {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.04em !important;
}

.footer-kakao-text em {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.46) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.035em !important;
}

.footer-kakao-card:hover .footer-kakao-text b,
#kakaoLink.footer-kakao-card:hover .footer-kakao-text b {
  color: #fee500 !important;
}

.footer-kakao-only,
.social.footer-kakao-only {
  display: none !important;
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .footer-cs-box {
    width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    padding-top: 4px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px 18px !important;
    align-items: start !important;
  }

  .footer-kakao-card,
  #kakaoLink.footer-kakao-card {
    grid-column: 1 / -1 !important;
  }

  .footer-cs-item span {
    font-size: 11.5px !important;
  }

  .footer-cs-item strong {
    font-size: 14px !important;
  }
}

@media (max-width: 520px) {
  .footer-main {
    padding: 26px 0 42px !important;
  }

  .footer-cs-box {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-top: 2px !important;
  }

  .footer-kakao-icon {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
  }

  .footer-kakao-icon svg,
  #kakaoLink.footer-kakao-card svg {
    width: 22px !important;
    height: 22px !important;
  }
}
