*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --dark: #231815;
  --blue: #223B80;
  --gray: #BEB9B9;
  --white: #FFFFFF;
  --gold: #C9A24B;
  --blue2: #3A5BA0;
  --blue3: #6B8CC7;
  --navy: #0F1118;
  --navy2: #141620;
  --navy3: #1C2030;
  --green: #3D9E72;
  --red: #C85A4A;
}

body {
  font-family: 'DM Sans', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  background: var(--navy);
  color: var(--dark);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

:lang(zh-CN) {
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', 'Noto Sans SC', 'Source Han Sans SC', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.01em;
}

html {
  scroll-behavior: smooth
}

.arc-gold {
  color: var(--gold)
}

/* SCROLL REVEAL */
.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .7s cubic-bezier(.22, .68, 0, 1.2), transform .7s cubic-bezier(.22, .68, 0, 1.2)
}

.reveal-left {
  transform: translateX(-40px)
}

.reveal-right {
  transform: translateX(40px)
}

.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: none
}

.d1 {
  transition-delay: .1s !important
}

.d2 {
  transition-delay: .2s !important
}

.d3 {
  transition-delay: .3s !important
}

.d4 {
  transition-delay: .4s !important
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  overflow: hidden
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 59, 128, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 59, 128, .06) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none
}

.hero-fade {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 80%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .85) 70%, var(--white) 100%);
  pointer-events: none
}

.hero-orb {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 59, 128, .08) 0%, transparent 65%);
  animation: orbPulse 8s ease-in-out infinite;
  pointer-events: none
}

.hero-orb2 {
  position: absolute;
  bottom: -180px;
  left: -120px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(190, 185, 185, .12) 0%, transparent 65%);
  animation: orbPulse2 10s ease-in-out infinite;
  pointer-events: none
}

@keyframes orbPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.1);
    opacity: .6
  }
}

@keyframes orbPulse2 {

  0%,
  100% {
    transform: scale(1);
    opacity: .5
  }

  50% {
    transform: scale(1.15);
    opacity: .3
  }
}

/* NAV */
.hero-nav {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px 0
}

.hero-logo {
  height: 36px;
  opacity: 0;
  animation: fadeDown .7s .1s ease forwards
}

.hero-controls {
  display: inline-flex;
  align-items: center;
  gap: 26px
}

.lang-inline {
  display: inline-flex;
  align-items: center;
  opacity: 0;
  animation: fadeDown .7s .18s ease forwards
}

.lang-link {
  background: transparent;
  border: none;
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  cursor: pointer;
  transition: color .25s, opacity .25s;
  padding: 0;
  font-family: inherit
}

.lang-link:not(.active) {
  opacity: .46
}

.lang-link.active {
  color: var(--dark);
  opacity: 1
}

.lang-divider {
  color: rgba(34, 59, 128, .32);
  margin: 0 10px;
  font-size: 12px
}

.theme-inline {
  display: inline-flex;
  align-items: center;
  opacity: 0;
  animation: fadeDown .7s .25s ease forwards
}

.liquid-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 32px;
  border: none;
  border-radius: 999px;
  background: #D2D6E9;
  cursor: pointer;
  outline: none;
  transition: background .5s ease, box-shadow .35s ease;
  transform: translateZ(0)
}

.liquid-toggle:hover {
  box-shadow: 0 6px 18px rgba(34, 59, 128, .16)
}

.liquid-toggle.is-dark {
  background: var(--blue)
}

.liquid-toggle:not(.is-dark) .toggle-icon-sun {
  color: rgba(34, 59, 128, .88)
}

.liquid-toggle:not(.is-dark) .toggle-icon-moon {
  color: rgba(34, 59, 128, .34)
}

.liquid-toggle-svg {
  position: absolute;
  inset: 0;
  width: 64px;
  height: 32px;
  overflow: visible;
  filter: url(#gooey-toggle-filter)
}

.toggle-icon {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  color: rgba(34, 59, 128, .48);
  transition: color .35s ease, opacity .35s ease
}

.toggle-icon svg {
  width: 14px;
  height: 14px;
  stroke-width: 2
}

.toggle-icon-sun {
  left: 12px
}

.toggle-icon-moon {
  right: 12px
}

.toggle-blob {
  fill: #fff;
  transition: transform .5s cubic-bezier(.22, .68, 0, 1.2), opacity .45s ease
}

.toggle-blob-light {
  transform-origin: 18px 16px
}

.toggle-blob-dark {
  transform-origin: 46px 16px;
  transform: translateX(-16px) scale(0)
}

.liquid-toggle.is-dark .toggle-blob-light {
  transform: translateX(16px) scale(0)
}

.liquid-toggle.is-dark .toggle-blob-dark {
  transform: translateX(0) scale(1)
}

.liquid-toggle.is-dark .toggle-icon-sun {
  color: rgba(255, 255, 255, .38)
}

.liquid-toggle.is-dark .toggle-icon-moon {
  color: #223B80
}

/* HERO CONTENT */
.hero-body {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 24px 100px;
  max-width: 880px
}

.hero-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  width: 96px;
  height: 96px;
  border: none;
  background: var(--blue);
  border-radius: 50%;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp .9s .62s ease forwards;
  transition: box-shadow .3s, transform .3s;
  cursor: default;
  box-shadow:
    0 0 0 1.5px rgba(210, 175, 110, .6),
    0 0 18px rgba(210, 175, 110, .14),
    0 14px 40px rgba(0, 0, 0, .12)
}

.hero-badge:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 0 1.5px rgba(210, 175, 110, .9),
    0 0 22px rgba(210, 175, 110, .22),
    0 18px 44px rgba(0, 0, 0, .18)
}

.hero-badge .badge-t {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1;
  color: #E6C784;
  text-shadow: 0 1px 10px rgba(230, 199, 132, .2)
}

.hero-badge .badge-s {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(210, 175, 110, .85);
  line-height: 1
}

body[data-theme="dark"] .hero-badge {
  background: var(--navy);
  box-shadow:
    0 0 0 1.5px rgba(210, 175, 110, .6),
    0 0 18px rgba(210, 175, 110, .14),
    0 14px 40px rgba(0, 0, 0, .3)
}

body[data-theme="dark"] .hero-badge .badge-t {
  color: #E6C784
}

.hero-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 6vw, 60px);
  line-height: 1.08;
  color: var(--dark);
  margin: 0 0 28px;
  opacity: 0;
  animation: fadeUp .9s .45s ease forwards;
  letter-spacing: -.02em
}

.hero-title em {
  font-style: italic;
  color: var(--blue)
}

body[data-theme="dark"] .hero-title em {
  color: #8FAEE8
}

html:lang(zh-CN) .section-title,
html:lang(zh-CN) .price-card h3,
html:lang(zh-CN) .cta-footer h2,
html:lang(zh-CN) .hero-title,
html:lang(zh-CN) .hero-title em,
html:lang(zh-CN) .cta-footer h2 em {
  font-family: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', 'STSong', 'SimSun', serif;
  font-weight: 600;
}

html:lang(zh-CN) .hero-sub,
html:lang(zh-CN) .pain-intro,
html:lang(zh-CN) .solution-intro,
html:lang(zh-CN) .features-intro,
html:lang(zh-CN) .pricing-intro,
html:lang(zh-CN) .why-intro,
html:lang(zh-CN) .pain-copy p,
html:lang(zh-CN) .pain-copy h3,
html:lang(zh-CN) .bento-copy h3,
html:lang(zh-CN) .bento-copy p,
html:lang(zh-CN) .price-desc,
html:lang(zh-CN) .price-detail,
html:lang(zh-CN) .price-features li,
html:lang(zh-CN) .price-best,
html:lang(zh-CN) .why-card h3,
html:lang(zh-CN) .why-card p,
html:lang(zh-CN) .cta-footer p,
html:lang(zh-CN) .check-list li {
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', 'Noto Sans SC', 'Source Han Sans SC', sans-serif;
  letter-spacing: 0;
}

html:lang(zh-CN) .pain-copy h3,
html:lang(zh-CN) .bento-copy h3,
html:lang(zh-CN) .why-card h3 {
  font-weight: 600;
  font-style: normal;
}

.hero-sub {
  font-size: clamp(15px, 1.6vw, 17px);
  color: #6B6B6B;
  max-width: 520px;
  line-height: 1.75;
  margin-bottom: 18px;
  opacity: 0;
  animation: fadeUp .9s .55s ease forwards
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: fadeUp .9s .65s ease forwards;
  flex-wrap: wrap;
  justify-content: center;
  margin: 28px 0 0
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .42);
  backdrop-filter: blur(8px);
  color: var(--dark);
  font-weight: 600;
  font-size: 14px;
  padding: 13px 28px;
  border-radius: 28px;
  text-decoration: none;
  letter-spacing: .02em;
  border: 1px solid rgba(34, 59, 128, .22);
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
  font-family: inherit
}

.btn-primary:hover {
  background: rgba(255, 255, 255, .66);
  border-color: rgba(34, 59, 128, .38);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(34, 59, 128, .12)
}

.btn-primary svg {
  width: 16px;
  height: 16px
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .34);
  backdrop-filter: blur(8px);
  color: var(--dark);
  font-weight: 500;
  font-size: 14px;
  padding: 13px 28px;
  border-radius: 28px;
  text-decoration: none;
  border: 1px solid rgba(34, 59, 128, .18);
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
  font-family: inherit
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .58);
  border-color: rgba(34, 59, 128, .32);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(34, 59, 128, .1)
}

.btn-outline svg {
  width: 16px;
  height: 16px;
  opacity: .75
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-16px)
  }

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

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

/* Floating particles */
.particle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  animation: floatParticle linear infinite
}

@keyframes floatParticle {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0)
  }

  10% {
    opacity: .4
  }

  90% {
    opacity: .4
  }

  100% {
    opacity: 0;
    transform: translateY(-100vh) scale(1)
  }
}

/* GEMINI LINES */
.gemini-wrap {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: 210px;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeUp .9s .58s ease forwards
}

.gemini-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.gemini-wrap .hero-badge {
  position: relative;
  z-index: 10;
  margin: 0
}

/* SHARED */
.container {
  max-width: 960px;
  margin: 0 auto
}

.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px
}

.section-label::before {
  content: '';
  width: 18px;
  height: 1px;
  background: var(--blue)
}

.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(24px, 3.5vw, 38px);
  color: var(--dark);
  max-width: 580px;
  line-height: 1.25
}

/* DARK SECTIONS */
.dark-section {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(34, 59, 128, .08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(107, 140, 199, .08), transparent 24%),
    var(--white);
  color: var(--dark);
  overflow: hidden
}

.dark-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 59, 128, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 59, 128, .05) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none
}

.dark-section>.container {
  position: relative;
  z-index: 1
}

.dark-section .section-title {
  color: var(--dark)
}

.dark-alt {
  background:
    radial-gradient(circle at top left, rgba(34, 59, 128, .09), transparent 26%),
    radial-gradient(circle at bottom right, rgba(190, 185, 185, .16), transparent 22%),
    var(--white)
}

.pain,
.solution,
.features,
.pricing,
.why {
  padding: 80px 48px
}

/* PAIN */
.pain-head {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .8fr);
  gap: 40px;
  align-items: start;
  padding-top: 18px
}

.pain-title {
  max-width: 720px;
  font-family: 'DM Serif Display', serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.02em
}

.pain-intro {
  font-size: 16px;
  line-height: 1.5;
  color: #6B6B6B;
  max-width: 360px;
  padding-top: 10px
}

.features-head,
.pricing-head,
.why-head {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .8fr);
  gap: 40px;
  align-items: start;
  padding-top: 18px
}

.features-title,
.pricing-title,
.why-title {
  max-width: 720px;
  font-family: 'DM Serif Display', serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.02em
}

.features-intro,
.pricing-intro,
.why-intro,
.solution-intro {
  font-size: 16px;
  line-height: 1.5;
  color: #6B6B6B;
  max-width: 360px;
  padding-top: 10px
}

.pain-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 52px
}

.pain-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}


.pain-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.pain-visual {
  position: relative;
  min-height: 320px;
  border-radius: 14px;
  overflow: hidden
}

.pain-placeholder {
  position: absolute;
  inset: 0;
  border-radius: inherit
}

.pain-placeholder-mobile {
  background: linear-gradient(160deg, #F6F1EC 0%, #CD6A42 50%, #57302D 100%)
}

.pain-placeholder-workflow {
  background: linear-gradient(160deg, #F4E9E1 0%, #E2A07B 50%, #A35E47 100%)
}

.pain-placeholder-visibility {
  background: linear-gradient(160deg, #C7D7E5 0%, #7E9AB3 50%, #344D66 100%)
}

.pain-placeholder-extend {
  background: linear-gradient(160deg, #2A4230 0%, #1A3223 50%, #12271C 100%)
}

.pain-copy {
  display: grid;
  gap: 8px;
  padding: 0 4px 0 2px
}

.pain-copy h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.22;
  color: var(--dark);
  margin-bottom: 0
}

.pain-copy p {
  font-size: 13px;
  line-height: 1.65;
  color: #888;
  max-width: 290px
}

@media(max-width:1180px) {
  .pain-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px
  }
}

@media(max-width:900px) {
  .pain-head {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .pain-intro {
    max-width: 560px
  }

  .features-head,
  .pricing-head,
  .why-head {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .features-intro,
  .pricing-intro,
  .why-intro,
  .solution-intro {
    max-width: 560px
  }

  .pain-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px
  }

  .pain-visual {
    min-height: 180px
  }

  .pain-copy h3 {
    font-size: 14px;
    margin-top: 4px
  }
}

/* SOLUTION */
.solution-head {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .8fr);
  gap: 40px;
  align-items: start;
  padding-top: 18px
}

.solution-title {
  max-width: 720px;
  font-family: 'DM Serif Display', serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.02em
}

.check-list {
  list-style: none;
  margin-top: 18px;
  counter-reset: check-counter
}

.check-list li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(34, 59, 128, .08);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  color: var(--dark);
  counter-increment: check-counter;
  transition: color .2s
}

.check-list li::before {
  content: counter(check-counter, decimal-leading-zero);
  font-size: 11px;
  font-weight: 600;
  color: rgba(34, 59, 128, .35);
  letter-spacing: .02em;
  flex-shrink: 0;
  width: 20px
}

.check-list li:hover {
  color: var(--blue)
}

.check-list li:last-child {
  border-bottom: none
}

/* FLOW DIAGRAM */
.flow-diagram {
  margin-top: 46px;
  padding: 0
}

.flow-cols-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(76px, .42fr) minmax(0, 1fr) minmax(76px, .42fr) minmax(0, 1fr);
  align-items: end;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  color: rgba(34, 59, 128, .52);
  text-transform: uppercase;
  margin-bottom: 14px
}

.fch-left,
.fch-center,
.fch-right {
  text-align: center
}

.fch-left {
  grid-column: 1
}

.fch-center {
  grid-column: 3
}

.fch-right {
  grid-column: 5
}

.flow-visual-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(76px, .42fr) minmax(0, 1fr) minmax(76px, .42fr) minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 0;
  min-height: 180px
}

/* Shape grid */
.flow-shapes {
  display: grid;
  grid-template-columns: repeat(5, 20px);
  gap: 8px;
  justify-self: center;
  flex-shrink: 0
}

.fs {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity .4s ease
}

.flow-diagram.animated .fs {
  opacity: 1
}

.fs:nth-child(1) {
  transition-delay: 0s
}

.fs:nth-child(2) {
  transition-delay: .04s
}

.fs:nth-child(3) {
  transition-delay: .08s
}

.fs:nth-child(4) {
  transition-delay: .12s
}

.fs:nth-child(5) {
  transition-delay: .16s
}

.fs:nth-child(6) {
  transition-delay: .06s
}

.fs:nth-child(7) {
  transition-delay: .1s
}

.fs:nth-child(8) {
  transition-delay: .14s
}

.fs:nth-child(9) {
  transition-delay: .18s
}

.fs:nth-child(10) {
  transition-delay: .22s
}

.fs:nth-child(11) {
  transition-delay: .12s
}

.fs:nth-child(12) {
  transition-delay: .16s
}

.fs:nth-child(13) {
  transition-delay: .2s
}

.fs:nth-child(14) {
  transition-delay: .24s
}

.fs:nth-child(15) {
  transition-delay: .28s
}

.fs:nth-child(16) {
  transition-delay: .18s
}

.fs:nth-child(17) {
  transition-delay: .22s
}

.fs:nth-child(18) {
  transition-delay: .26s
}

.fs:nth-child(19) {
  transition-delay: .3s
}

.fs:nth-child(20) {
  transition-delay: .34s
}

.fs:nth-child(21) {
  transition-delay: .24s
}

.fs:nth-child(22) {
  transition-delay: .28s
}

.fs:nth-child(23) {
  transition-delay: .32s
}

.fs:nth-child(24) {
  transition-delay: .36s
}

.fs:nth-child(25) {
  transition-delay: .4s
}

.flow-diagram.animated .fs {
  animation: shapeBreathe 3.5s ease-in-out infinite;
  animation-delay: inherit
}

.fs:nth-child(odd) {
  animation-delay: 0s !important
}

.fs:nth-child(3n) {
  animation-delay: .6s !important
}

.fs:nth-child(4n) {
  animation-delay: 1.2s !important
}

.fs:nth-child(5n) {
  animation-delay: 1.8s !important
}

@keyframes shapeBreathe {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .45
  }
}

.fs-circle {
  border-radius: 50%;
  background: rgba(34, 59, 128, .18);
  border: 1.5px solid rgba(34, 59, 128, .32)
}

.fs-diamond {
  transform: rotate(45deg) scale(.82);
  background: rgba(34, 59, 128, .14);
  border: 1.5px solid rgba(34, 59, 128, .28)
}

.fs-square {
  border-radius: 2px;
  background: rgba(34, 59, 128, .16);
  border: 1.5px solid rgba(34, 59, 128, .3)
}

.fs-cross {
  background: transparent;
  position: relative
}

.fs-cross::before,
.fs-cross::after {
  content: '';
  position: absolute;
  background: rgba(34, 59, 128, .3);
  border-radius: 1px
}

.fs-cross::before {
  width: 2px;
  height: 16px;
  top: 2px;
  left: 9px
}

.fs-cross::after {
  width: 16px;
  height: 2px;
  top: 9px;
  left: 2px
}

/* Connectors */
.flow-link {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 76px;
  padding: 0 10px
}

.flow-link-line {
  flex: 1;
  height: 2px;
  background: rgba(34, 59, 128, .15);
  position: relative;
  overflow: hidden;
  border-radius: 1px
}

.flow-link-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(210, 175, 110, .7), transparent);
  animation: lineFlow 2.4s ease-in-out infinite
}

@keyframes lineFlow {
  0% {
    left: -100%;
    opacity: 0
  }

  20% {
    opacity: 1
  }

  80% {
    opacity: 1
  }

  100% {
    left: 200%;
    opacity: 0
  }
}

.flow-link-plus {
  font-size: 11px;
  color: rgba(34, 59, 128, .35);
  font-weight: 500;
  line-height: 1
}

/* 3D Cube */
.flow-cube-wrap {
  perspective: 600px;
  justify-self: center;
  flex-shrink: 0;
  position: relative;
  width: 130px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center
}

.flow-cube-glow {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 59, 128, .1) 0%, transparent 70%);
  animation: cubeGlow 4s ease-in-out infinite;
  pointer-events: none
}

.flow-cube {
  width: 80px;
  height: 80px;
  position: relative;
  transform-style: preserve-3d;
  animation: cubeSpin 20s linear infinite
}

.cube-face {
  position: absolute;
  width: 80px;
  height: 80px
}

.cube-front {
  background: var(--blue);
  border: 1.5px solid rgba(210, 175, 110, .4);
  transform: translateZ(40px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 18px rgba(210, 175, 110, .08)
}

.cube-front span {
  font-size: 15px;
  font-weight: 600;
  color: #E6C784;
  letter-spacing: .02em
}

.cube-back {
  background: rgba(34, 59, 128, .7);
  border: 1.5px solid rgba(210, 175, 110, .2);
  transform: rotateY(180deg) translateZ(40px)
}

.cube-top {
  background: rgba(34, 59, 128, .5);
  border: 1.5px solid rgba(210, 175, 110, .15);
  transform: rotateX(90deg) translateZ(40px)
}

.cube-bottom {
  background: rgba(34, 59, 128, .85);
  border: 1.5px solid rgba(210, 175, 110, .25);
  transform: rotateX(-90deg) translateZ(40px)
}

.cube-right {
  background: rgba(34, 59, 128, .65);
  border: 1.5px solid rgba(210, 175, 110, .2);
  transform: rotateY(90deg) translateZ(40px)
}

.cube-left {
  background: rgba(34, 59, 128, .55);
  border: 1.5px solid rgba(210, 175, 110, .18);
  transform: rotateY(-90deg) translateZ(40px)
}

@keyframes cubeSpin {
  0% {
    transform: rotateX(-20deg) rotateY(0deg)
  }

  100% {
    transform: rotateX(-20deg) rotateY(360deg)
  }
}

@keyframes cubeGlow {

  0%,
  100% {
    opacity: .4;
    transform: scale(1)
  }

  50% {
    opacity: 1;
    transform: scale(1.12)
  }
}

/* Output bars */
.flow-bars {
  justify-self: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 120px
}

.fb {
  height: 14px;
  background: rgba(34, 59, 128, .05);
  border-radius: 2px;
  overflow: hidden
}

.fb-fill {
  height: 100%;
  width: 0;
  border-radius: 2px;
  background: repeating-linear-gradient(-45deg,
      rgba(34, 59, 128, .2),
      rgba(34, 59, 128, .2) 2px,
      rgba(34, 59, 128, .08) 2px,
      rgba(34, 59, 128, .08) 4px);
  border: 1px solid rgba(34, 59, 128, .15);
  transition: width 1.6s ease-in-out
}

.flow-diagram.animated .fb-fill {
  width: var(--bar-w)
}

.fb:nth-child(1) .fb-fill {
  transition-delay: .3s
}

.fb:nth-child(2) .fb-fill {
  transition-delay: .42s
}

.fb:nth-child(3) .fb-fill {
  transition-delay: .54s
}

.fb:nth-child(4) .fb-fill {
  transition-delay: .66s
}

.fb:nth-child(5) .fb-fill {
  transition-delay: .78s
}

.fb:nth-child(6) .fb-fill {
  transition-delay: .9s
}

/* Info row */
.flow-info-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(76px, .42fr) minmax(0, 1fr) minmax(76px, .42fr) minmax(0, 1fr);
  column-gap: 0;
  margin-top: 36px
}

.flow-info {
  text-align: left
}

.flow-info:nth-child(1) {
  grid-column: 1
}

.flow-info:nth-child(2) {
  grid-column: 3
}

.flow-info:nth-child(3) {
  grid-column: 5
}

.flow-info strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px
}

.flow-info p {
  font-size: 13px;
  color: #888888;
  line-height: 1.6;
  margin: 0
}

@media(max-width:900px) {
  .solution {
    padding: 72px 32px 68px
  }

  .solution-head {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .flow-diagram {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .flow-cols-header,
  .flow-visual-row,
  .flow-info-row {
    display: contents
  }

  /* Step 1: DATA */
  .fch-left {
    order: 1;
    margin-bottom: 14px;
    display: block
  }

  .flow-shapes {
    order: 2;
    margin-bottom: 16px
  }

  .flow-info:nth-child(1) {
    order: 3;
    margin-bottom: 32px
  }

  .flow-visual-row .flow-link:nth-of-type(2) {
    order: 4;
    margin-bottom: 32px
  }

  /* Step 2: ENGINE */
  .fch-center {
    order: 5;
    margin-bottom: 14px;
    display: block
  }

  .flow-cube-wrap {
    order: 6;
    margin-bottom: 16px
  }

  .flow-info:nth-child(2) {
    order: 7;
    margin-bottom: 32px
  }

  .flow-visual-row .flow-link:nth-of-type(4) {
    order: 8;
    margin-bottom: 32px
  }

  /* Step 3: OUTPUT */
  .fch-right {
    order: 9;
    margin-bottom: 14px;
    display: block
  }

  .flow-bars {
    order: 10;
    margin-bottom: 16px
  }

  .flow-info:nth-child(3) {
    order: 11
  }

  .fch-left,
  .fch-center,
  .fch-right {
    font-size: 11px;
    font-weight: 700;
    color: var(--blue3);
    letter-spacing: .15em;
    text-align: center
  }

  .flow-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 2px;
    height: 50px;
    min-width: 0;
    padding: 0;
    margin: 10px auto;
    transform: none
  }

  .flow-link-plus {
    display: none
  }

  .flow-link-line {
    width: 2px;
    height: 100%;
    background: rgba(34, 59, 128, .15);
    position: relative;
    overflow: hidden
  }

  .flow-link-line::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    left: 0;
    top: -100%;
    background: linear-gradient(180deg, transparent, rgba(210, 175, 110, .7), transparent);
    animation: lineFlowVertical 2.4s ease-in-out infinite
  }

  @keyframes lineFlowVertical {
    0% {
      top: -100%;
      opacity: 0
    }

    20% {
      opacity: 1
    }

    80% {
      opacity: 1
    }

    100% {
      top: 200%;
      opacity: 0
    }
  }

  .flow-info {
    text-align: center;
    max-width: 480px;
    padding: 0 10px
  }

  .flow-info strong {
    font-size: 15px;
    margin-bottom: 8px
  }
}

@media(max-width:600px) {
  .solution {
    padding: 56px 20px 48px
  }

  .solution-title {
    font-size: clamp(28px, 7vw, 36px)
  }

  .flow-diagram {
    margin-top: 32px
  }

  .flow-shapes {
    grid-template-columns: repeat(5, 16px);
    gap: 6px
  }

  .fs {
    width: 16px;
    height: 16px
  }

  .flow-cube-wrap {
    width: 110px;
    height: 120px
  }

  .flow-cube {
    width: 64px;
    height: 64px
  }

  .cube-face {
    width: 64px;
    height: 64px
  }

  .cube-front {
    transform: translateZ(32px)
  }

  .cube-back {
    transform: rotateY(180deg) translateZ(32px)
  }

  .cube-top {
    transform: rotateX(90deg) translateZ(32px)
  }

  .cube-bottom {
    transform: rotateX(-90deg) translateZ(32px)
  }

  .cube-right {
    transform: rotateY(90deg) translateZ(32px)
  }

  .cube-left {
    transform: rotateY(-90deg) translateZ(32px)
  }

  .flow-bars {
    width: 100px
  }

  .flow-link {
    min-width: 40px
  }

  .flow-info strong {
    font-size: 13px
  }

  .flow-info p {
    font-size: 12px
  }
}

/* FEATURES — BENTO GRID */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 14px;
  margin-top: 44px
}

.bento-card {
  background:
    radial-gradient(circle at top right, rgba(34, 59, 128, .05), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 255, .90));
  border: 1px solid rgba(34, 59, 128, .10);
  border-radius: 16px;
  padding: 22px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  transition: border-color .25s, transform .3s cubic-bezier(.22, .68, 0, 1.2), box-shadow .3s;
  cursor: default;
  position: relative;
  overflow: hidden;
  min-height: 220px
}

.bento-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 59, 128, .28), transparent);
  opacity: 0;
  transition: opacity .3s
}

.bento-card:hover::before {
  opacity: 1
}

.bento-card:hover {
  border-color: rgba(34, 59, 128, .22);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(34, 59, 128, .08)
}

.bento-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, .9fr);
  align-items: center;
  gap: 16px;
  min-height: 200px
}

.bento-tall {
  grid-row: span 2;
  min-height: 0
}

.bento-copy {
  position: relative;
  z-index: 1
}

.bento-copy h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 6px;
  letter-spacing: 0
}

.bento-copy p {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  max-width: 32ch;
  margin: 0
}

.bento-art {
  color: rgba(34, 59, 128, .48);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 90px;
  pointer-events: none
}

.bento-art svg {
  width: 100%;
  max-width: 130px;
  height: auto;
  overflow: visible;
  opacity: 0.06;
  transition: opacity .5s ease
}

.bento-card.animated .bento-art svg {
  opacity: 1
}

.bento-art svg path,
.bento-art svg rect,
.bento-art svg circle,
.bento-art svg line,
.bento-art svg ellipse {
  vector-effect: non-scaling-stroke
}

.bento-wide .bento-art svg {
  max-width: 200px
}

.bento-tall .bento-art {
  min-height: 140px
}

.bento-tall .bento-art svg {
  width: auto;
  max-width: 120px;
  max-height: 120px
}

/* Bento SVG draw-in animation */
.bento-card .bento-art svg path,
.bento-card .bento-art svg circle,
.bento-card .bento-art svg rect,
.bento-card .bento-art svg line,
.bento-card .bento-art svg ellipse {
  stroke-dasharray: var(--path-len, 800);
  stroke-dashoffset: var(--path-len, 800);
  transition: stroke-dashoffset 1.4s cubic-bezier(.4, 0, .2, 1)
}

.bento-card.animated .bento-art svg path,
.bento-card.animated .bento-art svg circle,
.bento-card.animated .bento-art svg rect,
.bento-card.animated .bento-art svg line,
.bento-card.animated .bento-art svg ellipse {
  stroke-dashoffset: 0
}

.bento-card .bento-art svg *:nth-child(2) {
  transition-delay: .08s
}

.bento-card .bento-art svg *:nth-child(3) {
  transition-delay: .16s
}

.bento-card .bento-art svg *:nth-child(4) {
  transition-delay: .24s
}

.bento-card .bento-art svg *:nth-child(5) {
  transition-delay: .32s
}

.bento-card .bento-art svg *:nth-child(6) {
  transition-delay: .40s
}

.bento-card .bento-art svg *:nth-child(7) {
  transition-delay: .48s
}

.bento-card .bento-art svg *:nth-child(8) {
  transition-delay: .56s
}

.bento-card .bento-art svg *:nth-child(9) {
  transition-delay: .64s
}

.bento-card .bento-art svg *:nth-child(10) {
  transition-delay: .72s
}

@media(max-width:1080px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .bento-tall {
    grid-row: span 1
  }

  .bento-card {
    min-height: 200px
  }
}

@media(max-width:680px) {
  .features {
    padding: 60px 20px
  }

  .bento-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .bento-card,
  .bento-wide,
  .bento-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: auto
  }

  .bento-wide {
    display: flex;
    flex-direction: column
  }

  .bento-card {
    min-height: 180px;
    flex-direction: column
  }

  .bento-art {
    min-height: 100px;
    order: -1
  }

  .bento-art svg {
    max-width: 120px
  }

  .bento-wide .bento-art svg {
    max-width: 160px
  }
}

/* Bento smooth scroll-in */
.bento-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s cubic-bezier(.22, .68, 0, 1), transform .6s cubic-bezier(.22, .68, 0, 1), border-color .25s, box-shadow .3s
}

.bento-card:nth-child(2) {
  transition-delay: .1s
}

.bento-card:nth-child(3) {
  transition-delay: .18s
}

.bento-card:nth-child(4) {
  transition-delay: .26s
}

.bento-card:nth-child(5) {
  transition-delay: .34s
}

.bento-card:nth-child(6) {
  transition-delay: .42s
}

.bento-card.animated {
  opacity: 1;
  transform: translateY(0)
}

/* BEFORE/AFTER */
.bva {
  padding: 80px 48px
}

.bva-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 13px;
  overflow: hidden;
  margin-top: 44px;
  border: 1px solid rgba(34, 59, 128, .12);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 42px rgba(34, 59, 128, .08)
}

.bva-table th,
.bva-table td {
  padding: 15px 22px;
  font-size: 13px;
  text-align: left
}

.bva-table thead tr {
  background: rgba(34, 59, 128, .06)
}

.bva-table th {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6B6B6B;
  border-bottom: 1px solid rgba(34, 59, 128, .1)
}

.bva-table th:first-child {
  color: var(--dark)
}

.bva-table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(34, 59, 128, .06)
}

.bva-table td:first-child {
  color: #6B6B6B
}

.col-before {
  color: var(--red)
}

.col-after {
  color: var(--green);
  font-weight: 500
}

.bva-table tr:nth-child(even) td {
  background: rgba(34, 59, 128, .02)
}

.bva-table tbody tr {
  transition: background .18s
}

.bva-table tbody tr:hover td {
  background: rgba(34, 59, 128, .05) !important
}

/* PRICING */
.pricing-plans {
  margin-top: 44px
}

.plan-block {
  border-top: 1px solid rgba(34, 59, 128, .10);
  padding: 40px 0
}

.plan-block:last-child {
  border-bottom: 1px solid rgba(34, 59, 128, .10)
}

.plan-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  margin-bottom: 28px
}

.plan-number {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(34, 59, 128, .40);
  display: block;
  margin-bottom: 10px
}

.plan-block h3 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 6px;
  line-height: 1.1
}

.plan-desc {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px
}

.plan-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
  margin-bottom: 2px
}

.plan-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(34, 59, 128, .12);
  background: rgba(34, 59, 128, .08);
  font-size: 11px;
  font-weight: 600;
  color: #526EA9;
  white-space: nowrap;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase
}

body[data-theme="dark"] .plan-tag {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: #ccc
}



.plan-price {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 3.2vw, 38px);
  color: var(--dark);
  white-space: nowrap;
  line-height: 1;
  text-align: right
}

.plan-price>span {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #888;
  font-weight: 400;
  text-align: right;
  margin-top: 5px
}

.plan-feats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
  margin-bottom: 28px
}

.plan-feats li {
  font-size: 13px;
  color: #6B6B6B;
  padding: 9px 0;
  border-bottom: 1px solid rgba(34, 59, 128, .06);
  display: flex;
  align-items: center;
  gap: 12px
}

.plan-feats li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(34, 59, 128, .35);
  flex-shrink: 0
}

.plan-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--dark);
  text-decoration: none;
  transition: color .2s, gap .2s
}

.plan-cta svg {
  width: 14px;
  height: 14px
}

.plan-cta:hover {
  color: var(--blue3);
  gap: 10px
}

@media(max-width:680px) {
  .plan-header {
    grid-template-columns: 1fr
  }

  .plan-price {
    text-align: left
  }

  .plan-feats {
    grid-template-columns: 1fr
  }
}

/* WHY */
.why {
  border-top: 1px solid rgba(34, 59, 128, .08)
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  margin-top: 44px
}

.why-card {
  border-left: 1px solid rgba(34, 59, 128, .16);
  padding: 18px 28px 0 28px;
  min-height: 220px;
  transition: border-color .2s, transform .25s
}

.why-card:hover {
  border-left-color: var(--blue2);
  transform: translateX(4px)
}

.why-icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  color: rgba(34, 59, 128, .48)
}

.why-icon svg {
  width: 80px;
  height: 80px;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  opacity: 0.06;
  transition: transform .3s ease, color .3s ease, opacity .5s ease
}

.why-card.animated .why-icon svg {
  opacity: 1
}

.why-card.svg-no-transition .why-icon svg,
.bento-card.svg-no-transition .bento-art svg {
  transition: none !important;
  opacity: 0.06 !important
}

.why-card.svg-no-transition .why-icon svg *,
.bento-card.svg-no-transition .bento-art svg * {
  transition: none !important;
  stroke-dashoffset: var(--path-len, 800) !important
}

/* Why SVG draw-in animation */
.why-icon svg path,
.why-icon svg circle,
.why-icon svg rect,
.why-icon svg line {
  stroke-dasharray: var(--path-len, 800);
  stroke-dashoffset: var(--path-len, 800);
  transition: stroke-dashoffset 1.4s cubic-bezier(.4, 0, .2, 1)
}

.why-card.animated .why-icon svg path,
.why-card.animated .why-icon svg circle,
.why-card.animated .why-icon svg rect,
.why-card.animated .why-icon svg line {
  stroke-dashoffset: 0
}

.why-card:nth-child(2) .why-icon svg * {
  transition-delay: .12s
}

.why-card:nth-child(3) .why-icon svg * {
  transition-delay: .24s
}

.why-card:nth-child(4) .why-icon svg * {
  transition-delay: .36s
}

.why-card:hover .why-icon svg {
  transform: translateY(-2px) scale(1.04)
}

.why-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
  line-height: 1.2;
  letter-spacing: 0
}

.why-card p {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  max-width: 32ch;
  margin: 0
}

@media(max-width:900px) {
  .why-grid {
    gap: 18px
  }

  .why-card {
    min-height: 0;
    padding: 14px 0 0 20px
  }

  .why-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 14px
  }

  .why-icon svg {
    width: 70px;
    height: 70px
  }
}

/* CTA */
.cta-footer {
  padding: 100px 48px 60px;
  position: relative;
  overflow: hidden;
  text-align: center
}

.cta-frame {
  position: relative;
  padding: 10px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(225, 233, 246, .86));
  border: 1px solid rgba(34, 59, 128, .16);
  box-shadow: 0 28px 70px rgba(15, 17, 24, .12);
  overflow: hidden;
  margin-top: 48px
}

.cta-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px 52px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(30, 56, 120, .96) 0%, rgba(15, 25, 53, .98) 100%);
  overflow: hidden;
  isolation: isolate
}

.cta-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .52));
  pointer-events: none
}

.cta-shell::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(177, 197, 255, .16), transparent 72%);
  pointer-events: none
}

.cta-copy,
.cta-visual {
  position: relative;
  z-index: 1
}

.cta-footer h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 4.2vw, 48px);
  color: var(--dark);
  max-width: 680px;
  margin: 0 auto 28px;
  line-height: 1.1;
  letter-spacing: -.02em
}

.cta-footer h2 em {
  font-style: italic;
  color: var(--blue)
}

.cta-footer p {
  color: #6B6B6B;
  max-width: 580px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.7
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px
}

.cta-actions .btn-primary,
.cta-actions .btn-outline {
  animation: none;
  opacity: 1
}

.cta-actions .btn-primary {
  background: var(--white);
  color: var(--blue);
  border-color: rgba(255, 255, 255, .3);
  box-shadow: 0 14px 34px rgba(12, 18, 36, .24)
}

.cta-actions .btn-primary:hover {
  background: #F3F7FF;
  border-color: transparent
}

.cta-actions .btn-outline {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none
}

.cta-actions .btn-outline:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .28)
}

.cta-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.cta-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  letter-spacing: .02em;
  backdrop-filter: blur(10px)
}

.cta-points li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #B1C5FF;
  box-shadow: 0 0 0 4px rgba(177, 197, 255, .12)
}

.cta-visual {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px
}

.cta-visual::before {
  content: '';
  position: absolute;
  inset: 30px 26px 24px 40px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px)
}

.cta-card {
  position: absolute;
  width: min(270px, 74vw);
  min-height: 190px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(240, 245, 255, .96) 100%);
  border: 1px solid rgba(177, 197, 255, .65);
  box-shadow: 0 26px 54px rgba(8, 12, 24, .24);
  color: var(--dark);
  transition: transform .4s cubic-bezier(.22, .68, 0, 1.2), box-shadow .35s ease;
  overflow: hidden
}

.cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0) 0 58%, rgba(255, 255, 255, .56) 58%, rgba(255, 255, 255, 0) 74%),
    radial-gradient(circle at top left, rgba(255, 255, 255, .58), transparent 32%);
  pointer-events: none;
  animation: shineScan 6s infinite ease-in-out;
}

@keyframes shineScan {
  0% { transform: translateX(-100%) rotate(45deg); opacity: 0; }
  20% { opacity: 0.5; }
  50% { transform: translateX(100%) rotate(45deg); opacity: 0; }
  100% { transform: translateX(100%) rotate(45deg); opacity: 0; }
}
.cta-card-back {
  transform: rotate(-10deg) translate(-42px, 14px);
  opacity: .96
}

.cta-card-front {
  transform: rotate(8deg) translate(64px, -8px)
}

.cta-frame:hover .cta-card-back {
  transform: rotate(-13deg) translate(-56px, 6px);
  box-shadow: 0 32px 58px rgba(8, 12, 24, .3)
}

.cta-frame:hover .cta-card-front {
  transform: rotate(10deg) translate(72px, -18px);
  box-shadow: 0 34px 62px rgba(8, 12, 24, .32)
}

.cta-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px
}

.cta-card-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue)
}

.cta-card-mark {
  width: 18px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #223B80 0%, #6B8CC7 100%)
}

.cta-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(34, 59, 128, .08);
  color: #526EA9;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase
}

.cta-card-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(34, 59, 128, .1);
  margin-bottom: 10px
}

.cta-card-line-lg {
  width: 72%;
  height: 14px;
  background: rgba(34, 59, 128, .14)
}

.cta-card-line-soft {
  width: 84%;
  background: rgba(34, 59, 128, .08);
  margin-bottom: 16px
}

.cta-card-chart {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 60px;
  margin: 18px 0 20px
}

.cta-card-chart span {
  flex: 1;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #B1C5FF 0%, #6B8CC7 100%);
  opacity: .94
}

.cta-card-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 18px
}

.cta-metric {
  padding: 12px;
  border-radius: 18px;
  background: rgba(34, 59, 128, .06);
  border: 1px solid rgba(34, 59, 128, .08)
}

.cta-metric strong {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 26px;
  line-height: 1;
  color: var(--blue);
  margin-bottom: 4px
}

.cta-metric span {
  font-size: 11px;
  color: #6B6B6B;
  letter-spacing: .06em;
  text-transform: uppercase
}

.cta-card-foot {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #6B6B6B;
  letter-spacing: .04em;
  text-transform: uppercase
}

.cta-signal {
  position: absolute;
  right: 12px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(11, 19, 40, .84);
  color: rgba(255, 255, 255, .85);
  font-size: 12px;
  box-shadow: 0 16px 30px rgba(6, 10, 22, .18)
}

.cta-signal::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3D9E72;
  box-shadow: 0 0 0 5px rgba(61, 158, 114, .15)
}

@media(max-width:900px) {
  .cta-shell {
    padding: 38px 28px 32px
  }

  .cta-footer h2,
  .cta-footer p {
    max-width: none
  }
}

body[data-theme="dark"] {
  background: var(--navy);
  color: rgba(255, 255, 255, .9)
}

body[data-theme="dark"] .hero {
  background:
    radial-gradient(circle at top right, rgba(74, 107, 174, .22), transparent 30%),
    radial-gradient(circle at bottom left, rgba(61, 158, 114, .12), transparent 24%),
    linear-gradient(180deg, #121826 0%, #0F1118 100%);
}

body[data-theme="dark"] .hero-grid,
body[data-theme="dark"] .dark-section::before {
  background-image:
    linear-gradient(rgba(177, 197, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(177, 197, 255, .08) 1px, transparent 1px)
}

body[data-theme="dark"] .hero-fade {
  background: radial-gradient(ellipse at 50% 80%, rgba(15, 17, 24, 0) 0%, rgba(15, 17, 24, .82) 68%, #0F1118 100%)
}

body[data-theme="dark"] .hero-title,
body[data-theme="dark"] .section-title,
body[data-theme="dark"] .pain-card strong,
body[data-theme="dark"] .bento-copy h3,
body[data-theme="dark"] .price-card h3,
body[data-theme="dark"] .why-card h3,
body[data-theme="dark"] .cta-footer h2,
body[data-theme="dark"] .flow-label {
  color: var(--white)
}

body[data-theme="dark"] .hero-sub,
body[data-theme="dark"] .pain-card p,
body[data-theme="dark"] .bento-copy p,
body[data-theme="dark"] .price-desc,
body[data-theme="dark"] .price-detail,
body[data-theme="dark"] .price-main span,
body[data-theme="dark"] .price-features li,
body[data-theme="dark"] .price-best,
body[data-theme="dark"] .bva-table th,
body[data-theme="dark"] .bva-table td:first-child,
body[data-theme="dark"] .why-card p,
body[data-theme="dark"] .cta-footer p {
  color: rgba(255, 255, 255, .68)
}

body[data-theme="dark"] .why-card {
  border-left-color: rgba(177, 197, 255, .18)
}

body[data-theme="dark"] .why-icon {
  color: rgba(177, 197, 255, .65)
}

body[data-theme="dark"] .check-list li {
  color: rgba(255, 255, 255, .7);
  border-bottom-color: rgba(177, 197, 255, .08)
}

body[data-theme="dark"] .flow-cols-header {
  color: rgba(177, 197, 255, .52)
}

body[data-theme="dark"] .flow-info strong {
  color: var(--white)
}

body[data-theme="dark"] .flow-info p {
  color: rgba(255, 255, 255, .58)
}

body[data-theme="dark"] .flow-link-plus {
  color: rgba(177, 197, 255, .3)
}

body[data-theme="dark"] .fs-circle {
  background: rgba(177, 197, 255, .18);
  border-color: rgba(177, 197, 255, .32)
}

body[data-theme="dark"] .fs-diamond {
  background: rgba(177, 197, 255, .14);
  border-color: rgba(177, 197, 255, .28)
}

body[data-theme="dark"] .fs-square {
  background: rgba(177, 197, 255, .16);
  border-color: rgba(177, 197, 255, .3)
}

body[data-theme="dark"] .fs-cross::before,
body[data-theme="dark"] .fs-cross::after {
  background: rgba(177, 197, 255, .3)
}

body[data-theme="dark"] .cube-front {
  background: var(--navy);
  border-color: rgba(210, 175, 110, .5);
  box-shadow: 0 0 18px rgba(210, 175, 110, .1)
}

body[data-theme="dark"] .cube-front span {
  color: #E6C784
}

body[data-theme="dark"] .cube-top {
  background: rgba(15, 17, 24, .9);
  border-color: rgba(210, 175, 110, .2)
}

body[data-theme="dark"] .cube-right {
  background: rgba(15, 17, 24, .7);
  border-color: rgba(210, 175, 110, .25)
}

body[data-theme="dark"] .cube-back {
  background: rgba(15, 17, 24, .95);
  border-color: rgba(210, 175, 110, .15)
}

body[data-theme="dark"] .cube-bottom {
  background: rgba(15, 17, 24, .8);
  border-color: rgba(210, 175, 110, .2)
}

body[data-theme="dark"] .cube-left {
  background: rgba(15, 17, 24, .85);
  border-color: rgba(210, 175, 110, .18)
}

body[data-theme="dark"] .flow-cube-glow {
  background: radial-gradient(circle, rgba(210, 175, 110, .08) 0%, transparent 70%)
}

body[data-theme="dark"] .fb {
  background: rgba(177, 197, 255, .06)
}

body[data-theme="dark"] .fb-fill {
  background: repeating-linear-gradient(-45deg,
      rgba(177, 197, 255, .2),
      rgba(177, 197, 255, .2) 2px,
      rgba(177, 197, 255, .08) 2px,
      rgba(177, 197, 255, .08) 4px);
  border-color: rgba(177, 197, 255, .15)
}

body[data-theme="dark"] .flow-link-line {
  background: rgba(177, 197, 255, .18)
}

body[data-theme="dark"] .flow-link-line::after {
  background: linear-gradient(90deg, transparent, rgba(210, 175, 110, .6), transparent)
}

body[data-theme="dark"] .check-list li::before {
  color: rgba(210, 175, 110, .45)
}

body[data-theme="dark"] .check-list li:hover {
  color: var(--white)
}

body[data-theme="dark"] .pain-intro,
body[data-theme="dark"] .solution-intro,
body[data-theme="dark"] .features-intro,
body[data-theme="dark"] .pricing-intro,
body[data-theme="dark"] .why-intro,
body[data-theme="dark"] .pain-copy p {
  color: rgba(255, 255, 255, .68)
}

body[data-theme="dark"] .pain-copy h3 {
  color: var(--white)
}

body[data-theme="dark"] .hero-logo {
  filter: brightness(0) invert(1)
}

body[data-theme="dark"] .lang-link {
  color: rgba(255, 255, 255, .78)
}

body[data-theme="dark"] .lang-link.active {
  color: var(--white)
}

body[data-theme="dark"] .lang-divider {
  color: rgba(177, 197, 255, .5)
}

body[data-theme="dark"] .liquid-toggle {
  background: rgba(177, 197, 255, .18);
  box-shadow: inset 0 0 0 1px rgba(177, 197, 255, .08)
}

body[data-theme="dark"] .liquid-toggle.is-dark {
  background: rgba(177, 197, 255, .24)
}

body[data-theme="dark"] .btn-outline,
body[data-theme="dark"] .btn-primary {
  color: var(--white);
  background: rgba(177, 197, 255, .06);
  border-color: rgba(177, 197, 255, .24);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2)
}

body[data-theme="dark"] .btn-outline:hover,
body[data-theme="dark"] .btn-primary:hover {
  background: rgba(177, 197, 255, .12);
  border-color: rgba(177, 197, 255, .4)
}

body[data-theme="dark"] .cta-frame {
  background: linear-gradient(135deg, rgba(17, 23, 36, .96), rgba(28, 36, 56, .9));
  border-color: rgba(177, 197, 255, .18);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .32)
}

body[data-theme="dark"] .cta-shell {
  background: linear-gradient(135deg, rgba(22, 39, 83, .98) 0%, rgba(10, 16, 33, 1) 100%)
}

body[data-theme="dark"] .cta-shell::before {
  background-image:
    linear-gradient(rgba(177, 197, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(177, 197, 255, .08) 1px, transparent 1px)
}

body[data-theme="dark"] .cta-footer h2 em {
  color: #B1C5FF
}

body[data-theme="dark"] .cta-points li {
  background: rgba(177, 197, 255, .08);
  border-color: rgba(177, 197, 255, .16);
  color: rgba(255, 255, 255, .82)
}

body[data-theme="dark"] .cta-visual::before {
  background: linear-gradient(180deg, rgba(177, 197, 255, .08), rgba(255, 255, 255, .02));
  border-color: rgba(177, 197, 255, .12)
}

body[data-theme="dark"] .cta-actions .btn-primary {
  background: var(--white);
  color: var(--blue);
  border-color: transparent
}

body[data-theme="dark"] .cta-actions .btn-primary:hover {
  background: #F3F7FF;
  border-color: transparent
}

body[data-theme="dark"] .cta-actions .btn-outline {
  color: var(--white);
  background: rgba(177, 197, 255, .08);
  border-color: rgba(177, 197, 255, .22);
  box-shadow: none
}

body[data-theme="dark"] .cta-actions .btn-outline:hover {
  background: rgba(177, 197, 255, .14);
  border-color: rgba(177, 197, 255, .36)
}

body[data-theme="dark"] .dark-section,
body[data-theme="dark"] .dark-alt,
body[data-theme="dark"] .cta-footer {
  background:
    radial-gradient(circle at top right, rgba(74, 107, 174, .16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(61, 158, 114, .08), transparent 24%),
    linear-gradient(180deg, #121826 0%, #0F1118 100%);
  color: var(--white)
}

body[data-theme="dark"] .pain,
body[data-theme="dark"] .features,
body[data-theme="dark"] .why,
body[data-theme="dark"] .cta-footer {
  border-top-color: rgba(177, 197, 255, .10)
}

body[data-theme="dark"] .pain,
body[data-theme="dark"] .solution,
body[data-theme="dark"] .features,
body[data-theme="dark"] .bva,
body[data-theme="dark"] .pricing,
body[data-theme="dark"] .why,
body[data-theme="dark"] .cta-footer {
  box-shadow: inset 0 1px 0 rgba(177, 197, 255, .04)
}

body[data-theme="dark"] .bento-card,
body[data-theme="dark"] .bva-table {
  background: rgba(20, 26, 38, .82);
  border-color: rgba(177, 197, 255, .12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28)
}

body[data-theme="dark"] .bento-card::before {
  background: linear-gradient(90deg, transparent, rgba(177, 197, 255, .32), transparent)
}

body[data-theme="dark"] .why-icon {
  color: rgba(177, 197, 255, .65)
}

body[data-theme="dark"] .plan-block {
  border-color: rgba(177, 197, 255, .10)
}

body[data-theme="dark"] .plan-block h3,
body[data-theme="dark"] .plan-price {
  color: var(--white)
}

body[data-theme="dark"] .plan-number {
  color: rgba(177, 197, 255, .42)
}

body[data-theme="dark"] .plan-feats li {
  color: rgba(255, 255, 255, .55);
  border-bottom-color: rgba(177, 197, 255, .08)
}

body[data-theme="dark"] .plan-feats li::before {
  background: rgba(177, 197, 255, .42)
}

body[data-theme="dark"] .plan-cta {
  color: rgba(255, 255, 255, .72)
}

body[data-theme="dark"] .plan-cta:hover {
  color: #B1C5FF
}

body[data-theme="dark"] .bento-art {
  color: rgba(177, 197, 255, .65)
}

body[data-theme="dark"] .bento-copy h3 {
  color: var(--white)
}

body[data-theme="dark"] .bento-copy p {
  color: rgba(255, 255, 255, .58)
}

body[data-theme="dark"] .bva-table thead tr {
  background: rgba(177, 197, 255, .06)
}

body[data-theme="dark"] .bva-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, .02)
}

body[data-theme="dark"] .bva-table tbody tr:hover td {
  background: rgba(177, 197, 255, .05) !important
}

body[data-theme="dark"] .bva-table tr:not(:last-child) td,
body[data-theme="dark"] .check-list li,
body[data-theme="dark"] .flow-info-row,
body[data-theme="dark"] .bva-table th {
  border-color: rgba(177, 197, 255, .09)
}



body[data-theme="dark"] .section-label,
body[data-theme="dark"] .section-label::before,
body[data-theme="dark"] .platform-node-label {
  color: #B1C5FF
}

body[data-theme="dark"] .section-label::before {
  background: #B1C5FF
}

body[data-theme="dark"] .platform-node {
  background: radial-gradient(circle at 30% 30%, rgba(26, 34, 50, .98), rgba(15, 17, 24, .95));
  border-color: rgba(177, 197, 255, .18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .04)
}

body[data-theme="dark"] .platform-node-label {
  background: rgba(15, 17, 24, .82);
  border-color: rgba(177, 197, 255, .16)
}

/* GLOW */
.glow-card {
  position: relative;
  overflow: hidden
}

.glow-card::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 59, 128, .12) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
  transform: translate(-50%, -50%);
  top: var(--mouse-y, 50%);
  left: var(--mouse-x, 50%)
}

.glow-card:hover::after {
  opacity: 1
}

/* FOOTER */
.cta-footer .btn-primary {
  padding: 13px 28px;
  font-size: 14px
}

.site-footer {
  padding: 44px 48px;
  background:
    radial-gradient(circle at top left, rgba(34, 59, 128, .04), transparent 26%),
    radial-gradient(circle at bottom right, rgba(190, 185, 185, .08), transparent 22%),
    var(--white);
  border-top: 1px solid rgba(34, 59, 128, .08);
  text-align: center
}

.site-footer p {
  font-size: 12px;
  color: rgba(35, 24, 21, .4);
  letter-spacing: .02em
}

body[data-theme="dark"] .site-footer {
  background: #0B1325;
  border-top-color: rgba(177, 197, 255, .06)
}

body[data-theme="dark"] .site-footer p {
  color: rgba(255, 255, 255, .28)
}

/* i18n */
[data-lang="cn"] {
  display: none
}

html:lang(zh-CN) [data-lang="cn"] {
  display: inline
}

html:lang(zh-CN) [data-lang="en"] {
  display: none
}

@media(max-width:600px) {
  .hero-nav {
    padding: 20px 28px 0
  }

  .hero-controls {
    gap: 18px
  }

  .hero-body {
    width: 100%;
    max-width: 100%;
    padding: 56px 28px 60px
  }

  .hero-title {
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.14;
    margin: 10px 0 18px
  }

  .hero-sub {
    font-size: 14px;
    line-height: 1.65;
    max-width: 34ch;
    margin-bottom: 12px
  }

  .hero-actions {
    gap: 10px;
    margin: 6px 0 10px
  }

  .btn-primary,
  .btn-outline {
    font-size: 12.5px;
    padding: 10px 17px;
    border-radius: 20px
  }

  .btn-primary svg,
  .btn-outline svg {
    width: 14px;
    height: 14px
  }

  .hero-badge {
    width: 78px;
    height: 78px;
    margin-bottom: 24px
  }

  .hero-badge .badge-t {
    font-size: 22px
  }

  .gemini-wrap {
    height: 160px;
    margin-left: calc(50% - 50vw);
    margin-top: 8px;
    margin-bottom: 8px
  }

  .pain,
  .solution,
  .features,
  .bva,
  .pricing,
  .why,
  .cta-footer {
    padding-left: 24px;
    padding-right: 24px
  }

  .pain-gallery {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
    margin: 32px auto 0
  }

  .pain-visual {
    min-height: 120px;
    height: 120px
  }

  .pain-image {
    min-height: 120px !important;
    height: 120px !important
  }

  .pain-copy h3 {
    font-size: 16px
  }

  .cta-footer {
    padding-top: 72px;
    padding-bottom: 28px
  }

  .cta-frame {
    padding: 8px;
    border-radius: 24px
  }

  .cta-shell {
    padding: 28px 20px 24px;
    border-radius: 18px;
    gap: 24px
  }

  .cta-footer h2 {
    font-size: clamp(28px, 9vw, 38px)
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch
  }

  .cta-actions .btn-primary,
  .cta-actions .btn-outline {
    justify-content: center
  }

  .cta-points {
    gap: 8px
  }

  .cta-points li {
    width: 100%;
    justify-content: flex-start
  }

  .cta-visual {
    min-height: 250px
  }

  .cta-card {
    width: min(220px, 78vw);
    min-height: 174px;
    padding: 16px;
    border-radius: 20px
  }

  .cta-card-back {
    transform: rotate(-8deg) translate(-14px, 12px)
  }

  .cta-card-front {
    transform: rotate(6deg) translate(16px, -4px)
  }

  .cta-frame:hover .cta-card-back {
    transform: rotate(-9deg) translate(-20px, 6px)
  }

  .cta-frame:hover .cta-card-front {
    transform: rotate(7deg) translate(22px, -10px)
  }

  .cta-card-metrics {
    gap: 10px
  }

  .cta-metric strong {
    font-size: 22px
  }

  .cta-signal {
    right: 6px;
    bottom: 10px;
    padding: 9px 12px
  }

}
