
.product-hero {
  position: relative;
  min-height: 560px;
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
  background: var(--bg);
}

.product-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.product-hero__bg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  max-width: none;
  height: auto;
  opacity: 0.9;
}

.product-hero__light {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 540px;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: radial-gradient(ellipse 70% 75% at 50% 42%, #000 45%, transparent 82%);
  mask-image: radial-gradient(ellipse 70% 75% at 50% 42%, #000 45%, transparent 82%);
}

.product-hero .hero__rain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
  font-family: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.2em;
  color: var(--bg);
  white-space: pre;
  text-align: center;
  word-break: break-all;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 8%, #000 42%, transparent 82%);
  mask-image: radial-gradient(120% 90% at 50% 8%, #000 42%, transparent 82%);
}

.product-hero--flow .product-hero__bg {
  background: radial-gradient(circle at 80% 100%, rgba(114, 92, 255, 0.12) 0%, transparent 50%);
}


.cf-magic-rings {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1760px;
  height: 508px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: normal;
}

.cf-magic-rings canvas {
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(0.5px);
  opacity: 1;
}


.cf-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.cf-platform-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.cf-platform-btn:hover {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px -16px rgba(37, 47, 184, 0.28);
  transform: translateY(-2px);
}

.cf-platform-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}

.cf-platform-arrow {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.6;
  display: block;
}

@media (max-width: 768px) {
  .cf-platforms {
    justify-content: center;
  }
  .cf-platform-btn {
    padding: 7px 12px;
    font-size: 12px;
  }
  .cf-tabs {
    width: 100%;
    gap: 8px;
  }
  .cf-tab {
    min-width: 0;
    flex: 1 1 0;
    padding: 18px 16px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cf-magic-rings canvas {
    display: none;
  }
}

.product-hero--creative {
  overflow: visible;
}


.product-hero--creative .product-hero__bg {
  background: none;
}


.cc-aurora {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 420px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.cc-aurora canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.product-hero__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}


.product-hero__content:has(.download-qr-wrap:hover) {
  z-index: 3;
}

.product-hero--center .product-hero__content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.product-hero--center .product-hero__title {
  margin: 0;
  
  font-size: clamp(28px, 8.4vw, 64px);
  line-height: 1.25;
  white-space: nowrap;
}


html[lang="en"] .product-hero--center .product-hero__title {
  white-space: normal;
}


html[lang="en"] .product-hero--agent .product-hero__title {
  font-size: clamp(24px, 4.6vw, 52px);
  white-space: nowrap;
}

@media (max-width: 768px) {
  html[lang="en"] .product-hero--agent .product-hero__title {
    white-space: normal;
  }
}


html[lang="en"] .product-hero--creative .product-hero__title {
  font-size: clamp(26px, 6.5vw, 64px);
  white-space: nowrap;
}


@media (max-width: 1024px) {
  html[lang="en"] .cc-hero-badge {
    right: -6px;
  }
}

@media (max-width: 768px) {
  html[lang="en"] .product-hero--creative .product-hero__title {
    white-space: normal;
  }
}

.cf-title-flow {
  display: inline-block;
  position: relative;
}


.cf-title-mark {
  position: absolute;
  top: -0.34em;
  right: -0.92em;
  width: 0.98em;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.product-hero--center .product-hero__subtitle {
  margin: 0;
  max-width: none;
}

.hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  background: linear-gradient(180deg, rgba(235, 239, 245, 0) 0%, rgba(235, 239, 245, 1) 70%);
  z-index: 1;
  pointer-events: none;
}


.cf-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.cf-platform {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cf-platform:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-button);
}

.cf-platform svg {
  width: 18px;
  height: 18px;
}

.cf-tabs {
  
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 140px;
}

.cf-tab {
  padding: 20px 40px;
  border: none;
  border-radius: var(--radius-pill);
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-primary);
  cursor: pointer;
  min-width: 262px;
}

.cf-tab--active {
  background: radial-gradient(circle at 50% 120%, rgba(114, 92, 255, 0.18) 0%, rgba(245, 245, 245, 0) 70%), rgba(0, 0, 0, 0.02);
}

@media (max-width: 768px) {
  .cf-tabs {
    width: 100%;
    gap: 8px;
    margin-top: 72px;
  }

  .cf-tab {
    min-width: 0;
    flex: 1 1 0;
    padding: 18px 16px;
    font-size: 16px;
  }
}


.cf-wave {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  height: 20px;
  max-width: 532px;
  margin: 18px auto 0;
  overflow: hidden;
}

.cf-wave__bar {
  flex: 0 0 auto;
  width: 2px;
  height: 6px;
  border-radius: 9999px;
  background: rgba(73, 84, 230, 0.16);
}

.cf-mockup {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

.cf-mockup img {
  width: 100%;
  border-radius: var(--radius-card);
}

.cf-feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cf-feature-list[hidden] {
  display: none;
}

.cf-feature {
  display: flex;
  align-items: stretch;
  gap: 40px;
  padding: 0;
  height: 276px;
  overflow: hidden;
  border-radius: var(--radius-card);
  
  background:
    radial-gradient(circle at 100% 0%, rgba(114, 92, 255, 0.16) 0%, rgba(235, 239, 245, 0) 60%),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 44px rgba(37, 47, 184, 0.07);
}

.cf-feature--reverse {
  flex-direction: row-reverse;
  
  background:
    radial-gradient(circle at 0% 0%, rgba(114, 92, 255, 0.16) 0%, rgba(235, 239, 245, 0) 60%),
    rgba(255, 255, 255, 0.92);
}

.cf-feature__media {
  
  flex: 0 0 480px;
  width: 480px;
  align-self: stretch;
  overflow: hidden;
}

.cf-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cf-feature__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  
  padding: 40px 44px 40px 0;
}

.cf-feature--reverse .cf-feature__text {
  padding: 40px 0 40px 44px;
}

.cf-feature__title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  color: var(--text-primary);
}

.cf-feature__desc {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-primary);
}


@media (max-width: 1024px) {
  .cf-feature,
  .cf-feature--reverse {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 20px;
    gap: 24px;
  }
  .cf-feature__media {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 480 / 268;
    border-radius: 16px;
  }
  .cf-feature__text,
  .cf-feature--reverse .cf-feature__text {
    padding: 0 8px 8px;
  }
}

.cf-release {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.cf-release[hidden] {
  display: none;
}

.product-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.05em;
}

.product-hero__title {
  margin: 0 0 20px;
  font-size: 56px;
  font-weight: 500;
  line-height: 72px;
  color: var(--text-primary);
}

.product-hero__subtitle {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 32px;
  color: var(--text-primary);
  opacity: 0.9;
  max-width: 480px;
}

.product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1024px) {
  .product-hero__title {
    font-size: 44px;
    line-height: 56px;
  }
  .product-hero__bg img {
    width: 1400px;
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .product-hero {
    min-height: auto;
    padding-top: 120px;
  }
  .product-hero__title {
    font-size: 36px;
    line-height: 44px;
  }
  .product-hero__bg img {
    width: 1000px;
    opacity: 0.5;
  }
}


.cc-title-wrapper {
  position: relative;
  display: inline-block;
}

.cc-hero-badge {
  position: absolute;
  top: -37px;
  right: -60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: linear-gradient(27deg, #725CFF 0%, #AF47FF 100%);
  color: #F6F8F8;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  transform: rotate(6deg);
  transform-origin: center center;
  pointer-events: none;
}


.cc-hero-badge::after {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  left: 18px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #725CFF;
}


@media (max-width: 768px) {
  .cc-hero-badge {
    top: -30px;
    right: -6px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .cc-hero-badge::after {
    left: 14px;
    border-left-width: 8px;
    border-right-width: 9px;
    border-top-width: 11px;
  }
}

.cc-scenes {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 1024px;
  height: 480px;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  isolation: isolate;
}

.cc-scene {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 28px 72px -48px rgba(18, 20, 42, 0.48);
  outline: none;
  cursor: pointer;
  transition:
    flex-grow 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    transform 0.35s ease,
    filter 0.35s ease;
  will-change: flex-grow, transform;
}

.cc-scene.is-active,
.cc-scene:hover,
.cc-scene:focus-visible {
  flex-grow: 1.63;
  box-shadow: 0 36px 88px -48px rgba(65, 50, 180, 0.5);
  transform: translateY(-2px);
  filter: saturate(1.04);
}

.cc-scene__img,
.cc-scene__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.35s ease;
}


.cc-scene__video {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.cc-scene.is-playing .cc-scene__video {
  opacity: 1;
}

.cc-scene__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 12, 0) 40%, rgba(9, 12, 12, 0.12) 70%, rgba(9, 12, 12, 0.28) 100%),
    linear-gradient(90deg, rgba(9, 12, 12, 0.04) 0%, rgba(9, 12, 12, 0) 34%, rgba(9, 12, 12, 0.05) 100%);
  opacity: 0.86;
  pointer-events: none;
}

.cc-scene__panel {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 6px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 28px;
  background: rgba(246, 248, 248, 0.94);
  box-shadow: 0 18px 36px -28px rgba(9, 12, 12, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    min-height 0.35s ease,
    padding 0.35s ease,
    background 0.35s ease;
}

.cc-scene__copy {
  min-width: 0;
}

.cc-scene__copy h3 {
  margin: 0 0 6px;
  color: #090C0C;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc-scene__copy p {
  margin: 0;
  color: rgba(9, 12, 12, 0.74);
  font-size: 13px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cc-scene__cta {
  flex: 0 0 auto;
  
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 0;
  height: 36px;
  padding: 0;
  border-radius: 14px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  
  background: var(--rainbow);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(12px) scale(0.96);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    max-width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    min-width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.cc-scene.is-active .cc-scene__panel,
.cc-scene:hover .cc-scene__panel,
.cc-scene:focus-visible .cc-scene__panel,
.cc-scene:focus-within .cc-scene__panel {
  min-height: 96px;
  padding: 18px 20px;
  background: rgba(246, 248, 248, 0.98);
}

.cc-scene.is-active .cc-scene__cta,
.cc-scene:hover .cc-scene__cta,
.cc-scene:focus-visible .cc-scene__cta,
.cc-scene:focus-within .cc-scene__cta {
  min-width: 78px;
  max-width: 112px;
  padding: 0 16px;
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.cc-scene__cta:hover {
  transform: translateY(-1px) scale(1.02);
}

.cc-ability {
  padding: 120px 0 80px;
}

.cc-ability__title {
  margin: 0 0 80px;
  text-align: center;
  
  font-size: clamp(28px, 5.6vw, 48px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-primary);
}

.cc-ability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cc-ability-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px;
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.cc-ability-card__media {
  height: 360px;
  overflow: hidden;
  border-radius: 16px;
}

.cc-ability-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cc-ability-card__title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  color: var(--text-primary);
}

.cc-ability-card__desc {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-primary);
  opacity: 0.9;
}

@media (max-width: 768px) {
  .product-hero--center .product-hero__content {
    width: 100%;
    min-width: 0;
  }
  
  .product-hero--flow .product-hero__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-hero--flow .product-hero__title .cf-title-flow {
    display: block;
    white-space: nowrap;
  }
  .product-hero--flow .product-hero__subtitle {
    width: min(100%, 350px);
    max-width: 100%;
    min-width: 0;
    font-size: 14px;
    line-height: 22px;
    overflow-wrap: anywhere;
  }
  .product-hero--flow .cf-platforms {
    width: 100%;
    max-width: 350px;
    min-width: 0;
  }
  .product-hero--creative .product-hero__content {
    width: 100%;
    min-width: 0;
  }
  
  .product-hero--creative .product-hero__subtitle {
    width: min(100%, 350px) !important;
    min-width: 0 !important;
    max-width: 350px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-all;
  }
  .cf-feature,
  .cf-feature--reverse {
    
    padding: 16px;
    gap: 20px;
  }
  .cc-scenes {
    height: 360px;
    margin-top: 32px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 20px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .cc-scene,
  .cc-scene.is-active,
  .cc-scene:hover,
  .cc-scene:focus-visible {
    flex: 0 0 min(78vw, 320px);
    height: 350px;
    transform: none;
    scroll-snap-align: center;
  }
  .cc-scene__panel,
  .cc-scene.is-active .cc-scene__panel,
  .cc-scene:hover .cc-scene__panel,
  .cc-scene:focus-visible .cc-scene__panel,
  .cc-scene:focus-within .cc-scene__panel {
    min-height: 92px;
    padding: 16px;
    border-radius: 24px;
  }
  .cc-scene__copy h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .cc-scene__cta {
    min-width: 70px;
    max-width: 104px;
    padding: 0 14px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .cc-ability-grid {
    grid-template-columns: 1fr;
  }
}
.section-header {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-header__title {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  background: linear-gradient(153deg, #725CFF 0%, #090C0C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-header__desc {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-primary);
  opacity: 0.85;
}

@media (max-width: 768px) {
  .section-header__title {
    font-size: 28px;
    line-height: 38px;
  }
}


.features {
  padding: 80px 0;
}

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

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

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

.feature-card {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card);
  min-height: 360px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 64px -24px rgba(37, 47, 184, 0.16);
}

.feature-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.feature-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(235, 243, 254, 0.9) 0%, rgba(235, 243, 254, 0.4) 100%);
}

.feature-card__content {
  position: relative;
  z-index: 2;
  padding: 40px;
}

.feature-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #33ADFF 0%, #3D4AFF 50%, #9D5CFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.feature-card__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: var(--text-primary);
}

.feature-card__desc {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-primary);
  opacity: 0.85;
  max-width: 420px;
}

.feature-card--wide {
  grid-column: 1 / -1;
  min-height: 320px;
}

.feature-card--wide .feature-card__bg {
  object-position: right center;
}

.feature-card--image .feature-card__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px;
}

.feature-card--image .feature-card__title,
.feature-card--image .feature-card__desc {
  color: var(--text-primary);
}

@media (max-width: 1024px) {
  .feature-grid,
  .feature-grid--3 {
    grid-template-columns: 1fr 1fr;
  }
  .feature-card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .feature-grid,
  .feature-grid--3 {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: 300px;
  }
  .feature-card__content {
    padding: 28px;
  }
}


.industries {
  padding: 80px 0;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.industry-card {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  min-height: 380px;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
}

.industry-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.industry-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(9, 12, 12, 0) 40%, rgba(9, 12, 12, 0.7) 100%);
}

.industry-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 28px;
  color: var(--white);
}

.industry-card__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
}

.industry-card__desc {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.9;
}

@media (max-width: 1200px) {
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industry-grid {
    grid-template-columns: 1fr 1fr;
  }
  .industry-card {
    min-height: 260px;
  }
}

@media (max-width: 480px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }
}


.scenarios {
  padding: 80px 0;
}

.scenario-card {
  display: flex;
  align-items: stretch;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.scenario-card__content {
  flex: 1 1 40%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scenario-card__title {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 500;
  background: linear-gradient(153deg, #725CFF 0%, #090C0C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.scenario-card__desc {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.85;
}

.scenario-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scenario-tag {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: var(--black-6);
  font-size: 14px;
  font-weight: 500;
}

.scenario-card__visual {
  flex: 1 1 60%;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

.scenario-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .scenario-card {
    flex-direction: column;
  }
  .scenario-card__visual {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .scenario-card__content {
    padding: 28px;
  }
}


.platform-features {
  padding: 80px 0;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.platform-item {
  display: flex;
  gap: 20px;
  padding: 32px;
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.platform-item__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #33ADFF 0%, #3D4AFF 50%, #9D5CFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.platform-item__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
}

.platform-item__desc {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .platform-grid {
    grid-template-columns: 1fr;
  }
}


.cta {
  padding: 80px 0;
  text-align: center;
}

.cta__title {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 500;
  background: linear-gradient(153deg, #725CFF 0%, #090C0C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta__desc {
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.85;
  max-width: 520px;
}


.ca-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.ca-console {
  position: relative;
  z-index: 2;
  margin-top: 120px;
}

.ca-console img {
  width: 100%;
  border-radius: var(--radius-card);
}

.ca-section-title {
  margin: 0 0 48px;
  text-align: center;
  
  font-size: clamp(28px, 5.6vw, 48px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-primary);
}

.ca-platform {
  padding: 80px 0;
}


.ca-platform__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ca-func-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  height: 280px;
}

.ca-func-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  flex-grow: 1;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 32px;
  background: radial-gradient(circle at 0% 0%, rgba(114, 92, 255, 0.16) 0%, rgba(235, 239, 245, 0) 60%);
  cursor: pointer;
  transition: flex-grow 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.ca-func-card--active {
  flex-grow: 2.02;
}

.ca-func-card__inner {
  position: relative;
  height: 100%;
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  overflow: hidden;
}

.ca-func-card__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  white-space: nowrap;
  color: var(--text-primary);
}

.ca-func-card__desc {
  position: relative;
  z-index: 2;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #090C0C;
}

.ca-func-card__illus {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  max-width: none;
  border-radius: 0 0 28px 0;
  opacity: 0;
  pointer-events: none;
  
  transition: opacity 0.2s ease;
}


.ca-func-card--active .ca-func-card__illus {
  opacity: 1;
  transition: opacity 0.45s ease 0.55s;
}


.ca-func-card--active .ca-func-card__title {
  white-space: normal;
  max-width: calc(100% - 345px);
  transition: white-space 0s 0.55s allow-discrete, max-width 0s 0.55s allow-discrete;
}

.ca-func-card--active .ca-func-card__desc {
  max-width: calc(100% - 345px);
  transition: max-width 0s 0.55s allow-discrete;
}


@media (max-width: 1024px) {
  .ca-func-row {
    flex-direction: column;
    height: auto;
  }
  
  .ca-func-card {
    flex: none;
    height: auto;
  }
  .ca-func-card__inner {
    min-height: 0;
  }
  
  .ca-func-card__title {
    white-space: normal;
  }
  
  .ca-func-card__title,
  .ca-func-card__desc {
    max-width: none;
  }
  .ca-func-card__illus {
    position: static;
    height: 200px;
    width: auto;
    margin: 20px 0 0 auto;
    opacity: 1;
  }
}


@media (max-width: 768px) {
  .ca-func-card {
    height: auto;
  }
  .ca-func-card__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
  }
  .ca-func-card__illus {
    position: static;
    height: 160px;
    width: auto;
    margin: 20px 0 0;
  }
}

.ca-business {
  padding: 80px 0;
}

.ca-business__card {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 4px 4px 4px 40px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.4);
}

.ca-business__tabs {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
}

.ca-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-family: inherit;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--text-primary);
  text-align: left;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ca-tab:last-child {
  border-bottom: none;
}

.ca-tab__label {
  transition: font-size 0.3s ease;
}

.ca-tab__arrow {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--text-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ca-tab--active {
  border-bottom-color: #DCE0DF;
  background: radial-gradient(ellipse 55% 42% at 50% 100%, rgba(114, 92, 255, 0.3) 0%, rgba(235, 239, 245, 0) 72%);
}

.ca-tab--active .ca-tab__label {
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  background: linear-gradient(153deg, #725CFF 0%, #090C0C 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ca-tab--active .ca-tab__arrow {
  opacity: 1;
}

.ca-business__visual {
  flex: 1 1 auto;
  min-width: 0;
}

.ca-business__visual img {
  width: 100%;
  border-radius: 28px;
}

.ca-industries {
  padding: 0 0 80px;
  overflow: hidden;
}

.ca-industries .carousel-arrows {
  margin: 0 0 24px;
}

.ca-industry-card__text {
  
  padding: 0 20px;
}

.ca-industry-card__title {
  margin: 24px 0 12px;
  color: var(--general---foreground, #090C0C);
  font-family: "PingFang SC";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ca-industry-card__desc {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-primary);
  opacity: 0.9;
}


.carousel-arrows {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.carousel-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--glass-white-30);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: var(--text-primary);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.carousel-arrow svg {
  width: 24px;
  height: 24px;
}

.carousel-arrow--disabled {
  opacity: 0.2;
  cursor: default;
}


.cf-bottom-download {
  padding: 80px 0 120px;
  text-align: center;
  position: relative;
}


.cf-bottom-download:has(.download-qr-wrap:hover) {
  z-index: 10;
}

.cf-bottom-download__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.cf-bottom-download__title {
  margin: 0;
  
  font-size: clamp(28px, 4.2vw, 36px);
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-primary);
}

.cf-platforms--center {
  justify-content: center;
}


.ca-industry-track {
  display: flex;
  gap: 8px;
  width: max-content;
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ca-industry-card {
  flex: 0 0 344px;
  width: 344px;
  transition: flex-basis 0.6s cubic-bezier(0.4, 0, 0.2, 1), width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.ca-industry-card--active {
  flex-basis: 672px;
  width: 672px;
}

.ca-industry-card__img {
  width: 100%;
  height: 378px;
  object-fit: cover;
  border-radius: var(--radius-card);
}


@media (max-width: 1024px) {
  .ca-business__card {
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    gap: 24px;
  }
  .ca-business__tabs {
    flex: none;
    flex-direction: row; 
  }
  .ca-tab {
    flex: 1 1 0;
    justify-content: center;
    text-align: center;
    padding: 12px 4px;
  }
  
  .ca-tab--active .ca-tab__label {
    font-size: 20px;
    line-height: 30px;
  }
  
  .ca-tab__arrow {
    display: none;
  }
  .ca-industry-track {
    width: auto;
    transform: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 40px;
    padding: 8px 40px 32px;
    scrollbar-width: thin;
    scrollbar-color: rgba(114, 92, 255, 0.35) rgba(9, 12, 12, 0.05);
    -webkit-overflow-scrolling: touch;
  }
  .ca-industry-track::-webkit-scrollbar {
    height: 6px;
  }
  .ca-industry-track::-webkit-scrollbar-track {
    background: rgba(9, 12, 12, 0.05);
    border-radius: 9999px;
  }
  .ca-industry-track::-webkit-scrollbar-thumb {
    background: rgba(114, 92, 255, 0.35);
    border-radius: 9999px;
  }
  .ca-industry-track::-webkit-scrollbar-thumb:hover {
    background: rgba(114, 92, 255, 0.6);
  }
  .ca-industry-card,
  .ca-industry-card--active {
    flex: 0 0 auto;
    width: min(56vw, 440px);
    scroll-snap-align: center;
  }
  .ca-industries .carousel-arrows {
    display: none;
  }
}


@media (max-width: 768px) {
  .ca-industry-track {
    scroll-padding: 0 20px;
    padding: 8px 20px 32px;
  }
  .ca-industry-card,
  .ca-industry-card--active {
    width: min(80vw, 336px);
  }
  .cf-bottom-download {
    padding: 48px 0 80px;
  }
}


.product-hero__title--with-icon {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

.product-hero__title-icon {
  position: absolute;
  top: -12px;
  right: -48px;
  width: 40px;
  height: auto;
  pointer-events: none;
  animation: title-icon-float 3s ease-in-out infinite alternate;
}

@keyframes title-icon-float {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-6px) rotate(5deg); }
}

@media (max-width: 768px) {
  .product-hero__title-icon {
    width: 28px;
    height: 28px;
    top: -8px;
    right: -32px;
  }
}
