@media (min-width: 1041px) {
  main .hero .hero-inner {
    width: min(1400px, calc(100% - 72px));
    align-items: flex-start;
    text-align: left;
  }

  main .hero .hero-inner .eyebrow,
  main .hero .hero-inner h1,
  main .hero .hero-inner .hero-copy,
  main .hero .hero-inner .hero-actions {
    max-width: 720px;
  }

  main .hero .hero-showcase {
    right: max(34px, calc((100vw - 1400px) / 2 + 10px));
    top: 52%;
    width: clamp(270px, 19vw, 370px);
    transform: translateY(-50%) rotate(9deg);
    transform-origin: 48% 96%;
    z-index: 3;
    animation: heroFloatFront 6.8s cubic-bezier(.45, 0, .2, 1) infinite;
    transition:
      right .45s cubic-bezier(.16, 1, .3, 1),
      top .45s cubic-bezier(.16, 1, .3, 1),
      transform .45s cubic-bezier(.16, 1, .3, 1),
      filter .45s cubic-bezier(.16, 1, .3, 1);
  }

  main .hero .hero-showcase-pair {
    right: max(173px, calc((100vw - 1400px) / 2 + 149px));
    top: 52%;
    width: clamp(270px, 19vw, 370px);
    transform: translateY(-50%) scaleX(-1) rotate(9deg);
    transform-origin: 52% 96%;
    opacity: .7;
    z-index: 2;
    filter: drop-shadow(0 32px 58px rgba(0, 0, 0, .48));
    animation: heroFloatBack 7.9s cubic-bezier(.5, 0, .18, 1) .85s infinite;
    transition:
      right .45s cubic-bezier(.16, 1, .3, 1),
      top .45s cubic-bezier(.16, 1, .3, 1),
      transform .45s cubic-bezier(.16, 1, .3, 1),
      opacity .45s ease,
      filter .45s cubic-bezier(.16, 1, .3, 1);
  }

  main .hero .hero-showcase-video {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }

  main .hero .hero-showcase-video.hero-showcase-pair {
    transform: translateY(-50%) rotate(-9deg);
    opacity: .78;
  }

  main .hero .hero-showcase:not(.hero-showcase-pair) {
    width: clamp(330px, 23vw, 430px);
    height: clamp(560px, 43vw, 760px);
    max-height: min(82vh, 760px);
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 16px;
  }
}

@keyframes heroFloatFront {
  0%, 100% {
    translate: 0 0;
  }

  34% {
    translate: 4px -13px;
  }

  67% {
    translate: -3px -5px;
  }
}

@keyframes heroFloatBack {
  0%, 100% {
    translate: 0 0;
  }

  28% {
    translate: -6px -7px;
  }

  71% {
    translate: 5px -16px;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1041px) {
  main .hero .hero-bg:hover .hero-showcase:not(.hero-showcase-pair) {
    transform: translateY(-50%) translateX(18px) rotate(11deg) scale(1.018);
    filter: drop-shadow(0 44px 76px rgba(0, 0, 0, .62));
  }

  main .hero .hero-bg:hover .hero-showcase-pair {
    transform: translateY(-50%) translateX(-18px) scaleX(-1) rotate(11deg) scale(1.01);
    opacity: .62;
    filter: drop-shadow(0 38px 68px rgba(0, 0, 0, .5));
  }

  main .hero .hero-bg:hover .hero-showcase-video.hero-showcase-pair {
    transform: translateY(-50%) translateX(-18px) rotate(-11deg) scale(1.01);
    opacity: .72;
  }
}

html {
  scroll-snap-type: none;
  scroll-padding-top: 68px;
}

main > section,
footer {
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}

.problem,
.flow-section,
.features,
.asset-section,
.detail,
.cases,
.trust,
.pricing {
  scroll-snap-align: none;
}

/* Global typography pass */
.section-title,
.detail-row h2,
.final-cta h2 {
  font-size: clamp(28px, 3.05vw, 48px) !important;
  line-height: 1.16 !important;
  letter-spacing: -.018em !important;
  font-weight: 780 !important;
  text-wrap: balance;
}

.hero h1 {
  letter-spacing: -.024em !important;
}

.card h3,
.feature h3,
.case h3,
.trust-card h3,
.step h3,
.price h3 {
  font-weight: 720 !important;
  letter-spacing: -.005em !important;
  line-height: 1.36 !important;
  text-wrap: balance;
}

.section-sub,
.hero-copy,
.detail-row p:not(.eyebrow),
.card p,
.feature p,
.case p,
.trust-card p,
.price p {
  text-wrap: pretty;
}

.btn,
.header-cta {
  font-weight: 650 !important;
  letter-spacing: -.01em !important;
  line-height: 1.2 !important;
  min-height: 52px;
  padding: 15px 26px;
}

.btn.big {
  font-size: 18px;
  padding: 18px 34px;
}

.hero-actions .btn {
  min-width: 0;
  font-size: 16px;
}

.btn-primary {
  color: #041014;
}

.btn-ghost {
  color: rgba(255, 255, 255, .92);
}

@media (max-width: 1040px) {
  .brand {
    font-size: 24px;
  }

  .site-header nav,
  .header-login,
  .header-cta {
    font-size: 14px;
  }

  .eyebrow {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: .14em;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: clamp(42px, 9.2vw, 76px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.026em !important;
  }

  .section-title,
  .detail-row h2,
  .final-cta h2 {
    font-size: clamp(27px, 5.4vw, 42px) !important;
    line-height: 1.18 !important;
  }

  .hero-copy,
  .section-sub,
  .final-cta p:not(.eyebrow) {
    font-size: clamp(16px, 2.4vw, 19px) !important;
    line-height: 1.68 !important;
  }

  .card h3,
  .feature h3,
  .case h3,
  .trust-card h3,
  .step h3,
  .price h3 {
    font-size: clamp(20px, 2.8vw, 23px) !important;
    line-height: 1.34 !important;
  }

  .solution-copy h3,
  .detail-card-copy h3,
  .asset-card h3,
  .compare-lane-head h3 {
    font-size: clamp(24px, 4.2vw, 34px) !important;
    line-height: 1.22 !important;
  }

  .card p,
  .feature p,
  .case p,
  .trust-card p,
  .price p,
  .detail-row p:not(.eyebrow),
  .solution-copy p,
  .detail-card-copy p,
  .asset-card li,
  .compare-steps strong,
  .compare-message {
    font-size: 15.5px !important;
    line-height: 1.66 !important;
  }
}

@media (max-width: 640px) {
  .brand {
    font-size: 22px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: .12em;
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: clamp(36px, 11.2vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em !important;
  }

  .section-title,
  .detail-row h2,
  .final-cta h2 {
    font-size: clamp(28px, 8.2vw, 34px) !important;
    line-height: 1.2 !important;
    letter-spacing: -.012em !important;
  }

  .hero-copy,
  .section-sub,
  .final-cta p:not(.eyebrow) {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
  }

  .card h3,
  .feature h3,
  .case h3,
  .trust-card h3,
  .step h3,
  .price h3 {
    font-size: 20px !important;
    line-height: 1.36 !important;
  }

  .solution-copy h3,
  .detail-card-copy h3,
  .asset-card h3,
  .compare-lane-head h3 {
    font-size: 24px !important;
    line-height: 1.24 !important;
  }

  .card p,
  .feature p,
  .case p,
  .trust-card p,
  .price p,
  .detail-row p:not(.eyebrow),
  .solution-copy p,
  .detail-card-copy p,
  .asset-card li,
  .compare-steps strong,
  .compare-message,
  .footer-brand p,
  .footer-links a,
  .footer-bottom p,
  .footer-bottom small {
    font-size: 15px !important;
    line-height: 1.66 !important;
  }

  .solution-label,
  .feature em,
  .case-copy span,
  .compare-lane-head span,
  .compare-steps span,
  .asset-card small {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .btn,
  .header-cta {
    font-size: 15px;
    padding: 14px 20px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(33px, 10.8vw, 40px) !important;
  }

  .section-title,
  .detail-row h2,
  .final-cta h2 {
    font-size: clamp(25px, 7.8vw, 30px) !important;
  }

  .hero-copy,
  .section-sub,
  .final-cta p:not(.eyebrow),
  .card p,
  .feature p,
  .case p,
  .trust-card p,
  .solution-copy p,
  .detail-card-copy p {
    font-size: 14.5px !important;
  }

  .card h3,
  .feature h3,
  .case h3,
  .trust-card h3,
  .step h3,
  .price h3 {
    font-size: 19px !important;
  }
}

/* Mobile comparison final alignment: centered headers and unified result boxes */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-lane {
    justify-items: center !important;
    padding: 16px 10px 11px !important;
  }

  .compare-flow-v2 .compare-lane-head {
    justify-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .compare-flow-v2 .compare-lane-head span {
    margin-inline: auto !important;
    min-height: 30px !important;
    padding-inline: 12px !important;
    font-size: clamp(11px, 2.9vw, 13px) !important;
    line-height: 30px !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    text-align: center !important;
    font-size: clamp(18px, 4.7vw, 22px) !important;
    line-height: 1.14 !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 25px minmax(0, 1fr) !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
    gap: 7px !important;
    border-radius: 14px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 23px !important;
    height: 23px !important;
    font-size: clamp(10px, 2.75vw, 12px) !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(12px, 3.25vw, 14px) !important;
    line-height: 1.12 !important;
  }

  .compare-flow-v2 .compare-result {
    height: 46px !important;
    min-height: 46px !important;
    margin-top: 6px !important;
    border-radius: 14px !important;
    gap: 7px !important;
    font-size: clamp(13px, 3.45vw, 15px) !important;
  }

  .compare-flow-v2 .compare-result .compare-result-icon {
    width: 18px !important;
    height: 18px !important;
    flex-basis: 18px !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-lane {
    padding: 15px 9px 10px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    min-height: 39px !important;
    padding-inline: 8px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(11.5px, 3.05vw, 13px) !important;
  }
}

/* Mobile comparison locked final: no ellipsis, smaller badges, equal row/result widths */
@media (max-width: 640px) {
  .comparison .wrap {
    width: min(100% - 10px, 580px) !important;
  }

  .compare-flow-v2 .compare-matrix {
    gap: 7px !important;
  }

  .compare-flow-v2 .compare-lane {
    justify-items: center !important;
    padding: 14px 7px 10px !important;
  }

  .compare-flow-v2 .compare-lane-head {
    justify-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .compare-flow-v2 .compare-lane-head span {
    margin-inline: auto !important;
    min-height: 24px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: clamp(9.5px, 2.45vw, 11px) !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    text-align: center !important;
    font-size: clamp(17px, 4.45vw, 21px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em !important;
  }

  .compare-flow-v2 .compare-steps,
  .compare-flow-v2 .compare-result {
    width: 100% !important;
    max-width: 100% !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    min-height: 39px !important;
    width: 100% !important;
    padding: 8px 7px !important;
    gap: 4px !important;
    overflow: visible !important;
    border-radius: 14px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 18px !important;
    min-width: 18px !important;
    height: auto !important;
    font-size: clamp(9.5px, 2.45vw, 11px) !important;
    letter-spacing: -.03em !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: nowrap !important;
    font-size: clamp(10px, 2.65vw, 12px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.075em !important;
  }

  .compare-flow-v2 .compare-result {
    height: 43px !important;
    min-height: 43px !important;
    margin-top: 7px !important;
    padding-inline: 7px !important;
    border-radius: 14px !important;
    font-size: clamp(12px, 3.1vw, 14px) !important;
    letter-spacing: -.035em !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-matrix {
    gap: 5px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding-inline: 5px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 16px minmax(0, 1fr) !important;
    padding-inline: 5px !important;
    gap: 3px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 16px !important;
    min-width: 16px !important;
    font-size: 9.5px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(9.4px, 2.55vw, 10.8px) !important;
    letter-spacing: -.085em !important;
  }
}

/* Mobile comparison spacing lock: balanced margins and centered step content */
@media (max-width: 640px) {
  .comparison .wrap {
    width: min(100% - 28px, 560px) !important;
    margin-inline: auto !important;
  }

  .compare-flow-v2 {
    align-items: center !important;
    gap: 14px !important;
    margin-top: 22px !important;
  }

  .compare-flow-v2 .compare-start,
  .compare-flow-v2 .compare-matrix {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  .compare-flow-v2 .compare-start {
    min-height: 58px !important;
    padding: 10px 14px !important;
    border-radius: 20px !important;
  }

  .compare-flow-v2 .compare-matrix {
    gap: 10px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding: 15px 9px 11px !important;
  }

  .compare-flow-v2 .compare-lane-head {
    gap: 9px !important;
  }

  .compare-flow-v2 .compare-lane-head span {
    min-height: 23px !important;
    padding-inline: 9px !important;
    font-size: clamp(9px, 2.35vw, 10.5px) !important;
    font-weight: 500 !important;
    line-height: 23px !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    font-size: clamp(17px, 4.35vw, 21px) !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-steps {
    gap: 7px !important;
    width: 100% !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 41px !important;
    padding: 8px 6px !important;
    gap: 6px !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: auto !important;
    min-width: 20px !important;
    height: auto !important;
    flex: 0 0 auto !important;
    font-size: clamp(11px, 2.85vw, 12.5px) !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: nowrap !important;
    font-size: clamp(12px, 3.1vw, 14px) !important;
    line-height: 1.1 !important;
    letter-spacing: -.06em !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-result {
    width: 100% !important;
    height: 43px !important;
    min-height: 43px !important;
    margin-top: 7px !important;
    border-radius: 14px !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 390px) {
  .comparison .wrap {
    width: min(100% - 22px, 560px) !important;
  }

  .compare-flow-v2 .compare-matrix {
    gap: 8px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding-inline: 7px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    min-height: 40px !important;
    padding-inline: 5px !important;
    gap: 4px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(10.8px, 2.82vw, 12.5px) !important;
    letter-spacing: -.075em !important;
  }
}

/* Mobile comparison no clipping: preserve full short Korean step labels */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-matrix {
    gap: 7px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding-inline: 7px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 19px minmax(0, 1fr) !important;
    padding-inline: 7px !important;
    gap: 4px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 18px !important;
    min-width: 18px !important;
    font-size: 10px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    display: block !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: nowrap !important;
    font-size: clamp(10.5px, 2.75vw, 12.5px) !important;
    letter-spacing: -.055em !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-matrix {
    gap: 5px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding-inline: 6px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    padding-inline: 5px !important;
    gap: 3px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(9.8px, 2.65vw, 11.2px) !important;
    letter-spacing: -.065em !important;
  }
}

/* Mobile comparison text fit: keep two-column layout without clipping labels */
@media (max-width: 640px) {
  .comparison .wrap {
    width: min(100% - 12px, 580px) !important;
  }

  .compare-flow-v2 .compare-matrix {
    gap: 8px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding: 15px 8px 10px !important;
  }

  .compare-flow-v2 .compare-steps {
    gap: 7px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 22px minmax(0, 1fr) !important;
    min-height: 40px !important;
    padding: 8px 7px !important;
    gap: 5px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 21px !important;
    height: 21px !important;
    font-size: clamp(10px, 2.6vw, 11.5px) !important;
    letter-spacing: -.02em !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(11px, 2.95vw, 13px) !important;
    letter-spacing: -.04em !important;
    text-overflow: clip !important;
  }

  .compare-flow-v2 .compare-result {
    padding-inline: 7px !important;
    font-size: clamp(12px, 3.2vw, 14px) !important;
    letter-spacing: -.03em !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-matrix {
    gap: 6px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding-inline: 7px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 20px minmax(0, 1fr) !important;
    padding-inline: 6px !important;
    gap: 4px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(10.5px, 2.85vw, 12px) !important;
  }
}

@media (min-width: 1500px) {
  main .hero .hero-showcase {
    right: max(52px, calc((100vw - 1400px) / 2 + 4px));
  }

  main .hero .hero-showcase-pair {
    right: max(199px, calc((100vw - 1400px) / 2 + 139px));
  }
}

@media (max-width: 1320px) and (min-width: 1041px) {
  main .hero .hero-inner .eyebrow,
  main .hero .hero-inner h1,
  main .hero .hero-inner .hero-copy,
  main .hero .hero-inner .hero-actions {
    max-width: 620px;
  }

  main .hero h1 {
    font-size: clamp(52px, 4.9vw, 72px);
  }

  main .hero .hero-showcase:not(.hero-showcase-pair) {
    right: 24px;
    width: clamp(300px, 24vw, 360px);
    height: clamp(500px, 46vw, 680px);
  }

  main .hero .hero-showcase-pair {
    right: 119px;
    width: clamp(220px, 19vw, 280px);
  }
}

.typing-caret {
  display: none;
  width: .08em;
  height: .9em;
  margin-left: .06em;
  background: currentColor;
  vertical-align: -.08em;
  animation: caretBlink .75s steps(1, end) infinite;
}

@keyframes caretBlink {
  0%, 48% {
    opacity: 1;
  }

  49%, 100% {
    opacity: 0;
  }
}

@media (min-width: 1041px) {
  main .hero .hero-inner,
  main .hero .hero-copy,
  main .hero .hero-actions,
  main .hero .hero-showcase {
    transition:
      transform 1s cubic-bezier(.16, 1, .3, 1),
      opacity .85s ease,
      filter .9s cubic-bezier(.16, 1, .3, 1);
  }

  main .hero.hero-intro {
    justify-content: center;
  }

  main .hero.hero-intro .hero-inner {
    width: min(1600px, calc(100% - 72px));
    align-items: center;
    text-align: center;
    transform: translateX(0);
  }

  main .hero.hero-intro .hero-title {
    max-width: none;
    text-align: center;
    white-space: nowrap;
  }

  main .hero.hero-intro .hero-copy,
  main .hero.hero-intro .hero-actions {
    opacity: 0;
    transform: translateY(30px) scale(.985);
    pointer-events: none;
  }

  main .hero.hero-intro .hero-showcase {
    opacity: 0;
    filter: drop-shadow(0 34px 62px rgba(0, 0, 0, 0));
    pointer-events: none;
    animation: none;
  }

  main .hero.hero-intro .hero-showcase:not(.hero-showcase-pair) {
    transform: translate(42vw, -50%) rotate(0deg);
  }

  main .hero.hero-intro .hero-showcase-pair {
    transform: translate(42vw, -50%) scaleX(-1) rotate(0deg);
  }

  main .hero.hero-intro .hero-showcase-video.hero-showcase-pair {
    transform: translate(42vw, -50%) rotate(0deg);
  }

  main .hero.hero-intro .typing-caret {
    display: inline-block;
  }

  main .hero.hero-intro-shift .hero-inner {
    width: min(1400px, calc(100% - 72px));
    align-items: flex-start;
    text-align: left;
  }

  main .hero.hero-intro-shift .hero-title {
    max-width: 720px;
    text-align: left;
  }

  main .hero.hero-intro-content .hero-copy,
  main .hero.hero-intro-content .hero-actions {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  main .hero.hero-intro-content .hero-copy {
    transition-delay: .06s;
  }

  main .hero.hero-intro-content .hero-actions {
    transition-delay: .22s;
  }

  main .hero.hero-intro-images .hero-showcase {
    opacity: 1;
    pointer-events: auto;
  }

  main .hero.hero-intro-done .typing-caret {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .typing-caret {
    display: none !important;
  }

  main .hero .hero-inner,
  main .hero .hero-copy,
  main .hero .hero-actions,
  main .hero .hero-showcase {
    transition: none !important;
    animation: none !important;
  }
}

@media (min-width: 1041px) {
  main .hero .hero-title {
    transition:
      left 1.18s cubic-bezier(.18, 1.22, .22, 1),
      transform 1.18s cubic-bezier(.18, 1.22, .22, 1),
      font-size .95s cubic-bezier(.18, 1.08, .24, 1),
      opacity .45s ease;
    position: relative;
    left: 0;
    will-change: transform;
  }

  main .hero.hero-intro .hero-inner {
    width: min(1400px, calc(100% - 72px));
    align-items: flex-start;
    text-align: left;
  }

  main .hero.hero-intro .hero-title {
    max-width: 720px;
    text-align: left;
    transform: translateX(clamp(120px, calc((100vw - 792px) / 2), 340px));
  }

  main .hero.hero-intro.hero-intro-shift .hero-title,
  main .hero.hero-intro-done .hero-title {
    transform: translateX(0);
  }

  main .hero.hero-intro .hero-inner > .eyebrow {
    opacity: 0;
    transform: translateY(12px);
  }

  main .hero .hero-inner > .eyebrow {
    transition:
      opacity .8s ease,
      transform .85s cubic-bezier(.16, 1, .3, 1);
  }

  main .hero.hero-intro-heading .hero-inner > .eyebrow {
    opacity: 1;
    transform: translateY(0);
  }

  main .hero .hero-title-line {
    display: block;
  }

  main .hero.hero-intro .hero-title {
    font-size: clamp(78px, 6.9vw, 132px);
    line-height: 1.02;
    left: 50%;
    width: max-content;
    max-width: none;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  main .hero.hero-intro .hero-title-line {
    display: none;
  }

  main .hero.hero-intro .hero-title-line.is-typing {
    display: inline;
  }

  main .hero.hero-intro .hero-title-line.is-hold {
    display: inline;
  }

  main .hero.hero-intro.hero-intro-shift .hero-title {
    font-size: clamp(56px, 5.1vw, 86px);
    left: 0;
    width: auto;
    max-width: 720px;
    text-align: left;
    transform: translateX(0);
  }

  main .hero.hero-intro.hero-intro-shift .hero-title-line {
    display: block;
  }

  main .hero.hero-intro .typing-caret {
    height: .82em;
    margin-left: .08em;
    vertical-align: -.08em;
  }

  main .hero.hero-hide-caret .typing-caret {
    display: none;
  }
}

@media (min-width: 1180px) {
  .wrap > .section-sub:not(.left) {
    max-width: 1120px !important;
    white-space: nowrap;
  }

  .asset-section .section-sub {
    max-width: 1180px !important;
    white-space: nowrap;
  }
}

/* Problem section staged motion */
.problem {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 108px) 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0) 0 54%, rgba(1, 176, 216, .055) 54% 100%),
    linear-gradient(180deg, #f8f8f8 0%, #f1f1f1 100%);
}

.problem .wrap {
  width: min(1280px, calc(100% - 44px));
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(520px, .98fr) minmax(360px, .82fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}

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

.problem .problem-copy > .eyebrow,
.problem .problem-copy > .section-title,
.problem .problem-copy > .section-sub {
  text-align: left !important;
}

.problem .section-title {
  font-size: clamp(40px, 3.65vw, 62px) !important;
  line-height: 1.08 !important;
  font-weight: 850 !important;
  max-width: 760px;
}

.problem .section-sub {
  max-width: 820px !important;
  margin: 18px 0 0;
  white-space: normal !important;
  font-size: clamp(16px, 1.35vw, 20px);
}

.problem .problem-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 3.2vw, 38px);
  max-width: 720px;
}

.problem .card {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 15px;
  align-items: start;
  min-height: 142px;
  border-radius: 22px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
  border: 1px solid rgba(0, 0, 0, .055);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, .055),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  overflow: hidden;
}

.problem .card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: #01B0D8;
  opacity: .42;
}

.problem .card span {
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  padding: 0;
  background: #050505;
  color: #01B0D8;
  font-size: 13px;
  grid-row: span 2;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
}

.problem .card h3 {
  max-width: none;
  margin: 2px 0 8px;
  font-size: clamp(18px, 1.3vw, 21px);
  line-height: 1.26 !important;
}

.problem .card p {
  color: #666;
  font-size: 14px;
  line-height: 1.55;
  grid-column: 2;
}

.problem-visual {
  position: relative;
  min-height: clamp(360px, 38vw, 540px);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.problem-visual::before {
  display: none;
}

.problem-visual img {
  width: min(100%, 500px);
  transform: translateX(-2%);
  filter: drop-shadow(0 30px 48px rgba(0, 0, 0, .12));
  animation: problemVisualFloat 6.6s cubic-bezier(.45, 0, .2, 1) infinite;
}

@keyframes problemVisualFloat {
  0%, 100% {
    translate: 0 0;
  }

  45% {
    translate: 0 -18px;
  }
}

.problem .problem-copy > .eyebrow.reveal,
.problem .section-title.reveal,
.problem .section-sub.reveal,
.problem .problem-visual.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .72s ease,
    transform .86s cubic-bezier(.16, 1, .3, 1);
}

.problem .problem-copy > .eyebrow.reveal.visible,
.problem .section-title.reveal.visible,
.problem .section-sub.reveal.visible,
.problem .problem-visual.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.problem .section-title.reveal {
  transition-delay: .08s;
}

.problem .section-sub.reveal {
  transition-delay: .18s;
}

.problem .problem-visual.reveal {
  transform: translateX(46px) translateY(22px) scale(.96);
  transition-delay: .28s;
}

.problem .problem-visual.reveal.visible {
  transform: translateX(0) translateY(0) scale(1);
}

.problem .card.reveal {
  opacity: 0;
  transform: translateX(-42px) translateY(22px) scale(.965);
  filter: blur(10px);
  transition:
    opacity .58s ease,
    transform .82s cubic-bezier(.16, 1, .3, 1),
    filter .7s ease,
    box-shadow .32s cubic-bezier(.2, 0, 0, 1),
    background-color .32s ease,
    border-color .32s ease;
  will-change: transform, opacity, filter;
}

.problem .card.reveal:nth-child(1) {
  transition-delay: .18s;
}

.problem .card.reveal:nth-child(2) {
  transition-delay: .27s;
}

.problem .card.reveal:nth-child(3) {
  transition-delay: .36s;
}

.problem .card.reveal:nth-child(4) {
  transition-delay: .45s;
}

.problem .card.reveal.visible {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
  filter: blur(0);
}

.problem .card.reveal.visible:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: rgba(1, 176, 216, .26);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .075),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transition-delay: 0s;
}

@media (max-width: 1040px) {
  .problem-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .problem .problem-copy > .eyebrow,
  .problem .problem-copy > .section-title,
  .problem .problem-copy > .section-sub {
    text-align: center !important;
  }

  .problem .section-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .problem .problem-grid {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .problem-visual {
    order: -1;
    min-height: 300px;
  }

  .problem-visual img {
    width: min(78vw, 390px);
  }
}

@media (max-width: 640px) {
  .problem {
    padding: 82px 0;
  }

  .problem .wrap {
    width: min(100% - 32px, 1280px);
  }

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

  .problem .card {
    min-height: 0;
    grid-template-columns: 44px 1fr;
    column-gap: 15px;
    padding: 18px;
    border-radius: 20px;
  }

  .problem .card span {
    width: 44px;
    height: 44px;
  }

  .problem-visual {
    min-height: 240px;
  }

  .problem .card.reveal {
    transform: translateY(18px) scale(.98);
  }

  .problem .card.reveal.visible {
    transform: translateY(0) scale(1);
  }

  .problem .card.reveal.visible:hover {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .problem .problem-copy > .eyebrow.reveal,
  .problem .section-title.reveal,
  .problem .section-sub.reveal,
  .problem .problem-visual.reveal,
  .problem .card.reveal,
  .problem .card.reveal.visible,
  .problem .card.reveal.visible:hover {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    will-change: auto;
  }

  .problem-visual img {
    animation: none;
  }
}

/* Problem section refinement */
.problem {
  background:
    radial-gradient(circle at 76% 46%, rgba(1, 176, 216, .13), transparent 31%),
    linear-gradient(180deg, #f8f8f8 0%, #f2f2f2 100%) !important;
}

.problem::before {
  content: '';
  position: absolute;
  inset: 0 -8% 0 55%;
  z-index: 0;
  background: #FF377D;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.problem::after {
  display: none;
}

.problem .wrap {
  width: min(1620px, calc(100% - 64px));
  position: relative;
  z-index: 1;
}

@media (min-width: 1180px) {
  .problem-layout {
    grid-template-columns: minmax(900px, 1.22fr) minmax(440px, .68fr);
    gap: clamp(64px, 5vw, 112px);
  }

  .problem .section-sub {
    max-width: 1180px !important;
    white-space: nowrap !important;
  }

  .problem .problem-grid {
    max-width: 1120px;
    gap: 24px;
  }

  .problem .card p {
    white-space: nowrap;
  }
}

.problem .card {
  display: block;
  min-height: 146px;
  padding: 40px 32px 26px;
  overflow: visible;
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(5, 5, 5, .045);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .055),
    inset 0 1px 0 rgba(255, 255, 255, .88);
}

.problem .card::after {
  display: none;
}

.problem .card span {
  position: absolute;
  left: 24px;
  top: -13px;
  width: auto;
  min-width: 52px;
  height: 28px;
  margin: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: none;
}

.problem .card h3 {
  margin: 0 0 12px;
  font-size: clamp(19px, 1.34vw, 22px);
  line-height: 1.26 !important;
}

.problem .card p {
  color: #666;
  font-size: clamp(13px, .9vw, 15px);
  line-height: 1.5;
  letter-spacing: -.018em;
}

@media (max-width: 1040px) {
  .problem::before {
    inset: 0 -18% 54% 34%;
  }

  .problem .section-sub {
    max-width: 900px !important;
  }
}

@media (max-width: 640px) {
  .problem::before {
    inset: 0 -28% 60% 30%;
  }

  .problem .card {
    padding: 36px 20px 22px;
  }

  .problem .card span {
    left: 18px;
    top: -12px;
    min-width: 50px;
    height: 26px;
  }
}

/* Problem grid content update */
.problem {
  min-height: 100vh;
  padding: clamp(54px, 5vw, 78px) 0;
}

.problem .wrap {
  width: min(1280px, calc(100% - 44px));
}

.problem-layout {
  display: block;
  position: relative;
}

.problem-copy {
  width: 100%;
  position: relative;
  z-index: 2;
}

.problem-visual {
  position: absolute;
  right: clamp(70px, 8vw, 150px);
  top: clamp(30px, 4vw, 72px);
  z-index: 1;
  display: block;
  width: clamp(260px, 26vw, 430px);
  min-height: 0;
  pointer-events: none;
  opacity: .95;
}

.problem-visual img {
  width: 100%;
  transform: none;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, .12));
  animation: none;
}

.problem .problem-copy > .eyebrow,
.problem .problem-copy > .section-title,
.problem .problem-copy > .section-sub {
  text-align: left !important;
}

.problem .section-title {
  max-width: 940px;
}

.problem .section-sub {
  max-width: 1180px !important;
  white-space: nowrap !important;
}

.problem .problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  max-width: none;
  margin-top: clamp(34px, 3.6vw, 56px);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(5, 5, 5, .08);
  border: 1px solid rgba(5, 5, 5, .06);
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.problem .card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(30px, 2.6vw, 46px);
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
  overflow: hidden;
}

.problem .card::after {
  display: none;
}

.problem .card .problem-icon {
  position: static;
  display: inline-flex;
  width: 28px;
  min-width: 0;
  height: 28px;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6f737b;
  box-shadow: none;
}

.problem .card .problem-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem .card h3 {
  max-width: 320px;
  margin: 0 0 14px;
  font-size: clamp(18px, 1.18vw, 22px);
  line-height: 1.34 !important;
  font-weight: 680 !important;
  letter-spacing: -.018em !important;
}

.problem .card p {
  max-width: 330px;
  color: #70737a;
  font-size: clamp(14px, .9vw, 16px);
  line-height: 1.72;
  letter-spacing: -.01em;
  white-space: normal !important;
}

.problem .card.reveal.visible:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: transparent;
  box-shadow: none;
}

@media (min-width: 1500px) {
  .problem .problem-grid {
    min-height: 480px;
  }

  .problem .card {
    min-height: 240px;
  }
}

@media (max-width: 1180px) {
  .problem .section-sub {
    white-space: normal !important;
  }

  .problem .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-visual {
    right: 24px;
    top: 18px;
    width: min(34vw, 300px);
    opacity: .55;
  }
}

@media (max-width: 640px) {
  .problem {
    min-height: 0;
  }

  .problem .wrap {
    width: min(100% - 32px, 1280px);
  }

  .problem .problem-copy > .eyebrow,
  .problem .problem-copy > .section-title,
  .problem .problem-copy > .section-sub {
    text-align: left !important;
  }

  .problem .problem-grid {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .problem-visual {
    display: none;
  }

  .problem .card {
    min-height: 210px;
    padding: 30px 24px;
  }
}

/* Problem section: compact visual + glass grid */
@media (min-width: 1181px) {
  .problem-copy {
    padding-right: 0;
  }

  .problem-visual {
    display: none;
  }
}

.problem .section-sub {
  margin-top: 14px;
}

.problem .problem-grid {
  margin-top: clamp(18px, 1.8vw, 28px);
  gap: clamp(14px, 1.4vw, 22px);
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.problem .card {
  min-height: 224px;
  padding: clamp(28px, 2.35vw, 42px) clamp(24px, 2.15vw, 34px);
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 24px;
  box-shadow:
    0 20px 52px rgba(0, 0, 0, .07),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.problem .card h3 {
  max-width: 100%;
  margin-bottom: 12px;
  font-size: clamp(18px, 1.08vw, 21px);
  line-height: 1.32 !important;
}

.problem .card p {
  max-width: 100%;
  font-size: clamp(14px, .86vw, 16px);
  line-height: 1.62;
}

.problem .card .problem-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  color: #01B0D8;
}

.problem .card .problem-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 2;
}

.problem .card:nth-child(2n) .problem-icon {
  color: #FF377D;
}

.problem .card:nth-child(3n) .problem-icon {
  color: #1984ff;
}

.problem .card.reveal.visible:hover {
  background: rgba(255, 255, 255, .74);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, .09),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

@media (max-width: 1180px) {
  .problem-visual {
    display: none;
  }

  .problem .problem-grid {
    margin-top: 24px;
    gap: 16px;
  }
}

.problem .card.reveal.visible:hover {
  transform: translate3d(0, -4px, 0);
  transition-delay: 0s;
}

/* Solution split section */
.flow-section {
  position: relative;
  padding: clamp(96px, 8vw, 140px) 0;
  background: #050505;
  overflow: hidden;
  isolation: isolate;
}

.flow-section::before {
  display: none;
}

.solution-wrap {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 44px));
}

.solution-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: clamp(-150px, -9vw, -78px);
  width: min(1680px, 116vw);
  height: clamp(300px, 30vw, 520px);
  border-radius: 999px 999px 0 0;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 55, 125, 0.96) 0%, rgba(255, 55, 125, 0.54) 22%, rgba(255, 55, 125, 0.2) 50%, transparent 76%),
    linear-gradient(90deg, transparent 0%, rgba(255, 55, 125, 0.18) 24%, rgba(255, 55, 125, 0.3) 50%, rgba(255, 55, 125, 0.18) 76%, transparent 100%);
  filter: blur(36px) saturate(1.45);
  opacity: 0.8;
  transform: translateX(-50%) scale(0.96);
  pointer-events: none;
  z-index: 0;
  transition:
    background 0.6s ease,
    opacity 0.6s ease,
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.flow-section.is-kakao .solution-wrap::before {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 55, 125, 0.98) 0%, rgba(255, 55, 125, 0.56) 22%, rgba(255, 55, 125, 0.22) 50%, transparent 76%),
    linear-gradient(90deg, transparent 0%, rgba(255, 55, 125, 0.18) 24%, rgba(255, 55, 125, 0.32) 50%, rgba(255, 55, 125, 0.18) 76%, transparent 100%);
}

.flow-section.is-dm .solution-wrap::before {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(1, 176, 216, 0.98) 0%, rgba(1, 176, 216, 0.58) 22%, rgba(1, 176, 216, 0.22) 50%, transparent 76%),
    linear-gradient(90deg, transparent 0%, rgba(1, 176, 216, 0.18) 24%, rgba(1, 176, 216, 0.32) 50%, rgba(1, 176, 216, 0.18) 76%, transparent 100%);
  transform: translateX(-50%) scale(1.06);
}

.solution-head {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.solution-head .section-sub {
  margin-left: 0;
  max-width: 1200px;
}

.solution-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: clamp(42px, 4vw, 64px);
}

.solution-card {
  position: relative;
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  min-height: 430px;
  padding: clamp(30px, 4vw, 56px);
  border: 0;
  border-radius: 34px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.solution-card.kakao {
  grid-template-columns: minmax(0, .92fr) minmax(520px, .9fr);
}

.solution-card.dm {
  grid-template-columns: minmax(0, .92fr) minmax(520px, .9fr);
}

.solution-card::after {
  display: none;
}

.solution-card.kakao::after {
  display: none;
}

.solution-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.solution-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(1, 176, 216, .34);
  border-radius: 999px;
  color: #01B0D8;
  background: rgba(1, 176, 216, .08);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.solution-card.kakao .solution-label {
  border-color: rgba(255, 55, 125, .38);
  color: #FF377D;
  background: rgba(255, 55, 125, .09);
}

.solution-card h3 {
  margin: 22px 0 18px;
  color: #fff;
  font-size: clamp(28px, 2.55vw, 42px);
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 780;
}

.solution-card p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.7;
}

.solution-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.solution-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 620;
}

.solution-media {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: clamp(360px, 31vw, 480px);
  min-height: 0;
  border-radius: 26px;
  background: rgba(255, 255, 255, .045);
  border: 0;
}

.message-preview {
  width: min(100%, 360px);
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  color: #090909;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.message-preview b {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.message-preview p {
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.message-preview span {
  display: inline-flex;
  margin-top: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #FF377D;
  color: #fff;
  font-size: 13px;
  font-weight: 680;
}

.dm-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-self: center;
}

.dm-flow article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 24px;
  background: rgba(0, 0, 0, .28);
}

.dm-flow b {
  color: #01B0D8;
  font-size: 15px;
  font-weight: 780;
}

.dm-flow h4 {
  margin: 28px 0 14px;
  color: #fff;
  font-size: clamp(19px, 1.5vw, 26px);
  line-height: 1.22;
  letter-spacing: -.018em;
}

.dm-flow p {
  color: rgba(255, 255, 255, .56);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.55;
}

@media (min-width: 1181px) {
  .solution-head .section-sub {
    white-space: nowrap;
  }
}

.dm-demo {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  align-self: center;
  width: 100%;
  height: clamp(360px, 31vw, 480px);
  transform: translateY(38px);
}

.dm-stage {
  position: relative;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, .045);
  overflow: hidden;
}

.dm-stage::before {
  content: '';
  position: absolute;
  inset: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .06);
  border: 0;
}

.dm-screen {
  position: absolute;
  inset: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: clamp(28px, 3vw, 44px);
  border-radius: 26px;
  background: rgba(8, 8, 8, .78);
  border: 0;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
  opacity: 0;
  transform: translateX(34px) scale(.97);
  animation: dmScreenCycle 15s cubic-bezier(.16, 1, .3, 1) infinite;
}

.dm-screen::after {
  content: '';
  position: absolute;
  right: 26px;
  top: 26px;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: rgba(1, 176, 216, .16);
}

.dm-screen.is-dm {
  animation-delay: 3s;
}

.dm-screen.is-login {
  animation-delay: 6s;
}

.dm-screen.is-db {
  animation-delay: 9s;
}

.dm-screen.is-sale {
  animation-delay: 12s;
}

.dm-screen span {
  color: #01B0D8;
  font-size: 15px;
  font-weight: 780;
  letter-spacing: .04em;
}

.dm-screen strong {
  max-width: 520px;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(28px, 2.55vw, 42px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.dm-screen p {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.62;
}

.dm-screen.is-comments::after {
  background:
    linear-gradient(90deg, transparent 0 18%, #01B0D8 18% 25%, transparent 25% 43%, #01B0D8 43% 50%, transparent 50% 68%, #01B0D8 68% 75%, transparent 75%);
}

.dm-screen.is-dm::after {
  border: 3px solid #FF377D;
  background: transparent;
  border-radius: 22px;
}

.dm-screen.is-login::after {
  background: #fee500;
}

.dm-screen.is-db::after {
  background:
    linear-gradient(#01B0D8 0 0) center 18px/42px 5px no-repeat,
    linear-gradient(#01B0D8 0 0) center 36px/42px 5px no-repeat,
    linear-gradient(#01B0D8 0 0) center 54px/42px 5px no-repeat,
    rgba(1, 176, 216, .12);
}

.dm-screen.is-sale::after {
  background: #FF377D;
}

.dm-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.dm-timeline span {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 13px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  font-weight: 620;
  overflow: hidden;
}

.dm-timeline span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: #01B0D8;
  animation: dmStepProgress 15s linear infinite;
}

.dm-timeline span:nth-child(2)::before {
  animation-delay: 3s;
}

.dm-timeline span:nth-child(3)::before {
  animation-delay: 6s;
}

.dm-timeline span:nth-child(4)::before {
  animation-delay: 9s;
}

.dm-timeline span:nth-child(5)::before {
  animation-delay: 12s;
}

.dm-timeline b {
  color: #01B0D8;
  font-size: 12px;
}

@keyframes dmScreenCycle {
  0%, 16% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  20%, 100% {
    opacity: 0;
    transform: translateX(-28px) scale(.98);
  }
}

@keyframes dmStepProgress {
  0% {
    width: 0;
  }

  16% {
    width: 100%;
  }

  16.01%, 100% {
    width: 0;
  }
}

@media (max-width: 1180px) {
  .solution-card,
  .solution-card.kakao,
  .solution-card.dm {
    grid-template-columns: 1fr;
  }

  .dm-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-stage {
    height: 340px;
  }

  .dm-screen {
    inset: 34px;
  }

  .dm-demo {
    height: auto;
    transform: translateY(0);
  }

  .solution-media {
    height: 340px;
  }
}

@media (max-width: 640px) {
  .solution-wrap {
    width: min(100% - 32px, 1280px);
  }

  .solution-card {
    border-radius: 26px;
    min-height: 0;
  }

  .solution-media {
    height: 280px;
  }

  .dm-flow {
    grid-template-columns: 1fr;
  }

  .dm-flow article {
    min-height: 170px;
  }

  .dm-stage {
    height: 300px;
  }

  .dm-screen {
    inset: 20px;
    padding: 24px;
  }

  .dm-timeline {
    grid-template-columns: 1fr;
  }
}

/* Sticky two-state solution transition */
@media (min-width: 1041px) {
  .flow-section {
    height: 240vh;
    padding: 0;
    overflow: clip;
  }

  .solution-wrap {
    position: sticky;
    top: 0;
    display: flex;
    height: 100vh;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    padding: 72px 0 18px;
  }

  .solution-grid {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: 0;
    max-height: 580px;
    margin-top: clamp(14px, 1.8vw, 24px);
  }

  .solution-card {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    padding: clamp(26px, 3vw, 44px);
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transform: translate3d(0, 48px, 0) scale(.985);
    transition:
      opacity .62s ease,
      visibility 0s linear .62s,
      transform .82s cubic-bezier(.16, 1, .3, 1);
  }

  .flow-section.is-kakao .solution-card.kakao,
  .flow-section.is-dm .solution-card.dm {
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
    transform: translate3d(0, 0, 0) scale(1);
    transition:
      opacity .62s ease,
      visibility 0s linear 0s,
      transform .82s cubic-bezier(.16, 1, .3, 1);
  }

  .flow-section.is-dm .solution-card.kakao {
    transform: translate3d(0, -36px, 0) scale(.985);
  }

  .solution-media,
  .dm-demo {
    height: 100%;
    min-height: 0;
    transform: none;
  }

  .dm-stage {
    height: calc(100% - 44px);
  }
}

.dm-timeline {
  gap: 6px;
}

.dm-timeline span {
  min-height: 44px;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 11px;
  line-height: 1.1;
}

.dm-timeline span::before {
  height: 2px;
}

.dm-timeline b {
  font-size: 11px;
}

/* Equal right visual frames */
.solution-media,
.dm-demo {
  width: 100%;
  height: clamp(360px, 31vw, 480px);
}

.solution-media {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
}

.dm-demo {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 54px;
  gap: 12px;
}

.dm-stage {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
}

.dm-screen {
  inset: 36px;
}

.dm-timeline {
  height: 54px;
  gap: 8px;
}

.dm-timeline span {
  min-height: 0;
  padding: 7px 10px;
  border-radius: 12px;
  font-size: 11px;
}

@media (min-width: 1041px) {
  .solution-media,
  .dm-demo {
    height: 100%;
  }

  .dm-stage {
    height: auto;
  }
}

/* Feature section with image slots */
.features {
  background: #f2f2f4;
  padding: clamp(44px, 4vw, 64px) 0 !important;
}

.features .wrap {
  width: min(1280px, calc(100% - 44px));
}

.features .eyebrow {
  margin-bottom: 8px;
}

.features .section-title {
  font-size: clamp(26px, 2.35vw, 38px) !important;
  line-height: 1.12 !important;
}

.features .section-sub {
  margin-top: 12px;
  font-size: clamp(14px, 1.05vw, 16px) !important;
}

.features .feature-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(14px, 1.15vw, 20px);
  margin-top: clamp(20px, 2vw, 28px);
}

.features .feature {
  min-height: clamp(178px, 14vw, 210px);
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .055);
  padding: clamp(22px, 1.85vw, 32px) clamp(30px, 2.6vw, 46px);
}

.features .feature.big {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .8fr);
  gap: clamp(18px, 1.8vw, 30px);
  min-height: clamp(235px, 21vw, 295px);
  padding-inline: clamp(36px, 3vw, 56px);
  background: #050505;
  color: #fff;
  overflow: hidden;
}

.features .feature-copy {
  align-self: center;
}

.features .feature em {
  color: #01B0D8 !important;
  background: transparent !important;
  border: 1.5px solid rgba(1, 176, 216, .9);
  box-shadow: none !important;
  margin-bottom: clamp(12px, 1vw, 18px) !important;
  padding: 6px 12px;
  font-size: 11px !important;
}

.features .feature.big em {
  border-color: rgba(1, 176, 216, .78);
}

.features .feature h3 {
  font-size: clamp(19px, 1.35vw, 25px);
  line-height: 1.25 !important;
  font-weight: 720 !important;
}

.features .feature:not(.big) h3 {
  font-size: clamp(18px, 1.2vw, 22px) !important;
  line-height: 1.22 !important;
  max-width: 430px;
}

.features .feature p {
  font-size: clamp(13px, .82vw, 15px);
  line-height: 1.58;
}

.features .feature:not(.big) p {
  margin-top: clamp(10px, .9vw, 14px);
  line-height: 1.58;
}

.feature-media {
  display: grid;
  place-items: center;
  min-height: 178px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(1, 176, 216, .18), rgba(255, 55, 125, .12)),
    rgba(255, 255, 255, .08);
  overflow: hidden;
}

.feature-media.mini {
  min-height: 60px;
  margin-top: 12px;
}

.feature-media-dm {
  place-items: center end;
  min-height: clamp(165px, 16vw, 210px);
  background: transparent !important;
  overflow: visible;
}

.feature-image-slot {
  display: grid;
  place-items: center;
  width: min(82%, 320px);
  min-height: 112px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .18);
}

.feature-media-dm .feature-image-slot {
  width: min(74%, 300px);
  min-height: auto;
  margin-right: 12px;
  background: transparent !important;
  box-shadow: none;
}

.feature-media-dm .feature-image-slot img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, .28));
}

.feature-media.mini .feature-image-slot {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  background: rgba(1, 176, 216, .12);
  color: #01B0D8;
  box-shadow: none;
}

.feature-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1040px) {
  .features .feature-grid {
    grid-template-columns: 1fr;
  }

  .features .feature.big {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .feature-media-dm {
    place-items: center;
  }

  .feature-media-dm .feature-image-slot {
    width: min(74%, 300px);
    margin-right: 0;
  }
}

/* Problem cards left-to-right reveal */
.problem .card.reveal {
  opacity: 0;
  transform: translate3d(-34px, 12px, 0);
  filter: blur(10px);
  transition:
    opacity .54s ease,
    transform .82s cubic-bezier(.16, 1, .3, 1),
    filter .7s ease,
    background-color .28s ease,
    box-shadow .28s ease;
}

.problem .card.reveal:nth-child(1) {
  transition-delay: .04s;
}

.problem .card.reveal:nth-child(2) {
  transition-delay: .12s;
}

.problem .card.reveal:nth-child(3) {
  transition-delay: .2s;
}

.problem .card.reveal:nth-child(4) {
  transition-delay: .28s;
}

.problem .card.reveal:nth-child(5) {
  transition-delay: .36s;
}

.problem .card.reveal:nth-child(6) {
  transition-delay: .44s;
}

.problem .card.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.problem .card.reveal.visible:hover {
  transform: translate3d(0, -4px, 0);
  transition-delay: 0s;
}

/* Asset comparison title icons */
.asset-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(28px, 2.5vw, 40px) !important;
  line-height: 1.1;
  font-weight: 680 !important;
  margin-bottom: 28px !important;
}

.asset-card ul {
  gap: 18px;
}

.asset-card li {
  display: grid;
  gap: 6px;
  padding-left: 44px !important;
}

.asset-card li::before {
  top: 1px !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .08) !important;
  color: rgba(255, 255, 255, .56);
  content: '!' !important;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
}

.asset-card.highlight li::before {
  content: '✓' !important;
  background: rgba(1, 176, 216, .16) !important;
  color: #01B0D8;
}

.asset-card li strong {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 640;
  line-height: 1.35;
}

.asset-card li small {
  display: block;
  color: rgba(255, 255, 255, .54);
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.55;
}

.asset-card.highlight li strong {
  color: rgba(255, 255, 255, .9);
}

.asset-card.highlight li small {
  color: rgba(255, 255, 255, .58);
}

/* Global section typography normalization */
main section:not(.hero) .section-title,
main section:not(.hero) .final-cta h2 {
  font-size: clamp(30px, 3.1vw, 50px) !important;
  line-height: 1.14 !important;
  letter-spacing: -.018em !important;
  font-weight: 720 !important;
}

main section:not(.hero) .section-sub,
main section:not(.hero) .hero-copy {
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.62 !important;
  letter-spacing: -.006em !important;
  font-weight: 430 !important;
}

main section:not(.hero) .eyebrow {
  font-size: 13px !important;
  line-height: 1.2 !important;
  letter-spacing: .14em !important;
  font-weight: 760 !important;
}

main section:not(.hero) h3 {
  font-size: clamp(22px, 1.75vw, 31px) !important;
  line-height: 1.24 !important;
  letter-spacing: -.015em !important;
  font-weight: 680 !important;
}

main section:not(.hero) p,
main section:not(.hero) li,
main section:not(.hero) small {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.62;
}

.solution-card h3,
.dm-screen strong {
  font-size: clamp(28px, 2.75vw, 44px) !important;
  line-height: 1.12 !important;
}

.asset-card h3 {
  font-size: clamp(30px, 2.6vw, 42px) !important;
}

.features .section-title {
  font-size: clamp(30px, 3vw, 48px) !important;
}

@media (max-width: 640px) {
  main section:not(.hero) .section-title,
  main section:not(.hero) .final-cta h2 {
    font-size: clamp(26px, 7vw, 36px) !important;
  }

  main section:not(.hero) .section-sub {
    font-size: 15px !important;
  }

  main section:not(.hero) h3 {
    font-size: clamp(21px, 6vw, 28px) !important;
  }
}

.problem .section-title {
  font-size: clamp(34px, 3.7vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.026em !important;
}

.problem .section-sub {
  font-size: clamp(16px, 1.35vw, 21px) !important;
  line-height: 1.5 !important;
}

.problem .eyebrow {
  font-size: 15px !important;
}

@media (max-width: 1040px) {
  .problem .section-title {
    font-size: clamp(30px, 6vw, 46px) !important;
  }

  .problem .section-sub {
    font-size: clamp(16px, 3vw, 22px) !important;
  }
}

.problem .problem-grid {
  margin-top: clamp(20px, 2vw, 30px);
  gap: clamp(12px, 1.1vw, 18px);
}

.problem .card {
  min-height: clamp(190px, 19vw, 235px);
  padding: clamp(24px, 2vw, 34px) clamp(22px, 1.8vw, 30px);
  border-radius: 22px;
}

.problem .card .problem-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
}

.problem .card .problem-icon svg {
  width: 28px;
  height: 28px;
}

.problem .card h3 {
  font-size: clamp(19px, 1.25vw, 24px) !important;
  line-height: 1.27 !important;
  margin-bottom: 10px;
}

.problem .card p {
  font-size: clamp(13px, .9vw, 15px) !important;
  line-height: 1.55;
}

.asset-title-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .62);
}

.asset-title-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.asset-card.highlight .asset-title-icon {
  background: transparent;
  color: #01B0D8;
}

.asset-line {
  display: flex;
  width: 100%;
  max-width: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 22px 0 0 !important;
  padding: 24px 32px;
  border: 1px solid rgba(1, 176, 216, .22);
  border-radius: 32px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .66) !important;
  font-size: clamp(15px, 1.25vw, 19px) !important;
  font-weight: 520 !important;
  line-height: 1.35;
}

.asset-line b {
  display: none;
}

.asset-line strong {
  display: inline-block;
  color: #01B0D8;
  font-weight: 650;
  transform-origin: center;
  animation: assetLineHeartbeat 2.15s cubic-bezier(.16, 1, .3, 1) infinite;
  text-shadow: 0 0 18px rgba(1, 176, 216, .18);
}

.detail-row img.creator-video-thumb {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 640px) {
  .asset-card h3 {
    font-size: 28px !important;
  }

  .asset-title-icon {
    width: 30px;
    height: 30px;
  }

  .asset-title-icon svg {
    width: 22px;
    height: 22px;
  }

  .asset-line {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    padding: 22px;
  }

  .asset-line b {
    width: 100%;
  }
}

.detail.section-light {
  padding: clamp(64px, 5.6vw, 92px) 0;
}

.detail-list {
  gap: clamp(18px, 1.8vw, 26px);
}

.detail-row,
.detail-row.reverse {
  grid-template-columns: .86fr 1fr;
  gap: clamp(28px, 3vw, 42px);
  padding: clamp(18px, 1.8vw, 24px);
  border-radius: 28px;
}

.detail-row.reverse {
  grid-template-columns: 1fr .86fr;
}

.detail-row img {
  height: clamp(260px, 24vw, 340px);
  border-radius: 22px;
}

.detail-row img.creator-video-thumb {
  height: clamp(260px, 24vw, 340px);
  aspect-ratio: auto;
}

.detail-row .eyebrow {
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: .14em;
}

.detail-row h2 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: clamp(26px, 2.8vw, 42px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.026em !important;
}

.detail-row p:not(.eyebrow) {
  max-width: 600px;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.58 !important;
}

@media (max-width: 1040px) {
  .detail-row,
  .detail-row.reverse {
    grid-template-columns: 1fr;
  }

  .detail-row.reverse img {
    order: 0;
  }

  .detail-row img,
  .detail-row img.creator-video-thumb {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

.detail.section-light {
  position: relative;
  min-height: 100vh;
  padding: clamp(54px, 4.2vw, 76px) 0 clamp(54px, 4.2vw, 76px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 48% 74%, rgba(255, 255, 255, .96), transparent 40%),
    linear-gradient(180deg, #fbfbfb 0%, #f1f1f1 100%);
}

.detail.section-light::before {
  content: "";
  position: absolute;
  inset: -24%;
  z-index: -1;
  background:
    radial-gradient(ellipse at var(--detail-bg-x, 50%) var(--detail-bg-y, 64%), rgba(var(--detail-bg-pop, 211, 255, 0), .82) 0%, rgba(var(--detail-bg-pop, 211, 255, 0), .62) 19%, rgba(var(--detail-bg-pop, 211, 255, 0), .28) 41%, transparent 62%),
    radial-gradient(ellipse at calc(var(--detail-bg-x, 50%) + 23%) calc(var(--detail-bg-y, 64%) + 7%), rgba(var(--detail-bg-soft, 255, 122, 0), .64) 0%, rgba(var(--detail-bg-soft, 255, 122, 0), .32) 32%, transparent 56%);
  opacity: 0;
  transform: scale(.9);
  filter: saturate(1.55) blur(1px);
  transition: opacity .56s ease, transform .72s cubic-bezier(.18, 1.32, .32, 1);
  pointer-events: none;
}

.detail.is-step-0 {
  --detail-bg-pop: 211, 255, 0;
  --detail-bg-soft: 255, 178, 0;
  --detail-bg-x: 43%;
  --detail-bg-y: 68%;
}

.detail.is-step-1 {
  --detail-bg-pop: 255, 122, 0;
  --detail-bg-soft: 255, 214, 0;
  --detail-bg-x: 51%;
  --detail-bg-y: 66%;
}

.detail.is-step-2 {
  --detail-bg-pop: 0, 245, 138;
  --detail-bg-soft: 196, 255, 0;
  --detail-bg-x: 59%;
  --detail-bg-y: 68%;
}

.detail.is-ready::before {
  opacity: 1;
  transform: scale(1);
  animation: detailBackgroundPop .72s cubic-bezier(.18, 1.32, .32, 1) both;
}

@keyframes detailBackgroundPop {
  0% {
    opacity: .28;
    transform: scale(.9);
  }
  52% {
    opacity: 1;
    transform: scale(1.045);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.detail-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - clamp(108px, 8.4vw, 152px));
  align-content: center;
  gap: clamp(50px, 5vw, 86px);
}

.detail-head {
  position: relative;
  z-index: 4;
  text-align: center;
  opacity: 0;
  transform: none !important;
  will-change: opacity;
}

.detail .detail-head.reveal,
.detail .detail-head.reveal.visible {
  opacity: 0;
  transform: none !important;
  transition: none;
}

.detail.is-entered .detail-head {
  animation: detailHeadFade 1.75s cubic-bezier(.16, 1, .3, 1) forwards;
}

.detail-head .eyebrow {
  color: #01B0D8 !important;
}

.detail-head .section-title {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(30px, 3vw, 48px) !important;
  line-height: 1.12 !important;
}

.detail-fan {
  position: relative;
  display: flex;
  min-height: clamp(410px, 37vw, 560px);
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
}

.detail-card {
  position: absolute;
  bottom: 0;
  width: clamp(280px, 23vw, 372px);
  aspect-ratio: 412 / 521;
  overflow: hidden;
  border-radius: clamp(24px, 2.6vw, 40px);
  background: #fff;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .18);
  transform-origin: 50% 1450px;
  cursor: pointer;
  isolation: isolate;
  transition: transform .82s cubic-bezier(.16, 1, .3, 1), opacity .72s ease, filter .82s cubic-bezier(.16, 1, .3, 1), box-shadow .82s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.detail.is-entered:not(.is-ready) .detail-card {
  transition-delay: 0s;
}

.detail-card:nth-child(1) {
  --detail-pop: 199, 248, 46;
  --detail-pop-strong: 166, 230, 24;
  transform: translateX(clamp(-180px, -13vw, -120px)) rotate(-10deg) scale(.88);
  z-index: 1;
}

.detail-card:nth-child(2) {
  --detail-pop: 255, 138, 42;
  --detail-pop-strong: 255, 111, 28;
  transform: translateY(-10px) rotate(-2deg) scale(1);
  z-index: 3;
}

.detail-card:nth-child(3) {
  --detail-pop: 55, 236, 166;
  --detail-pop-strong: 35, 206, 132;
  transform: translateX(clamp(120px, 13vw, 180px)) rotate(10deg) scale(.88);
  z-index: 2;
}

.detail-card:hover {
  z-index: 5;
  box-shadow: 0 42px 110px rgba(0, 0, 0, .24);
}

.detail-card:nth-child(1):hover {
  transform: translateX(clamp(-180px, -13vw, -120px)) translateY(-22px) rotate(-8deg) scale(.94);
}

.detail-card:nth-child(2):hover {
  transform: translateY(-34px) rotate(0deg) scale(1.04);
}

.detail-card:nth-child(3):hover {
  transform: translateX(clamp(120px, 13vw, 180px)) translateY(-22px) rotate(8deg) scale(.94);
}

.detail.is-step-0 .detail-card:nth-child(1),
.detail.is-step-1 .detail-card:nth-child(2),
.detail.is-step-2 .detail-card:nth-child(3) {
  z-index: 5;
  opacity: 1;
  filter: none;
  box-shadow: 0 42px 110px rgba(0, 0, 0, .24);
}

.detail.is-step-0 .detail-card:nth-child(1) {
  transform: translateX(0) translateY(-8px) rotate(-3deg) scale(1.06);
}

.detail.is-step-0 .detail-card:nth-child(2) {
  z-index: 3;
  opacity: .72;
  transform: translateX(clamp(136px, 10vw, 180px)) rotate(6deg) scale(.84);
}

.detail.is-step-0 .detail-card:nth-child(3) {
  z-index: 2;
  opacity: .46;
  transform: translateX(clamp(250px, 18vw, 330px)) rotate(14deg) scale(.68);
}

.detail.is-step-1 .detail-card:nth-child(1) {
  z-index: 2;
  opacity: .55;
  transform: translateX(clamp(-190px, -13vw, -140px)) rotate(-13deg) scale(.74);
}

.detail.is-step-1 .detail-card:nth-child(2) {
  transform: translateX(0) translateY(-8px) rotate(-1deg) scale(1.07);
}

.detail.is-step-1 .detail-card:nth-child(3) {
  z-index: 3;
  opacity: .72;
  transform: translateX(clamp(150px, 11vw, 200px)) rotate(9deg) scale(.78);
}

.detail.is-step-2 .detail-card:nth-child(1) {
  z-index: 1;
  opacity: .38;
  transform: translateX(clamp(-300px, -20vw, -240px)) rotate(-20deg) scale(.64);
}

.detail.is-step-2 .detail-card:nth-child(2) {
  z-index: 2;
  opacity: .58;
  transform: translateX(clamp(-174px, -12vw, -126px)) rotate(-11deg) scale(.74);
}

.detail.is-step-2 .detail-card:nth-child(3) {
  transform: translateX(0) translateY(-8px) rotate(3deg) scale(1.07);
}

.detail:not(.is-ready) .detail-card {
  opacity: 0 !important;
  pointer-events: none;
}

.detail.is-ready .detail-card {
  pointer-events: auto;
}

@keyframes detailHeadFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.detail-card img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) brightness(.92);
  transform: scale(1.03);
  transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .55s cubic-bezier(.22, 1, .36, 1);
}

.detail-card:hover img {
  filter: saturate(1.08) brightness(.86);
  transform: scale(1);
}

.detail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .18) 32%, rgba(0, 0, 0, .84)),
    radial-gradient(circle at 50% 72%, rgba(1, 176, 216, .18), transparent 42%);
  pointer-events: none;
}

.detail-card-copy {
  position: absolute;
  inset: auto clamp(18px, 1.55vw, 26px) clamp(22px, 2vw, 30px);
  z-index: 2;
  color: #fff;
  text-align: center;
}

.detail-card-copy .eyebrow {
  margin-bottom: 10px;
  color: #01B0D8 !important;
  font-size: 11px !important;
  letter-spacing: .15em !important;
}

.detail-card-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 1.45vw, 25px) !important;
  line-height: 1.16 !important;
  letter-spacing: -.02em !important;
  word-break: keep-all;
}

.detail-card-copy h3 br {
  display: none;
}

.detail-card-copy p:not(.eyebrow) {
  margin: 12px auto 0;
  max-width: 320px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(12px, .82vw, 14px) !important;
  line-height: 1.46 !important;
  word-break: keep-all;
}

@media (max-width: 1040px) {
  .detail.section-light {
    overflow: visible;
  }

  .detail-showcase {
    min-height: auto;
  }

  .detail-fan {
    display: grid;
    min-height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .detail-card,
  .detail-card:nth-child(1),
  .detail-card:nth-child(2),
  .detail-card:nth-child(3),
  .detail-card:nth-child(1):hover,
  .detail-card:nth-child(2):hover,
  .detail-card:nth-child(3):hover {
    position: relative;
    width: 100%;
    transform: none;
  }
}

@media (max-width: 720px) {
  .detail-fan {
    grid-template-columns: 1fr;
  }

  .detail-card {
    max-width: 360px;
    margin-inline: auto;
  }
}

.cases {
  position: relative;
  padding: clamp(88px, 7vw, 122px) 0;
  background: #050505;
  overflow: hidden;
  isolation: isolate;
}

.cases::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -24%;
  height: 54%;
  border-radius: 50% 50% 0 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(1, 176, 216, .24), rgba(1, 176, 216, .11) 34%, rgba(1, 176, 216, .035) 58%, transparent 76%);
  filter: blur(34px);
  opacity: .86;
  transform: none;
  pointer-events: none;
  z-index: -1;
}

.cases::after {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  bottom: -22%;
  height: 72%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1600 520' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='%2301B0D8'/%3E%3Cstop offset='.52' stop-color='%234C6BFF'/%3E%3Cstop offset='1' stop-color='%23FF37B8'/%3E%3C/linearGradient%3E%3Cfilter id='b'%3E%3CfeGaussianBlur stdDeviation='1.2'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M-120 390 C 180 96 430 500 700 305 C 960 118 1010 66 1160 140 C 1320 220 1340 430 1720 116' fill='none' stroke='url(%23g)' stroke-width='116' stroke-linecap='round' filter='url(%23b)' opacity='.82'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  opacity: .48;
  filter: blur(.2px) saturate(1.15);
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translate3d(0, 32%, 0) scale(1.04);
  opacity: 0;
  z-index: 0;
}

.cases.is-wave-active::after {
  animation: casesWaveRise 1.9s cubic-bezier(.22, 1, .36, 1) both;
}

.cases .wrap {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 56px));
}

@keyframes casesWaveRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 38%, 0) scale(1.04);
  }
  16% {
    opacity: .5;
  }
  58% {
    opacity: .42;
  }
  100% {
    opacity: .48;
    transform: translate3d(0, -8%, 0) scale(1.08);
  }
}

.cases .eyebrow,
.cases .section-title {
  text-align: center;
}

.cases .section-title {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(30px, 3.2vw, 52px) !important;
  line-height: 1.14 !important;
}

.cases .case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
  margin-top: clamp(42px, 4.2vw, 72px);
}

.cases .case {
  position: relative;
  min-height: clamp(390px, 34vw, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  padding: 0;
  background: #0b0b0b;
  box-shadow: none;
  isolation: isolate;
  cursor: default;
  animation: caseAutoFrame 12s infinite;
}

.cases .case:hover {
  transform: translateY(-8px);
  border-color: rgba(1, 176, 216, .68);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .46), 0 0 0 1px rgba(1, 176, 216, .18);
}

.cases .case img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) saturate(.25) brightness(.42);
  transform: scale(1.04);
  transition: filter .45s cubic-bezier(.22, 1, .36, 1), transform .55s cubic-bezier(.22, 1, .36, 1);
  z-index: -2;
  animation: caseAutoImage 12s infinite;
}

.cases .case::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .64) 66%, rgba(0, 0, 0, .9)),
    linear-gradient(90deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .06));
  z-index: -1;
  transition: opacity .45s cubic-bezier(.22, 1, .36, 1);
  animation: caseAutoDim 12s infinite;
}

.cases .case::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5) 44%, rgba(0, 0, 0, .88));
  opacity: .2;
  transition: opacity .36s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
  animation: caseAutoBottomDim 12s infinite;
}

.cases .case:hover img {
  filter: grayscale(0) saturate(1.35) brightness(1.02);
  transform: scale(1);
}

.cases .case:hover::before {
  opacity: .48;
}

.cases .case:hover::after {
  opacity: 1;
}

.case-copy {
  position: absolute;
  left: clamp(22px, 2vw, 30px);
  right: clamp(22px, 2vw, 30px);
  top: auto;
  bottom: clamp(24px, 2vw, 32px);
  display: flex;
  min-height: clamp(160px, 13vw, 205px);
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(52px);
  transition: transform .48s cubic-bezier(.22, 1, .36, 1);
  z-index: 1;
  animation: caseAutoCopy 12s infinite;
}

.case-copy span {
  margin-bottom: 11px;
  color: #01B0D8;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cases .case h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1.16;
  letter-spacing: -.025em;
}

.cases .case p {
  max-width: 285px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(13px, .9vw, 15px);
  line-height: 1.55;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .36s cubic-bezier(.22, 1, .36, 1), transform .36s cubic-bezier(.22, 1, .36, 1);
  animation: caseAutoText 12s infinite;
}

.cases .case:nth-child(2),
.cases .case:nth-child(2) img,
.cases .case:nth-child(2)::before,
.cases .case:nth-child(2)::after,
.cases .case:nth-child(2) .case-copy,
.cases .case:nth-child(2) p {
  animation-delay: 3s;
}

.cases .case:nth-child(3),
.cases .case:nth-child(3) img,
.cases .case:nth-child(3)::before,
.cases .case:nth-child(3)::after,
.cases .case:nth-child(3) .case-copy,
.cases .case:nth-child(3) p {
  animation-delay: 6s;
}

.cases .case:nth-child(4),
.cases .case:nth-child(4) img,
.cases .case:nth-child(4)::before,
.cases .case:nth-child(4)::after,
.cases .case:nth-child(4) .case-copy,
.cases .case:nth-child(4) p {
  animation-delay: 9s;
}

.cases .case-grid:hover .case,
.cases .case-grid:hover .case img,
.cases .case-grid:hover .case::before,
.cases .case-grid:hover .case::after,
.cases .case-grid:hover .case .case-copy,
.cases .case-grid:hover .case p {
  animation: none !important;
}

@keyframes caseAutoFrame {
  0%, 18%, 100% {
    border-color: rgba(255, 255, 255, .12);
    box-shadow: none;
  }
  5%, 13% {
    border-color: rgba(1, 176, 216, .62);
    box-shadow: 0 24px 72px rgba(0, 0, 0, .42), 0 0 0 1px rgba(1, 176, 216, .14);
  }
}

@keyframes caseAutoImage {
  0%, 18%, 100% {
    filter: grayscale(1) saturate(.25) brightness(.42);
    transform: scale(1.04);
  }
  5%, 13% {
    filter: grayscale(0) saturate(1.35) brightness(1.02);
    transform: scale(1);
  }
}

@keyframes caseAutoDim {
  0%, 18%, 100% {
    opacity: 1;
  }
  5%, 13% {
    opacity: .48;
  }
}

@keyframes caseAutoBottomDim {
  0%, 18%, 100% {
    opacity: .2;
  }
  5%, 13% {
    opacity: 1;
  }
}

@keyframes caseAutoCopy {
  0%, 18%, 100% {
    transform: translateY(52px);
  }
  5%, 13% {
    transform: translateY(0);
  }
}

@keyframes caseAutoText {
  0%, 18%, 100% {
    opacity: 0;
    transform: translateY(12px);
  }
  5%, 13% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cases .case:hover .case-copy,
.cases .case:focus-within .case-copy {
  transform: translateY(0);
}

.cases .case:hover p,
.cases .case:focus-within p {
  opacity: 1;
  transform: translateY(0);
}

.cases .case,
.cases .case img,
.cases .case::before,
.cases .case::after,
.cases .case .case-copy,
.cases .case p {
  animation: none !important;
}

.cases .case.is-auto-active {
  border-color: rgba(1, 176, 216, .68);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .46), 0 0 0 1px rgba(1, 176, 216, .18);
}

.cases .case.is-auto-active img {
  filter: grayscale(0) saturate(1.35) brightness(1.02);
  transform: scale(1);
}

.cases .case.is-auto-active::before {
  opacity: .48;
}

.cases .case.is-auto-active::after {
  opacity: 1;
}

.cases .case.is-auto-active .case-copy,
.cases .case.is-auto-active p {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .cases .case,
  .cases .case img,
  .cases .case::before,
  .cases .case::after,
  .cases .case .case-copy,
  .cases .case p {
    animation: none !important;
  }

  .cases .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cases .case {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .cases .wrap {
    width: min(100% - 32px, 520px);
  }

  .cases .case-grid {
    grid-template-columns: 1fr;
  }

  .cases .case {
    min-height: 420px;
  }

  .case-copy,
  .cases .case p {
    transform: none;
    opacity: 1;
  }
}

@media (min-width: 1041px) {
  .problem,
  .features,
  .asset-section,
  .detail.section-light,
  .cases,
  .comparison,
  .trust,
  .pricing,
  .final-cta {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
  }

  .problem {
    padding-top: clamp(72px, 5.8vw, 104px);
    padding-bottom: clamp(72px, 5.8vw, 104px);
  }

  .features,
  .asset-section,
  .cases,
  .comparison,
  .trust,
  .pricing {
    padding-top: clamp(84px, 6.5vw, 118px);
    padding-bottom: clamp(84px, 6.5vw, 118px);
  }

  .detail.section-light {
    padding-top: clamp(76px, 6vw, 104px);
    padding-bottom: clamp(76px, 6vw, 104px);
  }

  .final-cta {
    padding-top: clamp(100px, 8vw, 140px);
    padding-bottom: clamp(100px, 8vw, 140px);
  }
}

.trust {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 16% 30%, rgba(29, 132, 255, .28), transparent 22%),
    radial-gradient(circle at 84% 28%, rgba(255, 226, 0, .24), transparent 20%),
    radial-gradient(circle at 50% 82%, rgba(255, 55, 125, .18), transparent 28%),
    radial-gradient(circle at 52% 48%, rgba(1, 176, 216, .16), transparent 34%),
    #050505;
}

.trust::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(940px, 68vw);
  height: min(940px, 68vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(1, 176, 216, .2), rgba(255, 226, 0, .09) 34%, rgba(255, 55, 125, .08) 52%, transparent 72%);
  filter: blur(34px);
  opacity: .76;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

.trust .wrap {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.trust-objects {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
  perspective: 1200px;
}

.trust-object {
  position: absolute;
  width: clamp(140px, 10vw, 190px);
  opacity: 1;
  filter: drop-shadow(0 32px 58px rgba(0, 0, 0, .5));
  transform:
    perspective(900px)
    translateY(96px)
    scale(.84)
    rotateX(var(--trust-tilt-x, 0deg))
    rotateY(var(--trust-tilt-y, 0deg))
    rotateZ(var(--trust-rotate, 0deg));
  transform-style: preserve-3d;
}

.trust-object-meta {
  --trust-rotate: -16deg;
  --trust-tilt-x: 10deg;
  --trust-tilt-y: 20deg;
  left: max(40px, calc(50% - 610px));
  top: clamp(-18px, -1vw, 4px);
}

.trust-object-kakao {
  --trust-rotate: 14deg;
  --trust-tilt-x: 8deg;
  --trust-tilt-y: -22deg;
  right: max(40px, calc(50% - 610px));
  top: clamp(-18px, -1vw, 4px);
  animation-delay: .16s;
}

.trust .eyebrow,
.trust .section-title,
.trust .trust-grid {
  position: relative;
  z-index: 2;
}

.trust .section-title {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(34px, 4vw, 62px) !important;
  line-height: 1.08 !important;
  white-space: normal;
}

.trust .trust-grid {
  gap: clamp(14px, 1.3vw, 20px);
  margin-top: clamp(50px, 4.5vw, 76px);
}

.trust .trust-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(174px, 14vw, 220px);
  padding: clamp(24px, 2vw, 32px);
  border: 0;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .32);
  backdrop-filter: none;
  overflow: hidden;
}

.trust .trust-card:nth-child(1) {
  background: #1d84ff;
  color: #050505;
}

.trust .trust-card:nth-child(2) {
  background: #ffe100;
  color: #050505;
}

.trust .trust-card:nth-child(3) {
  background: #01b0d8;
  color: #050505;
}

.trust .trust-card:nth-child(4) {
  background: #ff377d;
  color: #050505;
}

.trust .trust-card h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: clamp(22px, 1.65vw, 29px) !important;
  line-height: 1.12 !important;
  white-space: nowrap;
}

.trust .trust-card p {
  margin: 0;
  color: currentColor;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.55 !important;
  opacity: .82;
}

.trust-card-icon {
  position: relative;
  display: block;
  width: clamp(58px, 4.8vw, 82px);
  height: clamp(58px, 4.8vw, 82px);
  margin-left: auto;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .18));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .72),
    0 18px 44px rgba(0, 0, 0, .13);
}

.trust-card-icon::before,
.trust-card-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: currentColor;
  opacity: .22;
}

.trust-card-icon::before {
  width: 42%;
  height: 42%;
  left: 22%;
  top: 20%;
}

.trust-card-icon::after {
  width: 58%;
  height: 13%;
  left: 22%;
  bottom: 24%;
}

.trust-card-copy {
  position: relative;
  z-index: 1;
  margin-top: clamp(38px, 4.5vw, 72px);
  align-self: flex-start;
  text-align: left;
}

.trust .reveal {
  transform: translateY(52px);
  transition-duration: .95s;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1);
}

.trust .reveal.visible {
  transform: translateY(0);
}

.trust .eyebrow.reveal {
  transition-delay: .04s;
}

.trust .section-title.reveal {
  transition-delay: .14s;
}

.trust .trust-card.reveal:nth-child(1) {
  transition-delay: .24s;
}

.trust .trust-card.reveal:nth-child(2) {
  transition-delay: .32s;
}

.trust .trust-card.reveal:nth-child(3) {
  transition-delay: .4s;
}

.trust .trust-card.reveal:nth-child(4) {
  transition-delay: .48s;
}

.trust:has(.reveal.visible) .trust-object {
  animation: trustObjectRise .92s cubic-bezier(.16, 1, .3, 1) forwards, trustObjectFloat 5.8s ease-in-out .92s infinite;
}

.trust:has(.reveal.visible) .trust-object-kakao {
  animation-name: trustObjectRise, trustObjectFloatKakao;
  animation-duration: 1.02s, 6.7s;
}

@keyframes trustObjectRise {
  from {
    transform:
      perspective(900px)
      translateY(96px)
      scale(.84)
      rotateX(var(--trust-tilt-x, 0deg))
      rotateY(var(--trust-tilt-y, 0deg))
      rotateZ(var(--trust-rotate, 0deg));
  }
  to {
    transform:
      perspective(900px)
      translateY(0)
      scale(1)
      rotateX(var(--trust-tilt-x, 0deg))
      rotateY(var(--trust-tilt-y, 0deg))
      rotateZ(var(--trust-rotate, 0deg));
  }
}

/* Follower vs customer DB atmosphere */
.asset-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(72px, 5.2vw, 96px) !important;
  padding-bottom: clamp(88px, 6vw, 118px) !important;
  background: #050505 !important;
}

.asset-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("asset/img/sub/creator/customer-db-bg.png") center bottom / cover no-repeat;
  opacity: .64;
  filter: saturate(1.12) brightness(1.06);
  transform: scale(1.01);
  pointer-events: none;
}

.asset-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 34%, rgba(1, 176, 216, .13), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .6) 42%, rgba(0, 0, 0, .72));
  pointer-events: none;
}

.asset-section .wrap {
  position: relative;
  z-index: 1;
}

.asset-section .eyebrow {
  margin-bottom: 12px;
}

.asset-section .section-sub {
  margin-top: 18px;
}

.asset-section .asset-grid {
  gap: clamp(16px, 1.6vw, 24px);
  margin-top: clamp(34px, 3.2vw, 48px);
  margin-bottom: clamp(30px, 3vw, 46px) !important;
}

.asset-section .asset-card {
  padding: clamp(24px, 2.1vw, 34px);
  border-radius: clamp(24px, 2vw, 32px);
  background:
    linear-gradient(180deg, rgba(8, 12, 15, .9), rgba(5, 8, 10, .82)),
    rgba(5, 8, 10, .82) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .055) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

.asset-section .asset-card h3 {
  justify-content: center;
  text-align: center;
  margin-bottom: clamp(20px, 1.7vw, 26px) !important;
}

.asset-section .asset-title-icon {
  display: none !important;
}

.asset-section .asset-card ul {
  gap: clamp(10px, .95vw, 14px);
}

.asset-section .asset-card li {
  gap: 4px;
}

.asset-section .asset-line {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
  padding: clamp(18px, 1.5vw, 22px) clamp(22px, 2vw, 32px);
  background:
    linear-gradient(180deg, rgba(8, 13, 16, .86), rgba(4, 7, 9, .78)),
    rgba(5, 8, 10, .8) !important;
  border-color: rgba(1, 176, 216, .34) !important;
  box-shadow:
    0 18px 56px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
}

.asset-card.highlight {
  position: relative;
  border-color: rgba(1, 176, 216, .82) !important;
  background:
    linear-gradient(180deg, rgba(1, 176, 216, .19), rgba(1, 176, 216, .075)),
    rgba(0, 24, 30, .86) !important;
  box-shadow:
    0 0 0 1px rgba(1, 176, 216, .22),
    0 0 34px rgba(1, 176, 216, .22),
    0 26px 86px rgba(1, 176, 216, .13),
    inset 0 0 42px rgba(1, 176, 216, .07) !important;
}

.asset-card.highlight::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(1, 176, 216, .32), transparent 62%);
  filter: blur(18px);
  opacity: .78;
  animation: assetDbGlow 3.2s ease-in-out infinite;
  pointer-events: none;
}

.asset-card.highlight li {
  opacity: 1;
  transform: none;
}

.asset-card.highlight.visible li::before,
.asset-card.highlight:hover li::before {
  animation: assetCheckPulse 7.2s cubic-bezier(.16, 1, .3, 1) infinite;
}

.asset-card.highlight.visible li:nth-child(1)::before,
.asset-card.highlight:hover li:nth-child(1)::before {
  animation-delay: 0s;
}

.asset-card.highlight.visible li:nth-child(2)::before,
.asset-card.highlight:hover li:nth-child(2)::before {
  animation-delay: .55s;
}

.asset-card.highlight.visible li:nth-child(3)::before,
.asset-card.highlight:hover li:nth-child(3)::before {
  animation-delay: 1.1s;
}

.asset-card.highlight.visible li:nth-child(4)::before,
.asset-card.highlight:hover li:nth-child(4)::before {
  animation-delay: 1.65s;
}

.asset-card.highlight.visible li:nth-child(5)::before,
.asset-card.highlight:hover li:nth-child(5)::before {
  animation-delay: 2.2s;
}

@keyframes assetDbGlow {
  0%, 100% {
    opacity: .54;
    transform: scale(.985);
  }
  50% {
    opacity: .94;
    transform: scale(1.018);
  }
}

@keyframes assetCheckPulse {
  0%, 12% {
    background: rgba(1, 176, 216, .34);
    color: #fff;
    box-shadow: 0 0 22px rgba(1, 176, 216, .42);
    transform: scale(1.08);
  }
  24%, 100% {
    background: rgba(1, 176, 216, .16);
    color: #01B0D8;
    box-shadow: none;
    transform: scale(1);
  }
}

@keyframes assetLineHeartbeat {
  0%, 64%, 100% {
    transform: scale(1);
    text-shadow: 0 0 18px rgba(1, 176, 216, .16);
  }
  12% {
    transform: scale(1.035);
    text-shadow: 0 0 28px rgba(1, 176, 216, .34);
  }
  22% {
    transform: scale(.992);
  }
  34% {
    transform: scale(1.022);
    text-shadow: 0 0 24px rgba(1, 176, 216, .28);
  }
  46% {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .asset-card.highlight::after,
  .asset-card.highlight.visible li::before,
  .asset-card.highlight:hover li::before,
  .asset-line strong {
    animation: none !important;
  }

  .asset-card.highlight li {
    opacity: 1;
    transform: none;
  }
}

@keyframes trustObjectFloat {
  0%, 100% {
    translate: 0 0;
  }
  36% {
    translate: 0 -16px;
  }
  68% {
    translate: 8px -7px;
  }
}

@keyframes trustObjectFloatKakao {
  0%, 100% {
    translate: 0 0;
  }
  31% {
    translate: -10px -12px;
  }
  67% {
    translate: 7px -20px;
  }
}

@media (max-width: 760px) {
  .trust-objects {
    display: none;
  }

  .trust .section-title {
    max-width: 420px;
  }
}

@media (max-width: 1040px) {
  .trust .section-title,
  .trust .trust-card h3 {
    white-space: normal;
  }
}

/* Final title alignment overrides */
.problem .problem-copy > .eyebrow,
.problem .problem-copy > .section-title,
.problem .problem-copy > .section-sub {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.problem .problem-copy > .section-title {
  max-width: 940px;
}

.problem .problem-copy > .section-sub {
  max-width: 1180px !important;
}

.solution-head {
  max-width: 980px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.solution-head .eyebrow,
.solution-head .section-title,
.solution-head .section-sub {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Flow-based comparison */
.comparison {
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 72%, rgba(1, 176, 216, .09), transparent 26%),
    radial-gradient(circle at 82% 62%, rgba(255, 55, 125, .08), transparent 24%),
    #f2f2f2 !important;
}

.comparison .wrap {
  width: min(1280px, calc(100% - 44px));
}

.comparison .section-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.compare-flow {
  position: relative;
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(38px, 4vw, 60px);
}

.compare-entry {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 22px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}

.compare-entry::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  width: 1px;
  height: 32px;
  background: linear-gradient(180deg, rgba(5, 5, 5, .28), transparent);
}

.compare-entry span {
  color: #01B0D8;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.compare-entry strong {
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 760;
}

.compare-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  align-items: stretch;
}

.compare-path {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: clamp(520px, 42vw, 620px);
  padding: clamp(24px, 2.5vw, 36px);
  border-radius: clamp(28px, 2.8vw, 42px);
  overflow: hidden;
}

.compare-path::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.compare-path-old {
  color: #151515;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(247, 247, 247, .9));
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .08);
}

.compare-path-old::before {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}

.compare-path-blocks {
  color: #fff;
  background:
    radial-gradient(circle at 74% 10%, rgba(1, 176, 216, .24), transparent 32%),
    linear-gradient(145deg, #050505 0%, #071015 58%, #020607 100%);
  border: 1px solid rgba(1, 176, 216, .46);
  box-shadow:
    0 28px 90px rgba(1, 176, 216, .18),
    0 22px 80px rgba(0, 0, 0, .12);
}

.compare-path-blocks::before {
  box-shadow:
    inset 0 0 0 1px rgba(1, 176, 216, .2),
    inset 0 0 70px rgba(1, 176, 216, .08);
}

.compare-path-head {
  position: relative;
  z-index: 1;
}

.compare-path-head span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.compare-path-old .compare-path-head span {
  background: rgba(0, 0, 0, .07);
  color: rgba(0, 0, 0, .54);
}

.compare-path-blocks .compare-path-head span {
  background: #01B0D8;
  color: #030303;
}

.compare-path-head h3 {
  margin: clamp(16px, 1.4vw, 22px) 0 0;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.compare-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: clamp(150px, 14vw, 210px);
  margin-top: clamp(22px, 2vw, 30px);
  border-radius: 26px;
  overflow: hidden;
}

.compare-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .7;
}

.compare-visual-empty {
  background: #e7e7e7;
}

.compare-visual-empty::before {
  background:
    linear-gradient(135deg, transparent 0 47%, rgba(0, 0, 0, .12) 48% 52%, transparent 53%),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, .055) 0 1px, transparent 1px 28px);
}

.compare-visual-active {
  background:
    linear-gradient(135deg, rgba(1, 176, 216, .26), rgba(1, 176, 216, .06)),
    #0b171d;
  box-shadow: inset 0 0 0 1px rgba(1, 176, 216, .28);
}

.compare-visual-active::before {
  background:
    radial-gradient(circle at 32% 42%, rgba(1, 176, 216, .42), transparent 24%),
    radial-gradient(circle at 68% 58%, rgba(255, 55, 125, .28), transparent 30%);
}

.compare-visual span {
  position: relative;
  z-index: 1;
  color: rgba(0, 0, 0, .38);
  font-size: 14px;
  font-weight: 800;
}

.compare-visual-active span {
  color: rgba(255, 255, 255, .72);
}

.compare-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: clamp(24px, 2.2vw, 34px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: compare-step;
}

.compare-steps li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 11px 14px 11px 50px;
  border-radius: 16px;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 760;
  counter-increment: compare-step;
}

.compare-steps li::before {
  content: counter(compare-step, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.compare-path-old .compare-steps li {
  color: rgba(0, 0, 0, .48);
  background: rgba(0, 0, 0, .035);
}

.compare-path-old .compare-steps li:nth-child(n+3) {
  color: rgba(0, 0, 0, .31);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 55, 125, .46);
}

.compare-path-old .compare-steps li::before {
  color: rgba(0, 0, 0, .32);
}

.compare-path-blocks .compare-steps li {
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
  animation: compareStepGlow 5.8s cubic-bezier(.16, 1, .3, 1) infinite;
}

.compare-path-blocks .compare-steps li::before {
  color: #01B0D8;
}

.compare-path-blocks .compare-steps li:nth-child(1) {
  animation-delay: 0s;
}

.compare-path-blocks .compare-steps li:nth-child(2) {
  animation-delay: .45s;
}

.compare-path-blocks .compare-steps li:nth-child(3) {
  animation-delay: .9s;
}

.compare-path-blocks .compare-steps li:nth-child(4) {
  animation-delay: 1.35s;
}

.compare-path-blocks .compare-steps li:nth-child(5) {
  animation-delay: 1.8s;
}

.compare-result {
  position: absolute;
  right: clamp(24px, 2.5vw, 36px);
  bottom: clamp(24px, 2.5vw, 36px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #01B0D8;
  color: #020202;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 44px rgba(1, 176, 216, .32);
}

.compare-message {
  margin: 0 auto;
  padding: 18px 28px;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 780;
  text-align: center;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .12);
}

.compare-message strong,
.compare-message b {
  color: #01B0D8;
}

@keyframes compareStepGlow {
  0%, 78%, 100% {
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    transform: translateX(0);
  }
  12%, 24% {
    background: rgba(1, 176, 216, .18);
    box-shadow:
      inset 0 0 0 1px rgba(1, 176, 216, .32),
      0 10px 26px rgba(1, 176, 216, .16);
    transform: translateX(5px);
  }
}

@media (max-width: 1040px) {
  .compare-paths {
    grid-template-columns: 1fr;
  }

  .compare-path {
    min-height: auto;
  }

  .compare-result {
    position: static;
    width: fit-content;
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .compare-entry {
    flex-direction: column;
    gap: 5px;
    border-radius: 22px;
  }

  .compare-path {
    padding: 22px;
    border-radius: 26px;
  }

  .compare-path-head h3 {
    font-size: 28px;
  }

  .compare-message {
    border-radius: 22px;
  }
}

/* Comparison compact horizontal flow */
.compare-flow {
  gap: clamp(16px, 1.7vw, 24px);
  margin-top: clamp(30px, 3.2vw, 46px);
}

.compare-path {
  grid-template-rows: auto auto auto;
  min-height: 0;
  padding: clamp(24px, 2.25vw, 34px);
}

.compare-path-head h3 {
  max-width: 430px;
  font-size: clamp(26px, 2.25vw, 36px);
  line-height: 1.12;
}

.compare-visual {
  min-height: clamp(118px, 10vw, 160px);
  margin-top: clamp(18px, 1.5vw, 24px);
  border-radius: 22px;
}

.compare-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: clamp(18px, 1.7vw, 24px);
}

.compare-steps li {
  min-height: 70px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px 10px 11px;
  border-radius: 15px;
  font-size: clamp(12px, .86vw, 14px);
  line-height: 1.28;
  word-break: keep-all;
}

.compare-steps li::before {
  left: 10px;
  top: 11px;
  transform: none;
  font-size: 11px;
}

.compare-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  z-index: 2;
  width: 8px;
  height: 1px;
  background: currentColor;
  opacity: .22;
}

.compare-result {
  position: static;
  width: fit-content;
  min-height: 38px;
  margin-top: 14px;
  padding: 10px 16px;
  font-size: 14px;
}

@media (max-width: 1040px) {
  .compare-steps {
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }
}

@media (max-width: 640px) {
  .compare-steps {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .compare-steps li {
    min-height: 44px;
    justify-content: center;
    padding: 12px 14px 12px 48px;
  }

  .compare-steps li::before {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .compare-steps li:not(:last-child)::after {
    display: none;
  }
}

/* Lighten Blocks comparison card */
.compare-path-blocks {
  color: #070707 !important;
  background:
    radial-gradient(circle at 84% 0%, rgba(1, 176, 216, .16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(239, 250, 253, .95)) !important;
  border: 1px solid rgba(1, 176, 216, .32) !important;
  box-shadow:
    0 30px 90px rgba(1, 176, 216, .12),
    0 24px 70px rgba(0, 0, 0, .08) !important;
}

.compare-path-blocks::before {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .78),
    inset 0 0 46px rgba(1, 176, 216, .08) !important;
}

.compare-path-blocks .compare-path-head h3 {
  color: #070707 !important;
}

.compare-visual-active {
  background:
    linear-gradient(135deg, rgba(1, 176, 216, .16), rgba(255, 55, 125, .08)),
    #eef8fb !important;
  box-shadow:
    inset 0 0 0 1px rgba(1, 176, 216, .24),
    0 16px 38px rgba(1, 176, 216, .08) !important;
}

.compare-visual-active::before {
  opacity: .55;
  background:
    radial-gradient(circle at 32% 42%, rgba(1, 176, 216, .28), transparent 25%),
    radial-gradient(circle at 68% 58%, rgba(255, 55, 125, .16), transparent 32%) !important;
}

.compare-visual-active span {
  color: rgba(0, 0, 0, .42) !important;
}

.compare-path-blocks .compare-steps li {
  color: rgba(0, 0, 0, .72) !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow:
    inset 0 0 0 1px rgba(1, 176, 216, .14),
    0 10px 26px rgba(1, 176, 216, .06) !important;
}

.compare-path-blocks .compare-steps li::before {
  color: #01B0D8 !important;
}

.compare-path-blocks .compare-steps li:not(:last-child)::after {
  color: rgba(1, 176, 216, .52);
}

/* Lean flow-chart comparison */
.comparison .wrap {
  width: min(1420px, calc(100% - 56px)) !important;
}

.comparison .section-title {
  max-width: 940px !important;
}

.compare-flow {
  gap: clamp(14px, 1.5vw, 22px) !important;
  margin-top: clamp(28px, 3vw, 44px) !important;
}

.compare-entry {
  padding: 10px 18px !important;
  gap: 10px !important;
  box-shadow: 0 14px 42px rgba(0, 0, 0, .13) !important;
}

.compare-entry::after {
  height: 24px !important;
  top: calc(100% + 3px) !important;
}

.compare-paths {
  gap: clamp(16px, 1.8vw, 24px) !important;
}

.compare-path {
  display: flex !important;
  flex-direction: column;
  min-height: 0 !important;
  padding: clamp(22px, 2vw, 30px) !important;
  border-radius: clamp(24px, 2.2vw, 34px) !important;
}

.compare-path-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.compare-path-head span {
  flex: 0 0 auto;
  min-height: 30px !important;
  padding: 7px 12px !important;
}

.compare-path-head h3 {
  max-width: 430px !important;
  margin: 2px 0 0 !important;
  font-size: clamp(25px, 2.1vw, 34px) !important;
  line-height: 1.12 !important;
  text-align: right;
}

.compare-visual {
  display: none !important;
}

.compare-steps {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 9px !important;
  margin-top: clamp(24px, 2vw, 30px) !important;
}

.compare-steps li {
  min-height: clamp(76px, 6.8vw, 98px) !important;
  padding: 31px 12px 14px !important;
  border-radius: 16px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  font-size: clamp(13px, .95vw, 15px) !important;
  line-height: 1.24 !important;
  word-break: keep-all;
}

.compare-steps li::before {
  left: 12px !important;
  top: 11px !important;
  transform: none !important;
  font-size: 11px !important;
}

.compare-steps li:not(:last-child)::after {
  content: "" !important;
  position: absolute;
  right: -11px !important;
  top: 50% !important;
  z-index: 5;
  width: 15px !important;
  height: 15px !important;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background: transparent !important;
  transform: translateY(-50%) rotate(45deg);
  opacity: .34 !important;
}

.compare-path-old .compare-steps li {
  background: rgba(0, 0, 0, .035) !important;
}

.compare-path-old .compare-steps li:nth-child(n+3) {
  background: rgba(255, 55, 125, .055) !important;
  color: rgba(0, 0, 0, .36) !important;
}

.compare-path-old .compare-steps li:nth-child(n+3)::after {
  opacity: .12 !important;
}

.compare-path-blocks .compare-steps li {
  background: #fff !important;
}

.compare-path-blocks .compare-steps li:nth-child(n+3) {
  color: #040404 !important;
  background: rgba(1, 176, 216, .14) !important;
  box-shadow:
    inset 0 0 0 1px rgba(1, 176, 216, .24),
    0 12px 28px rgba(1, 176, 216, .08) !important;
}

.compare-result {
  display: flex !important;
  width: 100% !important;
  min-height: 42px !important;
  margin-top: clamp(14px, 1.4vw, 20px) !important;
  border-radius: 16px !important;
  font-size: 15px !important;
}

.compare-result-muted {
  background: rgba(0, 0, 0, .075) !important;
  color: rgba(0, 0, 0, .42) !important;
  box-shadow: none !important;
}

.compare-path-blocks .compare-result {
  background: #01B0D8 !important;
  color: #020202 !important;
}

.compare-message {
  padding: 14px 24px !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
}

@media (max-width: 1040px) {
  .compare-path-head {
    display: grid;
  }

  .compare-path-head h3 {
    text-align: left;
  }

  .compare-steps {
    grid-template-columns: repeat(5, minmax(96px, 1fr)) !important;
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  .comparison .wrap {
    width: min(100% - 28px, 1420px) !important;
  }

  .compare-steps {
    grid-template-columns: 1fr !important;
    overflow: visible;
  }

  .compare-steps li {
    min-height: 48px !important;
    padding: 13px 14px 13px 48px !important;
    align-items: center !important;
  }

  .compare-steps li::before {
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .compare-steps li:not(:last-child)::after {
    display: none !important;
  }
}

/* Header mapping and CTA polish */
main > section,
main > .detail,
main > .cases,
main > .trust {
  scroll-margin-top: 34px;
}

/* Comparison v2: shared start, lane-by-lane outcome */
.comparison .wrap {
  width: min(1500px, calc(100% - 56px)) !important;
}

.compare-flow-v2 {
  --compare-blue: #01B0D8;
  --compare-ink: #050505;
  --compare-muted: rgba(5, 5, 5, .52);
  --compare-loss: #F04452;
  --compare-loss-soft: rgba(240, 68, 82, .1);
  --compare-line: rgba(5, 5, 5, .18);
  gap: clamp(18px, 1.8vw, 28px) !important;
  margin-top: clamp(32px, 3.6vw, 54px) !important;
}

.compare-flow-v2 .compare-start {
  position: relative;
  z-index: 3;
  padding: 11px 22px !important;
  color: #fff !important;
  background: var(--compare-ink) !important;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .14) !important;
}

.compare-flow-v2 .compare-start::after {
  top: calc(100% + 2px) !important;
  height: 34px !important;
  background: linear-gradient(180deg, rgba(5, 5, 5, .34), rgba(5, 5, 5, 0)) !important;
}

.compare-matrix {
  position: relative;
  display: grid;
  gap: 16px;
}

.compare-matrix::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: min(74%, 1040px);
  height: 34px;
  border-top: 1px solid rgba(5, 5, 5, .12);
  border-left: 1px solid rgba(5, 5, 5, .12);
  border-right: 1px solid rgba(5, 5, 5, .12);
  border-radius: 28px 28px 0 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-lane {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(220px, .72fr) minmax(620px, 1.7fr) minmax(148px, .34fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: center;
  min-height: 0 !important;
  padding: clamp(22px, 2.2vw, 34px) !important;
  border-radius: clamp(24px, 2.3vw, 34px) !important;
  overflow: hidden;
}

.compare-lane::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.compare-lane-old {
  color: var(--compare-ink) !important;
  background:
    radial-gradient(circle at 96% 50%, rgba(240, 68, 82, .08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 247, 248, .94)) !important;
  border: 1px solid rgba(5, 5, 5, .08) !important;
  box-shadow: 0 24px 76px rgba(0, 0, 0, .07) !important;
}

.compare-lane-old::before {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .76);
}

.compare-lane-blocks {
  color: var(--compare-ink) !important;
  background:
    radial-gradient(circle at 92% 42%, rgba(1, 176, 216, .18), transparent 34%),
    linear-gradient(180deg, rgba(246, 253, 255, .99), rgba(229, 248, 253, .94)) !important;
  border: 1px solid rgba(1, 176, 216, .34) !important;
  box-shadow:
    0 30px 92px rgba(1, 176, 216, .12),
    0 18px 60px rgba(0, 0, 0, .06) !important;
}

.compare-lane-blocks::before {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .72),
    inset 0 0 58px rgba(1, 176, 216, .08);
}

.compare-lane-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-content: center;
}

.compare-lane-head span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.compare-lane-old .compare-lane-head span {
  color: rgba(5, 5, 5, .58);
  background: rgba(5, 5, 5, .07);
}

.compare-lane-blocks .compare-lane-head span {
  color: #020202;
  background: var(--compare-blue);
  box-shadow: 0 12px 28px rgba(1, 176, 216, .24);
}

.compare-lane-head h3 {
  margin: 0;
  color: var(--compare-ink) !important;
  font-size: clamp(21px, 1.65vw, 30px);
  line-height: 1.22;
  letter-spacing: -.025em;
}

.compare-flow-v2 .compare-node-row {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(92px, 1fr)) !important;
  gap: clamp(26px, 2.7vw, 42px) !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  list-style: none;
  counter-reset: none !important;
}

.compare-flow-v2 .compare-node-row li {
  position: relative;
  display: grid !important;
  place-items: center;
  width: clamp(86px, 7vw, 112px);
  aspect-ratio: 1;
  min-height: 0 !important;
  margin: 0 auto;
  padding: 13px !important;
  border-radius: 50% !important;
  text-align: center;
  word-break: keep-all;
  animation: none !important;
  transform: none !important;
}

.compare-flow-v2 .compare-node-row li::before {
  display: none !important;
}

.compare-flow-v2 .compare-node-row li:not(:last-child)::after {
  content: "" !important;
  position: absolute;
  left: calc(100% + 8px) !important;
  right: auto !important;
  top: 50% !important;
  z-index: 2;
  display: block !important;
  width: clamp(22px, 2.1vw, 34px) !important;
  height: 18px !important;
  border: 0 !important;
  background: currentColor !important;
  clip-path: polygon(0 43%, calc(100% - 10px) 43%, calc(100% - 10px) 20%, 100% 50%, calc(100% - 10px) 80%, calc(100% - 10px) 57%, 0 57%);
  opacity: .46 !important;
  transform: translateY(-50%) !important;
}

.compare-flow-v2 .compare-node-row li span {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .06em;
}

.compare-flow-v2 .compare-node-row li strong {
  display: block;
  max-width: 74px;
  color: inherit;
  font-size: clamp(12px, .9vw, 14px);
  font-weight: 880;
  line-height: 1.24;
}

.compare-lane-old .compare-node-row li {
  color: rgba(5, 5, 5, .55) !important;
  background: rgba(5, 5, 5, .045) !important;
  box-shadow:
    inset 0 0 0 1px rgba(5, 5, 5, .07),
    0 12px 26px rgba(0, 0, 0, .04) !important;
}

.compare-lane-old .compare-node-row .is-loss {
  color: #9F1D2A !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(240, 68, 82, .13)),
    var(--compare-loss-soft) !important;
  box-shadow:
    inset 0 0 0 1px rgba(240, 68, 82, .22),
    0 14px 28px rgba(240, 68, 82, .08) !important;
}

.compare-lane-old .compare-node-row .is-loss::after {
  color: var(--compare-loss) !important;
  opacity: .56 !important;
}

.compare-lane-blocks .compare-node-row li {
  color: rgba(5, 5, 5, .72) !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow:
    inset 0 0 0 1px rgba(1, 176, 216, .13),
    0 14px 30px rgba(1, 176, 216, .07) !important;
}

.compare-lane-blocks .compare-node-row .is-saved {
  color: #020202 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .86), transparent 54%),
    rgba(1, 176, 216, .18) !important;
  box-shadow:
    inset 0 0 0 1px rgba(1, 176, 216, .32),
    0 16px 34px rgba(1, 176, 216, .12) !important;
}

.compare-lane-blocks .compare-node-row li:not(:last-child)::after {
  color: var(--compare-blue) !important;
  opacity: .7 !important;
}

.compare-flow-v2 .compare-result {
  position: relative !important;
  z-index: 1;
  display: grid !important;
  place-items: center;
  width: 100% !important;
  min-height: 62px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 999px !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  font-weight: 950 !important;
  line-height: 1.2;
  text-align: center;
}

.compare-flow-v2 .compare-result-muted {
  color: #fff !important;
  background: linear-gradient(180deg, #F04452, #D9273B) !important;
  box-shadow: 0 18px 40px rgba(240, 68, 82, .22) !important;
}

.compare-lane-blocks .compare-result {
  color: #020202 !important;
  background: var(--compare-blue) !important;
  box-shadow: 0 18px 44px rgba(1, 176, 216, .26) !important;
}

.compare-flow-v2 .compare-message {
  margin-top: 4px !important;
  padding: 15px 26px !important;
  color: #fff !important;
  background: var(--compare-ink) !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, .13) !important;
}

@media (max-width: 1180px) {
  .compare-lane {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .compare-lane-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 22px;
  }

  .compare-lane-head h3 {
    max-width: 560px;
    text-align: right;
  }

  .compare-flow-v2 .compare-result {
    max-width: 280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 760px) {
  .comparison .wrap {
    width: min(100% - 28px, 1500px) !important;
  }

  .compare-flow-v2 .compare-start {
    width: 100% !important;
    border-radius: 24px !important;
  }

  .compare-matrix::before {
    display: none;
  }

  .compare-lane {
    padding: 20px !important;
    border-radius: 26px !important;
  }

  .compare-lane-head {
    display: grid;
    gap: 12px;
  }

  .compare-lane-head h3 {
    text-align: left;
    font-size: 22px;
  }

  .compare-flow-v2 .compare-node-row {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .compare-flow-v2 .compare-node-row li {
    width: min(112px, 42vw);
    padding: 11px !important;
  }

  .compare-flow-v2 .compare-node-row li strong {
    max-width: 68px;
    font-size: 12px;
  }

  .compare-flow-v2 .compare-node-row li:not(:last-child)::after {
    left: 50% !important;
    top: calc(100% + 4px) !important;
    width: 18px !important;
    height: 24px !important;
    background: currentColor !important;
    clip-path: polygon(43% 0, 57% 0, 57% calc(100% - 10px), 80% calc(100% - 10px), 50% 100%, 20% calc(100% - 10px), 43% calc(100% - 10px));
    transform: translateX(-50%) !important;
  }

  .compare-flow-v2 .compare-result {
    max-width: none;
  }

  .compare-flow-v2 .compare-message {
    width: 100%;
    border-radius: 24px !important;
  }
}

.site-header nav {
  gap: clamp(22px, 2.1vw, 34px) !important;
}

.site-header nav a {
  font-weight: 700;
  letter-spacing: -.01em;
}

.brand {
  gap: 10px !important;
}

.brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand i {
  display: none !important;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 4px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: color .22s ease, transform .22s ease;
}

.header-login:hover {
  color: #fff;
  transform: translateY(-1px);
}

.header-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 128px;
  height: 44px;
  padding: 0 18px !important;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  font-size: 13px !important;
  line-height: 1 !important;
  background: #01B0D8 !important;
  border-color: #01B0D8 !important;
  box-shadow: 0 10px 28px rgba(1, 176, 216, .22);
}

.header-cta::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0;
  opacity: 0;
  transform: translateX(-8px) scale(.92);
  transition:
    width .34s cubic-bezier(.16, 1, .3, 1),
    opacity .24s ease,
    transform .38s cubic-bezier(.16, 1, .3, 1);
}

.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(1, 176, 216, .3);
}

.header-cta:hover::after {
  width: 14px;
  opacity: 1;
  transform: translateX(5px) scale(1);
}

.header-cta:active::after {
  transform: translateX(9px) scale(.96);
}

@media (max-width: 1040px) {
  .header-actions {
    gap: 10px;
  }

  .header-cta {
    min-width: 118px;
    height: 42px;
    padding: 0 16px !important;
  }
}

@media (max-width: 640px) {
  .header-actions {
    display: none;
  }
}

/* Footer */
.site-footer {
  padding: 72px 0 46px !important;
  color: #111;
  background:
    radial-gradient(circle at 88% 14%, rgba(1, 176, 216, .08), transparent 30%),
    #f3f3f5 !important;
  border-top: 1px solid rgba(0, 0, 0, .06) !important;
}

.site-footer .footer-inner {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  gap: 38px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(240px, .82fr) minmax(520px, 1.45fr);
  gap: clamp(46px, 8vw, 118px);
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #171717;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
}

.footer-logo img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.footer-brand p {
  margin: 20px 0 0;
  color: rgba(0, 0, 0, .48);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.72;
  letter-spacing: -.015em;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: clamp(34px, 5vw, 76px);
}

.footer-links h3 {
  margin: 0 0 20px;
  color: rgba(0, 0, 0, .62);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.footer-links a {
  display: block;
  width: fit-content;
  margin-top: 15px;
  color: rgba(0, 0, 0, .46);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  transition: color .22s ease, transform .22s ease;
}

.footer-links a:hover {
  color: #050505;
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .42);
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.7;
  letter-spacing: -.01em;
}

.footer-bottom small {
  color: rgba(0, 0, 0, .42);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 54px 0 34px !important;
  }

  .site-footer .footer-inner {
    width: min(100% - 34px, 1180px);
    gap: 30px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-links h3 {
    margin-bottom: 14px;
  }

  .footer-links a {
    margin-top: 11px;
  }

  .footer-bottom small {
    white-space: normal;
  }
}

.solution-media.kakao-chat-media {
  --kakao-chat-bg: #BACEE0;
  align-items: stretch;
  justify-items: stretch;
  overflow: hidden;
  padding: clamp(18px, 2.3vw, 34px);
  background: var(--kakao-chat-bg);
  border-color: rgba(95, 116, 134, .25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .38);
}

.kakao-chat-preview {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.kakao-chat-shot {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 22px 32px rgba(43, 59, 72, .22));
  will-change: transform;
  animation: kakaoFloat 5s ease-in-out infinite;
}

.kakao-chat-shot-card {
  left: clamp(18px, 3.8vw, 58px);
  top: clamp(16px, 3vw, 42px);
  height: min(62%, 330px);
  z-index: 1;
  --kakao-float-y: -8px;
  --kakao-rotate: -3deg;
  animation-delay: -1.15s;
}

.kakao-chat-shot-message {
  right: clamp(16px, 4.4vw, 66px);
  bottom: clamp(14px, 2.8vw, 40px);
  height: min(88%, 430px);
  z-index: 2;
  --kakao-float-y: -12px;
  --kakao-rotate: 1.5deg;
}

@keyframes kakaoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--kakao-rotate));
  }

  50% {
    transform: translate3d(0, var(--kakao-float-y), 0) rotate(calc(var(--kakao-rotate) + .45deg));
  }
}

@media (max-width: 1040px) {
  .kakao-chat-preview {
    min-height: 360px;
  }

  .kakao-chat-shot-card {
    left: 7%;
    top: 8%;
    height: min(54%, 280px);
  }

  .kakao-chat-shot-message {
    right: 7%;
    height: min(84%, 400px);
  }
}

@media (max-width: 640px) {
  .solution-media.kakao-chat-media {
    padding: 18px;
  }

  .kakao-chat-preview {
    min-height: 340px;
  }

  .kakao-chat-shot-card {
    left: 0;
    top: 20px;
    height: 48%;
  }

  .kakao-chat-shot-message {
    right: 2%;
    bottom: 16px;
    height: 78%;
  }
}

/* 20260629 tone and alignment pass */
:root {
  --blocks-primary: #01B0D8;
  --blocks-ink: #050505;
  --blocks-surface: #f2f2f4;
  --blocks-card: #ffffff;
  --blocks-line: rgba(5, 5, 5, .1);
  --blocks-loss: #ef3f4f;
  --blocks-footer-bg: #f2f2f4;
  --blocks-footer-title: #151515;
  --blocks-footer-text: #6f7378;
  --blocks-footer-muted: #8a8f94;
  --blocks-footer-line: rgba(5, 5, 5, .08);
}

.features .feature.big {
  background: var(--blocks-primary) !important;
  color: var(--blocks-ink) !important;
  box-shadow: 0 22px 64px rgba(1, 176, 216, .16) !important;
}

.features .feature.big em {
  color: var(--blocks-ink) !important;
  border-color: rgba(5, 5, 5, .42) !important;
}

.features .feature.big h3,
.features .feature.big p {
  color: var(--blocks-ink) !important;
}

.features .feature.big p {
  opacity: .72;
}

.feature-media.mini {
  min-height: 82px !important;
  background: var(--blocks-surface) !important;
  border: 1px solid var(--blocks-line);
}

.feature-media.mini .feature-image-slot {
  width: 100% !important;
  min-height: 74px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.feature-media.mini .feature-image-slot img {
  width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  border-radius: 0;
}

.asset-card.highlight {
  border-color: rgba(1, 176, 216, .46) !important;
  background: rgba(1, 176, 216, .105) !important;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, .28),
    inset 0 0 0 1px rgba(255, 255, 255, .045) !important;
}

.asset-card.highlight::after {
  display: none !important;
}

.asset-card.highlight li::before {
  background: rgba(1, 176, 216, .18) !important;
  color: var(--blocks-primary) !important;
  box-shadow: none !important;
}

.asset-card.highlight.visible li::before,
.asset-card.highlight:hover li::before {
  animation: assetCheckSlowStep 10s ease-in-out infinite !important;
}

.asset-card.highlight.visible li:nth-child(1)::before,
.asset-card.highlight:hover li:nth-child(1)::before {
  animation-delay: 0s !important;
}

.asset-card.highlight.visible li:nth-child(2)::before,
.asset-card.highlight:hover li:nth-child(2)::before {
  animation-delay: 2s !important;
}

.asset-card.highlight.visible li:nth-child(3)::before,
.asset-card.highlight:hover li:nth-child(3)::before {
  animation-delay: 4s !important;
}

.asset-card.highlight.visible li:nth-child(4)::before,
.asset-card.highlight:hover li:nth-child(4)::before {
  animation-delay: 6s !important;
}

.asset-card.highlight.visible li:nth-child(5)::before,
.asset-card.highlight:hover li:nth-child(5)::before {
  animation-delay: 8s !important;
}

@keyframes assetCheckSlowStep {
  0%, 12% {
    background: var(--blocks-primary);
    color: #fff;
    box-shadow: 0 0 12px rgba(1, 176, 216, .22);
    transform: scale(1.03);
  }

  22%, 100% {
    background: rgba(1, 176, 216, .18);
    color: var(--blocks-primary);
    box-shadow: none;
    transform: scale(1);
  }
}

.detail.section-light {
  --detail-solid-bg: #f3f4f5;
  --detail-fill-bg: #eef5f7;
  --detail-fill-x: 50%;
  --detail-fill-y: 64%;
  background: var(--detail-solid-bg) !important;
  transition: background-color .7s ease;
}

.detail.section-light::before {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--detail-fill-bg) !important;
  opacity: 0;
  clip-path: circle(0% at var(--detail-fill-x) var(--detail-fill-y));
  transition:
    clip-path .92s cubic-bezier(.16, 1, .3, 1),
    opacity .42s ease;
  filter: none !important;
  transform: none !important;
  pointer-events: none;
}

.detail.is-step-0 {
  --detail-solid-bg: #f2f4f5;
  --detail-fill-bg: #eaf6f9;
  --detail-fill-x: 46%;
  --detail-fill-y: 66%;
}

.detail.is-step-1 {
  --detail-solid-bg: #eef5f7;
  --detail-fill-bg: #f1f5f2;
  --detail-fill-x: 51%;
  --detail-fill-y: 66%;
}

.detail.is-step-2 {
  --detail-solid-bg: #f4f6f2;
  --detail-fill-bg: #eef8f5;
  --detail-fill-x: 57%;
  --detail-fill-y: 66%;
}

.detail.is-ready::before {
  opacity: 1 !important;
  clip-path: circle(86% at var(--detail-fill-x) var(--detail-fill-y));
  animation: none !important;
}

.comparison {
  background: var(--blocks-surface) !important;
}

.comparison .section-title {
  max-width: 820px !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}

.compare-flow-v2 {
  gap: 18px !important;
}

.compare-flow-v2 .compare-start::after,
.compare-matrix::before {
  display: none !important;
}

.compare-matrix {
  gap: 14px !important;
}

.compare-lane {
  display: grid !important;
  grid-template-columns: minmax(260px, .78fr) minmax(620px, 1.62fr) minmax(156px, .38fr) !important;
  gap: clamp(18px, 2vw, 34px) !important;
  align-items: center !important;
  padding: clamp(20px, 1.9vw, 30px) clamp(22px, 2.2vw, 34px) !important;
  border-radius: 28px !important;
}

.compare-lane-old {
  background: var(--blocks-card) !important;
  border: 1px solid rgba(5, 5, 5, .08) !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .055) !important;
}

.compare-lane-blocks {
  background: #eef8fb !important;
  border: 1px solid rgba(1, 176, 216, .28) !important;
  box-shadow: 0 18px 54px rgba(1, 176, 216, .08) !important;
}

.compare-lane-old::before,
.compare-lane-blocks::before {
  display: none !important;
}

.compare-lane-head {
  gap: 12px !important;
}

.compare-lane-head h3 {
  max-width: 330px;
  font-size: clamp(22px, 1.65vw, 30px) !important;
  line-height: 1.24 !important;
  letter-spacing: -.02em !important;
}

.compare-flow-v2 .compare-node-row {
  grid-template-columns: repeat(5, minmax(82px, 1fr)) !important;
  gap: clamp(22px, 2vw, 32px) !important;
}

.compare-flow-v2 .compare-node-row li {
  width: clamp(80px, 6.2vw, 98px) !important;
  padding: 12px !important;
}

.compare-flow-v2 .compare-node-row li strong {
  max-width: 68px !important;
  font-size: clamp(11px, .82vw, 13px) !important;
}

.compare-flow-v2 .compare-node-row li:not(:last-child)::after {
  content: "→" !important;
  left: calc(100% + 6px) !important;
  top: 50% !important;
  width: 22px !important;
  height: 22px !important;
  display: grid !important;
  place-items: center;
  color: currentColor !important;
  background: transparent !important;
  clip-path: none !important;
  font-size: 22px !important;
  font-weight: 900;
  line-height: 1;
  opacity: .48 !important;
  transform: translateY(-50%) !important;
}

.compare-lane-old .compare-node-row .is-loss {
  background: rgba(239, 63, 79, .09) !important;
  color: #a61f2c !important;
}

.compare-lane-blocks .compare-node-row .is-saved {
  background: rgba(1, 176, 216, .13) !important;
  box-shadow: inset 0 0 0 1px rgba(1, 176, 216, .24) !important;
}

.compare-flow-v2 .compare-result {
  inset: auto !important;
  min-height: 54px !important;
  border-radius: 999px !important;
  align-self: center !important;
  justify-self: stretch !important;
}

.compare-flow-v2 .compare-result-muted {
  background: var(--blocks-loss) !important;
  box-shadow: none !important;
}

.compare-lane-blocks .compare-result {
  background: var(--blocks-primary) !important;
  box-shadow: none !important;
}

.compare-flow-v2 .compare-message {
  margin-top: 8px !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  .compare-lane {
    grid-template-columns: 1fr !important;
  }

  .compare-lane-head h3 {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .comparison .section-title {
    font-size: clamp(30px, 8vw, 38px) !important;
  }

  .compare-flow-v2 .compare-node-row li:not(:last-child)::after {
    content: "↓" !important;
    left: 50% !important;
    top: calc(100% + 1px) !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 21px !important;
    transform: translateX(-50%) !important;
  }
}

/* Compact footer */
.site-footer {
  padding: 42px 0 28px !important;
  background: #f3f4f5 !important;
}

.site-footer .footer-inner {
  gap: 24px !important;
}

.footer-top {
  grid-template-columns: minmax(220px, .78fr) minmax(480px, 1.35fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

.footer-logo {
  font-size: 23px !important;
}

.footer-logo img {
  width: 26px !important;
  height: 26px !important;
}

.footer-brand p {
  margin-top: 14px !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.footer-links {
  grid-template-columns: 1.15fr .8fr .8fr !important;
  gap: clamp(24px, 4vw, 54px) !important;
}

.footer-links h3 {
  margin-bottom: 12px !important;
  font-size: 13px !important;
}

.footer-links a {
  margin-top: 9px !important;
  font-size: 14px !important;
}

.footer-bottom {
  gap: 18px !important;
  padding-top: 18px !important;
}

.footer-bottom p,
.footer-bottom small {
  font-size: 13px !important;
}

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

@media (max-width: 640px) {
  .site-footer {
    padding: 34px 0 24px !important;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr !important;
    gap: 22px 28px !important;
  }
}

/* Profile commerce background fill: solid, opaque, no washed-out overlay */
.detail.section-light {
  --detail-solid-bg: #f3f4f5;
  --detail-fill-bg: #40dfff;
  --detail-fill-x: 50%;
  --detail-fill-y: 64%;
  background: var(--detail-solid-bg) !important;
}

.detail.section-light::before {
  inset: 0 !important;
  z-index: 0 !important;
  background: var(--detail-fill-bg) !important;
  opacity: 1 !important;
  clip-path: circle(0% at var(--detail-fill-x) var(--detail-fill-y)) !important;
  transition: clip-path .95s cubic-bezier(.16, 1, .3, 1) !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}

.detail.is-step-0 {
  --detail-solid-bg: #f3f4f5;
  --detail-fill-bg: #40dfff;
  --detail-fill-x: 46%;
  --detail-fill-y: 66%;
}

.detail.is-step-1 {
  --detail-solid-bg: #40dfff;
  --detail-fill-bg: #d6ff00;
  --detail-fill-x: 51%;
  --detail-fill-y: 66%;
}

.detail.is-step-2 {
  --detail-solid-bg: #d6ff00;
  --detail-fill-bg: #00f58a;
  --detail-fill-x: 57%;
  --detail-fill-y: 66%;
}

.detail.is-ready::before {
  opacity: 1 !important;
  clip-path: circle(92% at var(--detail-fill-x) var(--detail-fill-y)) !important;
}

/* Trust card icon/content alignment */
.trust .section-title {
  font-size: clamp(32px, 3.6vw, 56px) !important;
}

.trust .trust-card {
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(12px, 1.3vw, 18px) !important;
  min-height: clamp(210px, 15vw, 238px) !important;
  text-align: center !important;
}

.trust .trust-card:not(:nth-child(2)) {
  color: #fff !important;
}

.trust .trust-card:nth-child(2) {
  color: #050505 !important;
}

.trust-card-image {
  width: clamp(76px, 6.4vw, 104px) !important;
  height: clamp(76px, 6.4vw, 104px) !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .16));
}

.trust-card-copy {
  align-self: center !important;
  margin-top: 0 !important;
  text-align: center !important;
}

.trust .trust-card h3 {
  margin: 0 0 8px !important;
  font-size: clamp(20px, 1.45vw, 25px) !important;
  color: currentColor !important;
}

.trust .trust-card p {
  max-width: 210px;
  margin: 0 auto !important;
  color: currentColor !important;
  opacity: .9 !important;
}

@media (max-width: 640px) {
  .trust-card-image {
    width: 86px !important;
    height: 86px !important;
  }
}

/* Comparison final layout and scroll message stage */
.comparison {
  min-height: 100vh !important;
  padding: clamp(46px, 5vh, 68px) 0 clamp(28px, 4vh, 44px) !important;
  overflow: hidden !important;
}

.comparison .wrap {
  width: min(1540px, calc(100% - 48px)) !important;
  min-height: calc(100vh - clamp(78px, 9vh, 112px)) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.comparison .eyebrow {
  margin-bottom: 12px !important;
}

.comparison .section-title {
  max-width: 760px !important;
  font-size: clamp(32px, 3.4vw, 50px) !important;
  line-height: 1.12 !important;
  margin-inline: auto !important;
  transition: opacity .45s ease, transform .55s cubic-bezier(.16, 1, .3, 1) !important;
}

.compare-flow-v2 {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(124px, 148px) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: clamp(14px, 1.3vw, 22px) !important;
  margin-top: clamp(26px, 3.1vh, 42px) !important;
}

.compare-flow-v2 .compare-start {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: auto !important;
  min-height: 100% !important;
  border-radius: 24px !important;
  padding: 16px 13px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .12) !important;
  transition: opacity .45s ease, transform .55s cubic-bezier(.16, 1, .3, 1) !important;
}

.compare-flow-v2 .compare-start span {
  font-size: 12px !important;
}

.compare-flow-v2 .compare-start strong {
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.25 !important;
}

.compare-matrix {
  grid-column: 2 !important;
  display: grid !important;
  gap: clamp(12px, 1.4vh, 16px) !important;
  transition: opacity .45s ease, transform .55s cubic-bezier(.16, 1, .3, 1) !important;
}

.compare-lane {
  grid-template-columns: minmax(190px, .55fr) minmax(560px, 1.5fr) minmax(208px, .5fr) !important;
  gap: clamp(14px, 1.55vw, 28px) !important;
  min-height: clamp(160px, 20vh, 196px) !important;
  padding: clamp(16px, 1.5vw, 24px) clamp(18px, 1.8vw, 28px) !important;
  border-radius: 24px !important;
}

.compare-lane-head h3 {
  max-width: 250px !important;
  font-size: clamp(18px, 1.25vw, 23px) !important;
  line-height: 1.28 !important;
  letter-spacing: -.014em !important;
}

.compare-flow-v2 .compare-node-row {
  grid-template-columns: repeat(5, minmax(78px, 1fr)) !important;
  gap: clamp(20px, 1.7vw, 30px) !important;
}

.compare-flow-v2 .compare-node-row li {
  width: clamp(78px, 5.6vw, 94px) !important;
  aspect-ratio: 1 !important;
  height: auto !important;
  padding: 12px 10px !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.compare-flow-v2 .compare-node-row li span {
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.compare-flow-v2 .compare-node-row li strong {
  max-width: 66px !important;
  font-size: clamp(10px, .72vw, 12px) !important;
  line-height: 1.22 !important;
  font-weight: 500 !important;
  letter-spacing: -.01em !important;
}

.compare-flow-v2 .compare-node-row li:not(:last-child)::after {
  font-size: 22px !important;
  font-weight: 700 !important;
  opacity: .5 !important;
}

.compare-flow-v2 .compare-result {
  position: relative !important;
  min-height: 58px !important;
  padding: 0 22px 0 42px !important;
  font-size: clamp(15px, 1.05vw, 19px) !important;
  white-space: nowrap !important;
}

.compare-flow-v2 .compare-result::before {
  content: "➜";
  position: absolute;
  left: -36px;
  top: 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #050505;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .14);
}

.compare-lane-old .compare-result::before {
  background: var(--blocks-loss);
}

.compare-lane-blocks .compare-result::before {
  background: var(--blocks-primary);
  color: #050505;
}

.compare-flow-v2 .compare-message {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 8 !important;
  width: min(1040px, calc(100vw - 72px)) !important;
  min-height: clamp(116px, 16vh, 154px) !important;
  margin: 0 !important;
  padding: clamp(24px, 3vw, 38px) clamp(34px, 4vw, 64px) !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #050505 !important;
  color: #fff !important;
  font-size: clamp(30px, 3.1vw, 54px) !important;
  line-height: 1.22 !important;
  letter-spacing: -.035em !important;
  text-align: center !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .22) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -40%) scale(.96) !important;
  transition: opacity .42s ease, transform .62s cubic-bezier(.16, 1, .3, 1) !important;
}

.comparison.is-message-mode .eyebrow,
.comparison.is-message-mode .section-title,
.comparison.is-message-mode .compare-start,
.comparison.is-message-mode .compare-matrix {
  opacity: 0 !important;
  transform: translateY(-18px) scale(.985) !important;
  pointer-events: none !important;
}

.comparison.is-message-mode .compare-message {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.comparison.is-message-leaving .compare-message {
  opacity: 0 !important;
  transform: translate(-50%, -78%) scale(.98) !important;
}

@media (max-width: 1180px) {
  .compare-flow-v2 {
    grid-template-columns: 1fr !important;
  }

  .compare-flow-v2 .compare-start,
  .compare-matrix {
    grid-column: 1 !important;
  }

  .compare-lane {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .compare-flow-v2 .compare-result::before {
    display: none !important;
  }
}

/* Profile commerce orbit badges and floating objects */
.detail-orbits {
  position: absolute;
  left: 50%;
  top: clamp(18px, 2vw, 28px);
  bottom: 0;
  z-index: 0;
  width: min(980px, 88vw);
  height: min(520px, 42vw);
  pointer-events: none;
  transform: translateX(-50%);
}

.detail-bubble,
.detail-float {
  position: absolute;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0);
  will-change: transform, opacity;
}

.detail-bubble {
  --bubble-bg: rgba(255, 255, 255, .38);
  --bubble-border: rgba(255, 255, 255, .72);
  padding: 10px 15px;
  border: 1px solid var(--bubble-border);
  border-radius: 999px;
  background: var(--bubble-bg);
  color: rgba(5, 5, 5, .74);
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 800;
  letter-spacing: -.01em;
  white-space: nowrap;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .72);
  backdrop-filter: blur(12px);
}

.detail-bubble::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--bubble-border);
  border-bottom: 1px solid var(--bubble-border);
  background: var(--bubble-bg);
  transform: rotate(45deg);
}

.detail-bubble-1 {
  left: 22%;
  top: 16%;
}

.detail-bubble-2 {
  right: 20%;
  top: 23%;
}

.detail-bubble-3 {
  left: 14%;
  bottom: 21%;
}

.detail-bubble-4 {
  right: 13%;
  bottom: 27%;
}

.detail-float {
  width: clamp(42px, 4.4vw, 78px);
  height: clamp(42px, 4.4vw, 78px);
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .18));
}

.detail-float-1 {
  left: 30%;
  top: 2%;
  width: clamp(34px, 3.4vw, 58px);
}

.detail-float-2 {
  right: 28%;
  top: 5%;
}

.detail-float-3 {
  left: 6%;
  top: 45%;
  width: clamp(48px, 5vw, 86px);
}

.detail-float-4 {
  right: 4%;
  bottom: 16%;
  width: clamp(48px, 5vw, 88px);
}

.detail.is-ready .detail-bubble,
.detail.is-ready .detail-float {
  animation:
    detailOrbitPop .72s cubic-bezier(.2, 1.42, .32, 1) forwards,
    detailOrbitFloat 4.8s ease-in-out var(--orbit-float-delay, 1.1s) infinite;
}

.detail.is-ready .detail-bubble-1 { animation-delay: .08s, 1.08s; }
.detail.is-ready .detail-bubble-2 { animation-delay: .22s, 1.22s; }
.detail.is-ready .detail-bubble-3 { animation-delay: .36s, 1.36s; }
.detail.is-ready .detail-bubble-4 { animation-delay: .50s, 1.50s; }
.detail.is-ready .detail-float-1 { animation-delay: .14s, 1.14s; }
.detail.is-ready .detail-float-2 { animation-delay: .28s, 1.28s; }
.detail.is-ready .detail-float-3 { animation-delay: .42s, 1.42s; }
.detail.is-ready .detail-float-4 { animation-delay: .58s, 1.58s; }

@keyframes detailOrbitPop {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0);
  }
  62% {
    opacity: 1;
    transform: translate3d(0, -5px, 0) scale(1.13);
  }
  82% {
    opacity: 1;
    transform: translate3d(0, 2px, 0) scale(.96);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes detailOrbitFloat {
  0%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, -13px, 0) scale(1.025);
  }
}

@media (max-width: 1040px) {
  .detail-orbits {
    display: none;
  }
}

/* Card-focused orbit sets: re-pop every time the active profile card changes */
.detail-orbits {
  z-index: 8 !important;
  height: min(570px, 45vw) !important;
}

.detail-orbit-set {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.detail-orbit-set .detail-bubble,
.detail-orbit-set .detail-float {
  opacity: 0;
  animation: none !important;
  transform: translate3d(0, 18px, 0) scale(0);
}

.detail.is-step-0.is-ready .detail-orbit-set-0,
.detail.is-step-1.is-ready .detail-orbit-set-1,
.detail.is-step-2.is-ready .detail-orbit-set-2 {
  opacity: 1;
}

.detail.is-step-0.is-ready .detail-orbit-set-0 .detail-bubble,
.detail.is-step-0.is-ready .detail-orbit-set-0 .detail-float,
.detail.is-step-1.is-ready .detail-orbit-set-1 .detail-bubble,
.detail.is-step-1.is-ready .detail-orbit-set-1 .detail-float,
.detail.is-step-2.is-ready .detail-orbit-set-2 .detail-bubble,
.detail.is-step-2.is-ready .detail-orbit-set-2 .detail-float {
  animation:
    detailOrbitPop .72s cubic-bezier(.2, 1.42, .32, 1) forwards,
    detailOrbitFloat 4.8s ease-in-out 1.1s infinite !important;
}

.detail-orbit-set .detail-bubble {
  background: rgba(255, 255, 255, .46);
  border-color: rgba(255, 255, 255, .82);
  color: rgba(5, 5, 5, .78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.detail-orbit-set .detail-bubble::after {
  background: rgba(255, 255, 255, .46);
  border-color: rgba(255, 255, 255, .82);
}

.detail-orbit-set .detail-bubble-1 {
  left: 31%;
  top: 30%;
}

.detail-orbit-set .detail-bubble-2 {
  right: 30%;
  top: 25%;
}

.detail-orbit-set .detail-bubble-3 {
  left: 30%;
  bottom: 26%;
}

.detail-orbit-set .detail-float-1 {
  left: 36%;
  top: 17%;
  width: clamp(42px, 4.2vw, 74px);
}

.detail-orbit-set .detail-float-2 {
  right: 34%;
  top: 38%;
  width: clamp(52px, 5vw, 88px);
}

.detail-orbit-set .detail-float-3 {
  right: 39%;
  bottom: 16%;
  width: clamp(46px, 4.6vw, 82px);
}

.detail.is-step-0.is-ready .detail-orbit-set-0 .detail-bubble-1,
.detail.is-step-1.is-ready .detail-orbit-set-1 .detail-bubble-1,
.detail.is-step-2.is-ready .detail-orbit-set-2 .detail-bubble-1 {
  animation-delay: .05s, 1.05s !important;
}

.detail.is-step-0.is-ready .detail-orbit-set-0 .detail-bubble-2,
.detail.is-step-1.is-ready .detail-orbit-set-1 .detail-bubble-2,
.detail.is-step-2.is-ready .detail-orbit-set-2 .detail-bubble-2 {
  animation-delay: .20s, 1.20s !important;
}

.detail.is-step-0.is-ready .detail-orbit-set-0 .detail-bubble-3,
.detail.is-step-1.is-ready .detail-orbit-set-1 .detail-bubble-3,
.detail.is-step-2.is-ready .detail-orbit-set-2 .detail-bubble-3 {
  animation-delay: .35s, 1.35s !important;
}

.detail.is-step-0.is-ready .detail-orbit-set-0 .detail-float-1,
.detail.is-step-1.is-ready .detail-orbit-set-1 .detail-float-1,
.detail.is-step-2.is-ready .detail-orbit-set-2 .detail-float-1 {
  animation-delay: .13s, 1.13s !important;
}

.detail.is-step-0.is-ready .detail-orbit-set-0 .detail-float-2,
.detail.is-step-1.is-ready .detail-orbit-set-1 .detail-float-2,
.detail.is-step-2.is-ready .detail-orbit-set-2 .detail-float-2 {
  animation-delay: .29s, 1.29s !important;
}

.detail.is-step-0.is-ready .detail-orbit-set-0 .detail-float-3,
.detail.is-step-1.is-ready .detail-orbit-set-1 .detail-float-3,
.detail.is-step-2.is-ready .detail-orbit-set-2 .detail-float-3 {
  animation-delay: .46s, 1.46s !important;
}

.detail.is-step-0 .detail-orbit-set-0 {
  transform: translateX(-8px) rotate(-3deg);
}

.detail.is-step-1 .detail-orbit-set-1 {
  transform: translateX(2px) rotate(-1deg);
}

.detail.is-step-2 .detail-orbit-set-2 {
  transform: translateX(9px) rotate(3deg);
}

/* Features: keep the FREE DM card on a plain white surface */
.features .feature.big {
  background: #fff !important;
  color: var(--blocks-ink) !important;
  border: 1px solid rgba(5, 5, 5, .08) !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .055) !important;
}

.features .feature.big h3,
.features .feature.big p,
.features .feature.big em {
  color: var(--blocks-ink) !important;
}

/* Customer DB image slot breathing room */
.feature-media-kakao {
  padding: clamp(14px, 1.3vw, 22px) !important;
}

.feature-media-kakao .feature-image-slot {
  width: 100% !important;
  padding: clamp(14px, 1.25vw, 22px) clamp(18px, 1.7vw, 28px) !important;
}

.feature-media-kakao .feature-image-slot img {
  width: min(92%, 560px) !important;
  margin: 0 auto !important;
}

/* Free DM card: match badge style and warm the object glow */
.features .feature.big em {
  color: var(--blocks-primary) !important;
  background: transparent !important;
  border: 1.5px solid rgba(1, 176, 216, .9) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.feature-media-dm .feature-image-slot img {
  filter:
    drop-shadow(0 24px 42px rgba(255, 55, 125, .2))
    drop-shadow(0 8px 22px rgba(255, 118, 174, .24)) !important;
}

/* Features final spacing and shadow reset */
.features {
  padding-top: clamp(104px, 8.5vw, 144px) !important;
  padding-bottom: clamp(120px, 8.5vw, 156px) !important;
}

.features .section-title {
  margin-top: 0 !important;
}

.features .feature-grid {
  margin-top: clamp(30px, 2.6vw, 42px) !important;
}

.features .feature,
.features .feature.big,
.feature-image-slot,
.feature-media-dm .feature-image-slot img {
  box-shadow: none !important;
  filter: none !important;
}

.features .feature:hover {
  transform: none !important;
}

.features.features-motion-ready .section-title,
.features.features-motion-ready .section-sub,
.features.features-motion-ready .feature {
  opacity: 0 !important;
  transform: translate3d(0, 26px, 0) scale(.985) !important;
  transition:
    opacity .58s ease,
    transform .72s cubic-bezier(.16, 1, .3, 1) !important;
  will-change: opacity, transform;
}

.features.features-motion-in .section-title,
.features.features-motion-in .section-sub,
.features.features-motion-in .feature {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.features.features-motion-in .section-sub {
  transition-delay: .08s !important;
}

.features.features-motion-in .feature:nth-child(1) {
  transition-delay: .16s !important;
}

.features.features-motion-in .feature:nth-child(2) {
  transition-delay: .24s !important;
}

.features.features-motion-in .feature:nth-child(3) {
  transition-delay: .32s !important;
}

.features.features-motion-in .feature:nth-child(4) {
  transition-delay: .4s !important;
}

.features.features-motion-in .feature:nth-child(5) {
  transition-delay: .48s !important;
}

.feature-media-dm {
  place-items: center !important;
  min-height: clamp(180px, 17vw, 240px) !important;
}

.feature-media-dm .feature-image-slot {
  width: min(92%, 430px) !important;
  margin-right: 0 !important;
}

.feature-media-dm .feature-image-slot img {
  width: 100% !important;
}

/* Profile commerce: remove all floating object and speech-bubble decorations */
.detail-orbits,
.detail-orbit-set,
.detail-bubble,
.detail-float {
  display: none !important;
}

/* Comparison result pills: restore meaning with visible text and icons */
.compare-lane {
  grid-template-columns: minmax(250px, .6fr) minmax(540px, 1.45fr) minmax(230px, .52fr) !important;
}

.compare-lane-blocks .compare-lane-head h3 {
  max-width: 285px !important;
  font-size: clamp(21px, 1.28vw, 24px) !important;
  line-height: 1.22 !important;
}

.compare-flow-v2 .compare-result {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: clamp(190px, 14vw, 238px) !important;
  color: #fff !important;
  isolation: isolate !important;
}

.compare-lane-old .compare-result {
  color: #fff !important;
}

.compare-lane-blocks .compare-result {
  color: var(--blocks-ink) !important;
}

.compare-result-icon {
  width: clamp(18px, 1.3vw, 22px) !important;
  height: clamp(18px, 1.3vw, 22px) !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
}

.compare-result-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.compare-flow-v2 .compare-result > span:last-child {
  position: relative !important;
  z-index: 1 !important;
}

.compare-flow-v2 .compare-result::before {
  color: var(--compare-result-line, currentColor) !important;
}

.compare-flow-v2 .compare-result::after {
  color: var(--compare-result-line, currentColor) !important;
}

.compare-lane-old .compare-result {
  --compare-result-line: var(--blocks-loss);
}

.compare-lane-blocks .compare-result {
  --compare-result-line: var(--blocks-primary);
}

/* Profile commerce: keep floating objects locked to the focused card edge */
.detail-orbits {
  width: min(760px, 70vw) !important;
  height: min(510px, 41vw) !important;
  top: clamp(28px, 2.8vw, 46px) !important;
}

.detail-orbit-set .detail-bubble,
.detail-orbit-set .detail-float {
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

.detail.is-step-0 .detail-orbit-set-0,
.detail.is-step-1 .detail-orbit-set-1,
.detail.is-step-2 .detail-orbit-set-2 {
  transform: none !important;
}

.detail.is-step-1 .detail-orbit-set-1 {
  transform: translateX(52px) !important;
}

.detail.is-step-2 .detail-orbit-set-2 {
  transform: translateX(138px) !important;
}

.detail-orbit-set .detail-bubble {
  padding: 9px 14px !important;
  font-size: clamp(11px, .82vw, 13px) !important;
}

.detail-orbit-set .detail-bubble-1 {
  left: 21% !important;
  top: 34% !important;
}

.detail-orbit-set .detail-bubble-2 {
  right: 29% !important;
  top: 28% !important;
}

.detail-orbit-set .detail-bubble-3 {
  left: 22% !important;
  bottom: 31% !important;
}

.detail-orbit-set .detail-float-1 {
  left: 48% !important;
  top: 9% !important;
  width: clamp(36px, 3.6vw, 62px) !important;
}

.detail-orbit-set .detail-float-2 {
  right: 23% !important;
  top: 44% !important;
  width: clamp(44px, 4.4vw, 74px) !important;
}

.detail-orbit-set .detail-float-3 {
  left: 20% !important;
  bottom: 35% !important;
  width: clamp(42px, 4.2vw, 70px) !important;
}

/* Comparison polish: tighter node labels, cleaner result arrows, stronger final message */
.comparison .section-title {
  max-width: 660px !important;
  font-size: clamp(30px, 3.1vw, 46px) !important;
}

.compare-lane-head h3 {
  max-width: 220px !important;
  font-size: clamp(18px, 1.18vw, 22px) !important;
  line-height: 1.24 !important;
}

.compare-flow-v2 .compare-node-row li {
  padding: 0 !important;
  display: grid !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  justify-items: center !important;
  row-gap: 5px !important;
}

.compare-flow-v2 .compare-node-row li span {
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

.compare-flow-v2 .compare-node-row li strong {
  max-width: 58px !important;
  font-size: clamp(10px, .68vw, 11px) !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
  display: block !important;
}

.compare-flow-v2 .compare-result {
  overflow: visible !important;
  padding-left: clamp(30px, 2.4vw, 42px) !important;
}

.compare-flow-v2 .compare-result::before {
  content: "" !important;
  left: -34px !important;
  width: clamp(34px, 2.8vw, 48px) !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: currentColor !important;
  color: inherit !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
}

.compare-flow-v2 .compare-result::after {
  content: "" !important;
  position: absolute !important;
  left: clamp(0px, .2vw, 4px) !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid currentColor !important;
  border-right: 2px solid currentColor !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

.compare-flow-v2 .compare-result-muted {
  color: var(--blocks-loss) !important;
}

.compare-lane-blocks .compare-result {
  color: var(--blocks-primary) !important;
}

.compare-lane-blocks .compare-result::after,
.compare-lane-blocks .compare-result::before {
  color: var(--blocks-primary) !important;
}

.compare-flow-v2 .compare-message {
  width: min(980px, calc(100vw - 72px)) !important;
  min-height: clamp(150px, 21vh, 210px) !important;
  padding: clamp(34px, 4vw, 54px) clamp(42px, 5vw, 76px) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(10px, 1vw, 16px) !important;
  font-size: clamp(38px, 4vw, 68px) !important;
  line-height: 1.12 !important;
}

.compare-flow-v2 .compare-message span,
.compare-flow-v2 .compare-message strong {
  display: block !important;
}

.compare-flow-v2 .compare-message strong {
  position: relative !important;
  color: #fff !important;
  font-weight: 950 !important;
  width: fit-content !important;
  max-width: 100% !important;
}

.compare-flow-v2 .compare-message strong::before {
  content: "" !important;
  position: absolute !important;
  left: -.04em !important;
  right: -.04em !important;
  bottom: -.08em !important;
  height: .16em !important;
  border-radius: 999px !important;
  background: var(--blocks-primary) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform .72s cubic-bezier(.16, 1, .3, 1) .22s !important;
}

.compare-flow-v2 .compare-message strong::after {
  content: "*" !important;
  position: absolute !important;
  right: -.58em !important;
  top: -.5em !important;
  color: var(--blocks-primary) !important;
  font-size: .72em !important;
  line-height: 1 !important;
  opacity: 0 !important;
  transform: translate3d(-8px, 8px, 0) rotate(-12deg) scale(.6) !important;
  transition: opacity .34s ease .82s, transform .44s cubic-bezier(.2, 1.42, .32, 1) .82s !important;
}

.comparison.is-message-mode .compare-message strong::before {
  transform: scaleX(1) !important;
}

.comparison.is-message-mode .compare-message strong::after {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) rotate(8deg) scale(1) !important;
}

@media (max-width: 1180px) {
  .compare-flow-v2 .compare-result {
    padding-left: 22px !important;
  }

  .compare-flow-v2 .compare-result::before,
  .compare-flow-v2 .compare-result::after {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .comparison .section-title {
    font-size: clamp(29px, 8vw, 38px) !important;
  }

  .compare-lane-head h3 {
    max-width: 100% !important;
    font-size: clamp(26px, 8.2vw, 40px) !important;
    line-height: 1.18 !important;
  }

  .compare-flow-v2 .compare-message {
    width: calc(100vw - 34px) !important;
    border-radius: 42px !important;
    font-size: clamp(32px, 9vw, 48px) !important;
    padding: 34px 24px !important;
  }
}

/* Comparison message: no badge container, text hierarchy only */
.compare-flow-v2 .compare-message {
  width: min(1100px, calc(100vw - 72px)) !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--blocks-ink) !important;
  gap: clamp(12px, 1.1vw, 18px) !important;
  text-shadow: none !important;
}

.compare-flow-v2 .compare-message span {
  color: rgba(5, 5, 5, .74) !important;
  font-size: clamp(22px, 2.2vw, 36px) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
  letter-spacing: -.018em !important;
}

.compare-flow-v2 .compare-message strong {
  color: var(--blocks-ink) !important;
  font-size: clamp(48px, 5.8vw, 92px) !important;
  font-weight: 950 !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
  text-align: center !important;
}

.compare-flow-v2 .compare-message strong::before {
  bottom: -.14em !important;
  height: .13em !important;
}

.compare-flow-v2 .compare-message strong::after {
  right: -.5em !important;
  top: -.42em !important;
  font-size: .56em !important;
}

@media (max-width: 640px) {
  .compare-flow-v2 .compare-message {
    width: calc(100vw - 34px) !important;
    padding: 0 10px !important;
    border-radius: 0 !important;
  }

  .compare-flow-v2 .compare-message span {
    font-size: clamp(18px, 5vw, 24px) !important;
  }

  .compare-flow-v2 .compare-message strong {
    font-size: clamp(36px, 10vw, 56px) !important;
  }
}

/* Final compare result contrast guard */
.compare-lane-old .compare-result,
.compare-lane-old .compare-result .compare-result-icon,
.compare-lane-old .compare-result > span:last-child {
  color: #fff !important;
}

.compare-lane-blocks .compare-result,
.compare-lane-blocks .compare-result .compare-result-icon,
.compare-lane-blocks .compare-result > span:last-child {
  color: var(--blocks-ink) !important;
}

/* Final comparison message alignment */
.compare-flow-v2 .compare-message {
  width: min(1480px, calc(100vw - 80px)) !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.compare-flow-v2 .compare-message strong {
  width: auto !important;
  max-width: none !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.compare-flow-v2 .compare-message strong::after {
  content: none !important;
  display: none !important;
}

.comparison.is-message-mode .compare-message strong::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 1180px) {
  .compare-flow-v2 .compare-message strong {
    font-size: clamp(42px, 6.2vw, 72px) !important;
  }
}

@media (max-width: 640px) {
  .compare-flow-v2 .compare-message strong {
    white-space: normal !important;
  }
}

/* Compare lane final visual reset */
.compare-lane-head h3,
.compare-lane-blocks .compare-lane-head h3 {
  max-width: 250px !important;
  font-size: clamp(19px, 1.25vw, 23px) !important;
  line-height: 1.24 !important;
}

.compare-flow-v2 .compare-result {
  padding-left: 22px !important;
  color: #fff !important;
}

.compare-lane-old .compare-result,
.compare-lane-old .compare-result .compare-result-icon,
.compare-lane-old .compare-result > span:last-child,
.compare-lane-blocks .compare-result,
.compare-lane-blocks .compare-result .compare-result-icon,
.compare-lane-blocks .compare-result > span:last-child {
  color: #fff !important;
}

.compare-flow-v2 .compare-result::before,
.compare-flow-v2 .compare-result::after {
  content: none !important;
  display: none !important;
}

/* Message stage must be centered in the viewport, not inside the lower flow grid */
.comparison.is-message-mode .compare-message {
  position: fixed !important;
  left: 50vw !important;
  top: 50vh !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.comparison.is-message-leaving .compare-message {
  position: fixed !important;
  left: 50vw !important;
  top: 50vh !important;
  transform: translate(-50%, -72%) scale(.98) !important;
}

.comparison.is-message-mode .compare-flow-v2,
.comparison.is-message-leaving .compare-flow-v2 {
  transform: none !important;
}

/* Compare message layer: prevent jumping from the flow grid to the viewport */
.comparison.is-message-mode .compare-flow-v2,
.comparison.is-message-leaving .compare-flow-v2 {
  position: fixed !important;
  inset: 0 !important;
  z-index: 30 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 1fr !important;
  place-items: center !important;
  pointer-events: none !important;
  transform: none !important;
}

.comparison.is-message-mode .compare-start,
.comparison.is-message-mode .compare-matrix,
.comparison.is-message-mode .compare-message,
.comparison.is-message-leaving .compare-start,
.comparison.is-message-leaving .compare-matrix,
.comparison.is-message-leaving .compare-message {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.comparison.is-message-mode .compare-message,
.comparison.is-message-leaving .compare-message {
  position: static !important;
  left: auto !important;
  top: auto !important;
  margin: 0 auto !important;
}

.comparison.is-message-mode .compare-message {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.comparison.is-message-leaving .compare-message {
  opacity: 0 !important;
  transform: translate3d(0, -18px, 0) scale(.98) !important;
}

/* Solution DM demo cleanup: fade-only transition, no placeholder icon, fuller frame */
.flow-section .solution-card {
  transition:
    opacity .58s ease,
    visibility 0s linear .58s !important;
}

.flow-section.is-kakao .solution-card.kakao,
.flow-section.is-dm .solution-card.dm {
  transform: none !important;
  transition:
    opacity .58s ease,
    visibility 0s linear 0s !important;
}

.flow-section.is-dm .solution-card.kakao,
.flow-section.is-kakao .solution-card.dm {
  transform: none !important;
}

.dm-stage {
  border-color: rgba(1, 176, 216, .2) !important;
  background: rgba(1, 176, 216, .06) !important;
  overflow: hidden !important;
}

.dm-stage::before,
.dm-screen::after {
  content: none !important;
  display: none !important;
}

.dm-screen {
  inset: clamp(12px, 1.1vw, 18px) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 84% 16%, rgba(1, 176, 216, .16), transparent 34%),
    linear-gradient(135deg, rgba(12, 16, 18, .98), rgba(2, 16, 19, .96)) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}

@keyframes dmScreenCycle {
  0%, 16% {
    opacity: 1;
    transform: none;
  }

  20%, 100% {
    opacity: 0;
    transform: none;
  }
}

/* DM demo: smoother connected crossfade between steps */
.dm-screen {
  animation: dmScreenCycleSmooth 20s ease-in-out infinite !important;
  will-change: opacity, transform !important;
}

.dm-screen.is-dm {
  animation-delay: 4s !important;
}

.dm-screen.is-login {
  animation-delay: 8s !important;
}

.dm-screen.is-db {
  animation-delay: 12s !important;
}

.dm-screen.is-sale {
  animation-delay: 16s !important;
}

.dm-timeline span::before {
  animation: dmStepProgressSmooth 20s ease-in-out infinite !important;
}

.dm-timeline span:nth-child(2)::before {
  animation-delay: 4s !important;
}

.dm-timeline span:nth-child(3)::before {
  animation-delay: 8s !important;
}

.dm-timeline span:nth-child(4)::before {
  animation-delay: 12s !important;
}

.dm-timeline span:nth-child(5)::before {
  animation-delay: 16s !important;
}

@keyframes dmScreenCycleSmooth {
  0% {
    opacity: 0;
    transform: scale(.985);
  }

  4%, 17% {
    opacity: 1;
    transform: scale(1);
  }

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

@keyframes dmStepProgressSmooth {
  0% {
    width: 0;
    opacity: 1;
  }

  17% {
    width: 100%;
    opacity: 1;
  }

  24% {
    width: 100%;
    opacity: 0;
  }

  24.01%, 100% {
    width: 0;
    opacity: 0;
  }
}

/* Compare final message: remove previous-flow afterimage during the handoff */
.comparison.is-message-mode .compare-flow-v2,
.comparison.is-message-leaving .compare-flow-v2 {
  background: var(--blocks-surface) !important;
  isolation: isolate !important;
}

.comparison.is-message-mode .eyebrow,
.comparison.is-message-mode .section-title,
.comparison.is-message-mode .compare-start,
.comparison.is-message-mode .compare-matrix,
.comparison.is-message-leaving .eyebrow,
.comparison.is-message-leaving .section-title,
.comparison.is-message-leaving .compare-start,
.comparison.is-message-leaving .compare-matrix {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  transition: none !important;
}

.comparison:not(.is-message-mode):not(.is-message-leaving) .compare-message {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate3d(0, 10px, 0) scale(.99) !important;
}

.comparison.is-message-mode .compare-message {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  transition:
    opacity .3s ease .06s,
    transform .36s cubic-bezier(.16, 1, .3, 1) .06s !important;
}

.comparison.is-message-leaving .compare-message {
  visibility: visible !important;
  opacity: 0 !important;
  transform: translate3d(0, -10px, 0) scale(.99) !important;
  transition:
    opacity .22s ease,
    transform .26s ease !important;
}

/* CTA compact pass: keep footer visible after pricing section removal */
.final-cta {
  min-height: auto !important;
  padding: clamp(86px, 7vw, 112px) 22px clamp(70px, 6vw, 92px) !important;
}

.final-cta .cta-heart {
  display: none !important;
}

.final-cta .btn.big {
  width: min(100%, 460px) !important;
  max-width: calc(100vw - 44px) !important;
  margin-inline: auto !important;
  padding-inline: 30px !important;
}

@media (max-width: 640px) {
  .final-cta {
    padding: 72px 22px 58px !important;
  }

  .final-cta .btn.big {
    width: min(100%, 360px) !important;
  }
}

@media (max-width: 640px) {
  .features {
    padding-top: 88px !important;
    padding-bottom: 98px !important;
  }
}

/* Asset comparison section: staged entrance on scroll */
.asset-section.asset-motion-ready .eyebrow,
.asset-section.asset-motion-ready .section-title,
.asset-section.asset-motion-ready .section-sub,
.asset-section.asset-motion-ready .asset-card,
.asset-section.asset-motion-ready .asset-line {
  opacity: 0 !important;
  transform: translate3d(0, 24px, 0) scale(.985) !important;
  transition:
    opacity .6s ease,
    transform .76s cubic-bezier(.16, 1, .3, 1) !important;
  will-change: opacity, transform;
}

.asset-section.asset-motion-ready .asset-card.muted {
  transform: translate3d(-24px, 28px, 0) scale(.985) !important;
}

.asset-section.asset-motion-ready .asset-card.highlight {
  transform: translate3d(24px, 28px, 0) scale(.985) !important;
}

.asset-section.asset-motion-in .eyebrow,
.asset-section.asset-motion-in .section-title,
.asset-section.asset-motion-in .section-sub,
.asset-section.asset-motion-in .asset-card,
.asset-section.asset-motion-in .asset-line {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.asset-section.asset-motion-in .section-title {
  transition-delay: .06s !important;
}

.asset-section.asset-motion-in .section-sub {
  transition-delay: .14s !important;
}

.asset-section.asset-motion-in .asset-card.muted {
  transition-delay: .24s !important;
}

.asset-section.asset-motion-in .asset-card.highlight {
  transition-delay: .34s !important;
}

.asset-section.asset-motion-in .asset-line {
  transition-delay: .48s !important;
}

@media (prefers-reduced-motion: reduce) {
  .asset-section.asset-motion-ready .eyebrow,
  .asset-section.asset-motion-ready .section-title,
  .asset-section.asset-motion-ready .section-sub,
  .asset-section.asset-motion-ready .asset-card,
  .asset-section.asset-motion-ready .asset-line {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Footer clean pass */
.site-footer {
  padding: clamp(58px, 5vw, 76px) 0 clamp(96px, 8vw, 128px) !important;
  background: var(--blocks-footer-bg) !important;
  border-top: 0 !important;
  color: var(--blocks-footer-text) !important;
}

.site-footer .footer-inner {
  gap: clamp(30px, 3vw, 46px) !important;
}

.site-footer .footer-top {
  align-items: start !important;
  grid-template-columns: minmax(260px, .8fr) minmax(520px, 1.4fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
}

.site-footer .footer-logo {
  gap: 10px !important;
  color: var(--blocks-footer-title) !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.site-footer .footer-logo img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
}

.site-footer .footer-brand p {
  max-width: 340px !important;
  margin-top: 22px !important;
  color: var(--blocks-footer-text) !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.site-footer .footer-links {
  grid-template-columns: 1fr .82fr .88fr !important;
  gap: clamp(34px, 5vw, 86px) !important;
}

.site-footer .footer-links h3 {
  margin-bottom: 14px !important;
  color: var(--blocks-footer-title) !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.site-footer .footer-links a {
  margin-top: 11px !important;
  color: var(--blocks-footer-text) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.site-footer .footer-bottom {
  gap: 20px !important;
  padding-top: 28px !important;
  border-top: 1px solid var(--blocks-footer-line) !important;
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom small {
  color: var(--blocks-footer-muted) !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 900px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .site-footer .footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 48px 0 88px !important;
  }

  .site-footer .footer-links {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 32px !important;
  }

  .site-footer .footer-brand p {
    max-width: 300px !important;
  }
}

/* Final CTA polish */
.final-cta h2 {
  margin-top: 0 !important;
}

.final-cta p:not(.eyebrow) {
  max-width: none !important;
  margin: 34px auto 44px !important;
  color: rgba(255, 255, 255, .68) !important;
  font-size: clamp(16px, 1.3vw, 20px) !important;
  line-height: 1.55 !important;
  white-space: nowrap !important;
}

.final-cta .btn.big {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  transition:
    transform .32s cubic-bezier(.16, 1, .3, 1),
    box-shadow .32s ease,
    background-color .32s ease !important;
}

.final-cta .btn.big::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .34) 42%, transparent 62%) !important;
  transform: translateX(-120%) skewX(-18deg) !important;
  transition: transform .62s cubic-bezier(.16, 1, .3, 1) !important;
}

.final-cta .btn.big:hover {
  transform: translateY(-4px) scale(1.015) !important;
  box-shadow: 0 24px 72px rgba(1, 176, 216, .34) !important;
}

.final-cta .btn.big:hover::before {
  transform: translateX(120%) skewX(-18deg) !important;
}

@media (max-width: 900px) {
  .final-cta p:not(.eyebrow) {
    max-width: 620px !important;
    white-space: normal !important;
  }
}

/* Footer stable sizing: single source of truth */
.site-footer {
  padding-top: clamp(68px, 5vw, 84px) !important;
  padding-bottom: clamp(68px, 5vw, 86px) !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.site-footer .footer-inner {
  gap: clamp(42px, 4vw, 58px) !important;
}

.site-footer .footer-top {
  padding-bottom: 0 !important;
}

.site-footer .footer-links > div {
  padding-bottom: 0 !important;
}

.site-footer .footer-bottom {
  margin-top: clamp(36px, 3.5vw, 54px) !important;
  padding-top: 30px !important;
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 52px !important;
    padding-bottom: 64px !important;
  }

  .site-footer .footer-top,
  .site-footer .footer-links > div {
    padding-bottom: 0 !important;
  }

  .site-footer .footer-bottom {
    margin-top: 32px !important;
  }
}

/* Responsive typography lock: tablet and mobile only */
@media (max-width: 1040px) {
  .brand {
    font-size: 24px !important;
  }

  .eyebrow,
  .solution-label,
  .feature em,
  .case-copy span,
  .compare-lane-head span {
    font-size: 12px !important;
    line-height: 1.35 !important;
    letter-spacing: .12em !important;
  }

  main .hero h1,
  .hero h1 {
    font-size: clamp(42px, 9.2vw, 76px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.026em !important;
  }

  .section-title,
  .detail-row h2,
  .final-cta h2 {
    font-size: clamp(30px, 5.4vw, 42px) !important;
    line-height: 1.18 !important;
    letter-spacing: -.016em !important;
  }

  .hero-copy,
  .section-sub,
  .final-cta p:not(.eyebrow) {
    font-size: clamp(16px, 2.4vw, 19px) !important;
    line-height: 1.68 !important;
  }

  .card h3,
  .feature h3,
  .case h3,
  .trust-card h3,
  .step h3,
  .price h3,
  .problem .card h3,
  .features .feature h3,
  .cases .case h3,
  .trust .trust-card h3 {
    font-size: clamp(20px, 2.8vw, 23px) !important;
    line-height: 1.34 !important;
  }

  .solution-copy h3,
  .detail-card-copy h3,
  .asset-card h3,
  .compare-lane-head h3 {
    font-size: clamp(24px, 4.2vw, 34px) !important;
    line-height: 1.22 !important;
  }

  .card p,
  .feature p,
  .case p,
  .trust-card p,
  .price p,
  .detail-row p:not(.eyebrow),
  .solution-copy p,
  .solution-card p,
  .detail-card-copy p,
  .asset-card li,
  .compare-steps strong,
  .compare-message,
  .problem .card p,
  .features .feature p,
  .cases .case p,
  .trust .trust-card p {
    font-size: 15.5px !important;
    line-height: 1.66 !important;
  }
}

@media (max-width: 640px) {
  .brand {
    font-size: 22px !important;
  }

  .eyebrow,
  .solution-label,
  .feature em,
  .case-copy span,
  .compare-lane-head span {
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: .1em !important;
  }

  main .hero h1,
  .hero h1 {
    font-size: clamp(36px, 11.2vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em !important;
  }

  .section-title,
  .detail-row h2,
  .final-cta h2 {
    font-size: clamp(28px, 8.2vw, 34px) !important;
    line-height: 1.2 !important;
    letter-spacing: -.012em !important;
  }

  .hero-copy,
  .section-sub,
  .final-cta p:not(.eyebrow) {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
  }

  .card h3,
  .feature h3,
  .case h3,
  .trust-card h3,
  .step h3,
  .price h3,
  .problem .card h3,
  .features .feature h3,
  .cases .case h3,
  .trust .trust-card h3 {
    font-size: 20px !important;
    line-height: 1.36 !important;
  }

  .solution-copy h3,
  .detail-card-copy h3,
  .asset-card h3,
  .compare-lane-head h3 {
    font-size: 24px !important;
    line-height: 1.24 !important;
  }

  .card p,
  .feature p,
  .case p,
  .trust-card p,
  .price p,
  .detail-row p:not(.eyebrow),
  .solution-copy p,
  .solution-card p,
  .detail-card-copy p,
  .asset-card li,
  .compare-steps strong,
  .compare-message,
  .footer-brand p,
  .footer-links a,
  .footer-bottom p,
  .footer-bottom small,
  .problem .card p,
  .features .feature p,
  .cases .case p,
  .trust .trust-card p {
    font-size: 15px !important;
    line-height: 1.66 !important;
  }

  .btn,
  .header-cta,
  .final-cta .btn.big {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 390px) {
  main .hero h1,
  .hero h1 {
    font-size: clamp(33px, 10.8vw, 40px) !important;
  }

  .section-title,
  .detail-row h2,
  .final-cta h2 {
    font-size: clamp(25px, 7.8vw, 30px) !important;
  }

  .hero-copy,
  .section-sub,
  .final-cta p:not(.eyebrow),
  .card p,
  .feature p,
  .case p,
  .trust-card p,
  .solution-copy p,
  .solution-card p,
  .detail-card-copy p,
  .problem .card p,
  .features .feature p,
  .cases .case p,
  .trust .trust-card p {
    font-size: 14.5px !important;
  }

  .card h3,
  .feature h3,
  .case h3,
  .trust-card h3,
  .step h3,
  .price h3,
  .problem .card h3,
  .features .feature h3,
  .cases .case h3,
  .trust .trust-card h3 {
    font-size: 19px !important;
  }
}

/* Mobile hero title lock */
@media (max-width: 640px) {
  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1,
  .hero h1 {
    width: min(100%, 350px) !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(34px, 10vw, 42px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
  }

  main .hero .hero-title-line,
  main .hero.hero-intro .hero-title-line,
  main .hero.hero-intro .hero-title-line.is-typing,
  main .hero.hero-intro .hero-title-line.is-hold {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
  }

  main .hero .hero-title-wordline {
    display: block !important;
    white-space: nowrap !important;
  }

  main .hero .hero-title-question {
    margin-bottom: 2px !important;
  }

  main .hero .hero-title-answer {
    color: var(--cyan) !important;
  }

  main .hero .typing-caret {
    display: none !important;
  }

  main .hero .hero-copy {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 15px !important;
    line-height: 1.68 !important;
    word-break: keep-all !important;
  }

  main .hero .hero-actions {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 12px !important;
  }

  main .hero .hero-actions .btn {
    width: 100% !important;
    min-height: 64px !important;
    padding-inline: 18px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 390px) {
  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1,
  .hero h1 {
    max-width: 320px !important;
    font-size: clamp(32px, 9.6vw, 37px) !important;
    line-height: 1.2 !important;
  }

  main .hero .hero-copy,
  main .hero .hero-actions {
    max-width: 328px !important;
  }
}

/* Responsive header structure */
@media (max-width: 1040px) {
  .site-header {
    justify-content: flex-start !important;
    gap: 0 !important;
    height: 76px !important;
    padding: 0 clamp(24px, 4.5vw, 40px) !important;
  }

  .brand {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }

  .brand img {
    width: 28px !important;
    height: 28px !important;
  }

  .header-actions {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-left: auto !important;
  }

  .header-login {
    display: inline-flex !important;
    min-height: 42px !important;
    padding: 0 2px !important;
    color: rgba(255, 255, 255, .76) !important;
    font-size: 14px !important;
    font-weight: 760 !important;
  }

  .header-cta {
    display: inline-flex !important;
    min-width: 132px !important;
    height: 48px !important;
    padding: 0 22px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 780 !important;
  }

  .menu {
    position: relative !important;
    display: inline-flex !important;
    flex: 0 0 48px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    margin-left: 18px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    transition: background-color .22s ease !important;
  }

  .menu span {
    position: absolute !important;
    width: 26px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .92) !important;
    transition: transform .28s cubic-bezier(.16, 1, .3, 1), opacity .2s ease !important;
  }

  .menu span:first-child {
    transform: translateY(-6px) !important;
  }

  .menu span:last-child {
    transform: translateY(6px) !important;
  }

  .menu:hover,
  body.nav-open .menu {
    background: rgba(255, 255, 255, .08) !important;
  }

  body.nav-open .menu span:first-child {
    transform: rotate(45deg) !important;
  }

  body.nav-open .menu span:last-child {
    transform: rotate(-45deg) !important;
  }

  .site-header nav {
    position: fixed !important;
    top: 76px !important;
    right: clamp(20px, 4vw, 40px) !important;
    z-index: 119 !important;
    display: grid !important;
    width: min(320px, calc(100vw - 40px)) !important;
    padding: 18px !important;
    gap: 2px !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 24px !important;
    background: rgba(7, 8, 10, .92) !important;
    box-shadow: 0 26px 80px rgba(0, 0, 0, .52) !important;
    backdrop-filter: blur(18px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-8px) scale(.98) !important;
    transform-origin: top right !important;
    transition:
      opacity .24s ease,
      transform .28s cubic-bezier(.16, 1, .3, 1) !important;
  }

  body.nav-open .site-header nav {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }

  .site-header nav a {
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    color: rgba(255, 255, 255, .84) !important;
    font-size: 15px !important;
    letter-spacing: -.01em !important;
    transition: background-color .2s ease, color .2s ease !important;
  }

  .site-header nav a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .08) !important;
  }

  .site-header nav a::after {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 68px !important;
    padding: 0 18px !important;
  }

  .brand img {
    width: 26px !important;
    height: 26px !important;
  }

  .header-actions {
    gap: 10px !important;
  }

  .header-login {
    display: none !important;
  }

  .header-cta {
    min-width: 0 !important;
    height: 42px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
  }

  .menu {
    flex-basis: 44px !important;
    width: 44px !important;
    height: 44px !important;
    margin-left: 10px !important;
  }

  .menu span {
    width: 24px !important;
  }

  .site-header nav {
    top: 68px !important;
    right: 16px !important;
    width: min(300px, calc(100vw - 32px)) !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 390px) {
  .header-actions {
    display: none !important;
  }

  .menu {
    margin-left: auto !important;
  }

  body.nav-open .header-actions {
    position: fixed !important;
    top: calc(68px + 282px) !important;
    right: 16px !important;
    z-index: 120 !important;
    display: grid !important;
    width: min(300px, calc(100vw - 32px)) !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 0 14px 14px !important;
    margin-left: 0 !important;
    pointer-events: auto !important;
  }

  body.nav-open .header-login,
  body.nav-open .header-cta {
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
  }

  body.nav-open .header-login {
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 999px !important;
    color: rgba(255, 255, 255, .82) !important;
  }

  body.nav-open .header-cta {
    height: 46px !important;
  }

  body.nav-open .site-header nav {
    padding-bottom: 114px !important;
  }
}

/* Responsive layout stabilization */
@media (max-width: 1040px) {
  .problem,
  .flow-section,
  .features,
  .asset-section,
  .detail,
  .cases,
  .comparison,
  .trust,
  .final-cta {
    min-height: auto !important;
    height: auto !important;
    padding-top: clamp(82px, 10vw, 112px) !important;
    padding-bottom: clamp(82px, 10vw, 112px) !important;
    overflow-x: clip !important;
  }

  .problem .wrap,
  .solution-wrap,
  .features .wrap,
  .asset-section .wrap,
  .detail .wrap,
  .cases .wrap,
  .comparison .wrap,
  .trust .wrap,
  .site-footer .footer-inner {
    width: min(100% - 44px, 920px) !important;
  }

  .problem-layout,
  .solution-grid,
  .feature-grid,
  .asset-grid,
  .detail-fan,
  .case-grid,
  .compare-matrix,
  .trust-grid,
  .footer-top,
  .footer-links {
    max-width: 100% !important;
  }

  .problem-layout,
  .solution-card,
  .solution-card.kakao,
  .solution-card.dm,
  .feature-grid,
  .asset-grid,
  .compare-matrix,
  .footer-top {
    grid-template-columns: 1fr !important;
  }

  .problem-grid,
  .case-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .problem .card.reveal,
  .problem .card.reveal.visible,
  .problem .problem-visual.reveal,
  .problem .problem-visual.reveal.visible {
    transform: none !important;
    filter: none !important;
  }

  .problem-visual {
    order: 0 !important;
    min-height: 0 !important;
    margin-top: 8px !important;
    pointer-events: none !important;
  }

  .problem-visual img {
    width: min(360px, 72vw) !important;
    margin: 0 auto !important;
    opacity: .96 !important;
    transform: none !important;
  }

  .solution-card {
    min-height: 0 !important;
    padding: clamp(28px, 4.5vw, 44px) !important;
    border-radius: 28px !important;
  }

  .solution-media,
  .dm-demo,
  .dm-stage {
    width: 100% !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .dm-demo {
    height: auto !important;
    transform: none !important;
  }

  .dm-stage {
    height: clamp(300px, 44vw, 380px) !important;
  }

  .dm-screen {
    inset: clamp(18px, 4vw, 32px) !important;
    min-height: 0 !important;
  }

  .feature {
    min-height: 0 !important;
  }

  .feature.big {
    grid-column: auto !important;
  }

  .detail-fan {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .detail-card {
    width: auto !important;
    min-width: 0 !important;
    transform: none !important;
  }

  .compare-flow-v2,
  .compare-flow-v2 * {
    transform: none !important;
  }

  .compare-flow-v2 {
    display: grid !important;
    gap: 22px !important;
    margin-top: 42px !important;
    overflow: visible !important;
  }

  .compare-flow-v2 .compare-entry,
  .compare-flow-v2 .compare-message {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: min(100%, 680px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .compare-flow-v2 .compare-matrix {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .compare-flow-v2 .compare-lane {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr) !important;
    align-items: center !important;
    gap: 18px !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 22px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .compare-flow-v2 .compare-steps {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .compare-flow-v2 .compare-steps li {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 76px !important;
    padding: 12px 8px !important;
    display: grid !important;
    place-items: center !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-result {
    position: static !important;
    grid-column: 1 / -1 !important;
    justify-self: end !important;
    width: fit-content !important;
    margin-top: 8px !important;
  }

  .trust-objects {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .problem,
  .flow-section,
  .features,
  .asset-section,
  .detail,
  .cases,
  .comparison,
  .trust,
  .final-cta {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .problem .wrap,
  .solution-wrap,
  .features .wrap,
  .asset-section .wrap,
  .detail .wrap,
  .cases .wrap,
  .comparison .wrap,
  .trust .wrap,
  .site-footer .footer-inner {
    width: min(100% - 32px, 560px) !important;
  }

  .problem-grid,
  .case-grid,
  .trust-grid,
  .detail-fan,
  .footer-links {
    grid-template-columns: 1fr !important;
  }

  .problem .card {
    grid-template-columns: 40px 1fr !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .problem .card span {
    width: 40px !important;
    height: 40px !important;
  }

  .problem-visual {
    display: none !important;
  }

  .solution-card {
    padding: 24px 0 !important;
  }

  .solution-points {
    gap: 8px !important;
  }

  .solution-points span {
    min-height: 34px !important;
    padding: 0 11px !important;
    font-size: 13px !important;
  }

  .solution-media {
    height: 280px !important;
  }

  .dm-stage {
    height: 300px !important;
  }

  .dm-timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  .dm-timeline span {
    min-height: 52px !important;
    padding: 10px 4px !important;
    font-size: 11px !important;
    text-align: center !important;
  }

  .asset-card {
    padding: 24px !important;
    border-radius: 24px !important;
  }

  .asset-card,
  .asset-card.reveal,
  .asset-card.reveal.visible,
  .asset-section .asset-card,
  .asset-section .asset-card.reveal,
  .asset-section .asset-card.reveal.visible,
  .asset-section.asset-motion-ready .asset-card,
  .asset-section.asset-motion-ready .asset-card.muted,
  .asset-section.asset-motion-ready .asset-card.highlight,
  .asset-section.asset-motion-in .asset-card,
  .asset-section.asset-motion-in .asset-card.muted,
  .asset-section.asset-motion-in .asset-card.highlight,
  .asset-card.highlight,
  .asset-card.muted {
    width: 100% !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }

  .asset-line {
    display: grid !important;
    gap: 8px !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .detail-card {
    min-height: 0 !important;
    border-radius: 24px !important;
  }

  .detail-card img {
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
  }

  .cases .case,
  .trust .trust-card {
    min-height: 0 !important;
  }

  .cases .case-grid {
    gap: 16px !important;
    height: auto !important;
  }

  .cases .case {
    display: grid !important;
    min-height: 360px !important;
    height: auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 24px !important;
  }

  .cases .case img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .cases .case .case-copy {
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 22px !important;
    top: auto !important;
    min-height: 0 !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .cases .case p {
    opacity: 1 !important;
    transform: none !important;
  }

  .compare-flow-v2 .compare-lane {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 20px !important;
  }

  .compare-flow-v2 .compare-matrix {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .compare-flow-v2 .compare-matrix::-webkit-scrollbar {
    display: none !important;
  }

  .compare-flow-v2 .compare-lane {
    flex: 0 0 min(84vw, 360px) !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  .compare-flow-v2 .compare-steps {
    grid-template-columns: 1fr !important;
  }

  .compare-flow-v2 .compare-steps li {
    min-height: 48px !important;
    height: auto !important;
    aspect-ratio: auto !important;
    width: 100% !important;
    justify-self: stretch !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    place-items: center start !important;
    justify-content: stretch !important;
    text-align: left !important;
    padding: 10px 12px !important;
  }

  .compare-flow-v2 .compare-result {
    justify-self: stretch !important;
    width: 100% !important;
  }

  .compare-flow-v2 .compare-message {
    border-radius: 22px !important;
    padding: 18px !important;
  }
}

/* Mobile and tablet swipe rails for long card sections */
@media (max-width: 1040px) {
  .feature-grid,
  .asset-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    cursor: grab !important;
    touch-action: pan-x pan-y !important;
    user-select: none !important;
  }

  .problem-grid.is-dragging,
  .feature-grid.is-dragging,
  .asset-grid.is-dragging,
  .detail-fan.is-dragging,
  .case-grid.is-dragging,
  .trust-grid.is-dragging {
    cursor: grabbing !important;
    scroll-snap-type: none !important;
  }

  .problem-grid img,
  .feature-grid img,
  .asset-grid img,
  .detail-fan img,
  .case-grid img,
  .trust-grid img {
    -webkit-user-drag: none !important;
    user-drag: none !important;
    pointer-events: none !important;
  }

  .feature-grid::-webkit-scrollbar,
  .asset-grid::-webkit-scrollbar {
    display: none !important;
  }

  .feature-grid > *,
  .asset-grid > * {
    flex: 0 0 min(76vw, 620px) !important;
    width: auto !important;
    max-width: none !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  .feature-grid > *:last-child,
  .asset-grid > *:last-child {
    margin-right: 1px !important;
  }
}

@media (max-width: 640px) {
  .problem-grid,
  .feature-grid,
  .asset-grid,
  .detail-fan,
  .case-grid,
  .trust-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    cursor: grab !important;
    touch-action: pan-x pan-y !important;
    user-select: none !important;
  }

  .problem-grid::-webkit-scrollbar,
  .feature-grid::-webkit-scrollbar,
  .asset-grid::-webkit-scrollbar,
  .detail-fan::-webkit-scrollbar,
  .case-grid::-webkit-scrollbar,
  .trust-grid::-webkit-scrollbar {
    display: none !important;
  }

  .problem-grid > *,
  .feature-grid > *,
  .asset-grid > *,
  .detail-fan > *,
  .case-grid > *,
  .trust-grid > * {
    flex: 0 0 min(84vw, 360px) !important;
    width: auto !important;
    max-width: none !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  .problem-grid > *:last-child,
  .feature-grid > *:last-child,
  .asset-grid > *:last-child,
  .detail-fan > *:last-child,
  .case-grid > *:last-child,
  .trust-grid > *:last-child {
    margin-right: 1px !important;
  }

  .problem .card {
    align-self: stretch !important;
  }

  .features .feature,
  .asset-section .asset-card,
  .detail-card,
  .cases .case,
  .trust .trust-card {
    align-self: stretch !important;
  }

  .cases .case {
    flex-basis: min(84vw, 340px) !important;
  }

  .trust .trust-card {
    min-height: 430px !important;
  }
}

/* Focused mobile refinements after visual QA */
@media (max-width: 640px) {
  .problem::before {
    inset: auto -12% 0 34% !important;
    height: 39% !important;
    clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%) !important;
  }

  .problem .problem-copy > .eyebrow.reveal,
  .problem .section-title.reveal,
  .problem .section-sub.reveal,
  .problem .card.reveal,
  .problem .card.reveal.visible,
  .features.features-motion-ready .feature,
  .features.features-motion-in .feature {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .problem .section-title,
  .features .section-title,
  .cases .section-title,
  .comparison .section-title,
  .trust .section-title {
    max-width: 100% !important;
    font-size: clamp(30px, 8.8vw, 38px) !important;
    line-height: 1.18 !important;
    word-break: keep-all !important;
  }

  .rail-indicator {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 18px !important;
    color: rgba(0, 0, 0, .56) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
  }

  .section-dark .rail-indicator,
  .asset-section .rail-indicator {
    color: rgba(255, 255, 255, .62) !important;
  }

  .rail-dots {
    display: inline-flex !important;
    gap: 6px !important;
  }

  .rail-dots button {
    width: 7px !important;
    height: 7px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: currentColor !important;
    opacity: .28 !important;
  }

  .rail-dots button.is-active {
    width: 18px !important;
    opacity: 1 !important;
  }

  .solution-card,
  .solution-card.kakao,
  .solution-card.dm {
    padding: 28px 18px !important;
    text-align: center !important;
    justify-items: center !important;
  }

  .solution-copy {
    width: 100% !important;
    text-align: center !important;
  }

  .solution-card h3,
  .solution-card p {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .solution-points {
    justify-content: center !important;
  }

  .solution-media.kakao-chat-media {
    height: 330px !important;
    max-width: 100% !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .kakao-chat-preview {
    min-height: 0 !important;
    height: 100% !important;
  }

  .kakao-chat-shot-card {
    left: 14% !important;
    top: 26% !important;
    height: 52% !important;
  }

  .kakao-chat-shot-message {
    right: 12% !important;
    bottom: 8% !important;
    height: 74% !important;
  }

  .solution-card.dm::after,
  .dm-stage::before,
  .dm-screen::after {
    display: none !important;
  }

  .dm-demo {
    max-width: 100% !important;
  }

  .dm-stage {
    height: 270px !important;
    padding: 14px !important;
    border-color: rgba(1, 176, 216, .28) !important;
    background: rgba(1, 176, 216, .08) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05) !important;
  }

  .dm-screen {
    inset: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 12px !important;
    padding: 20px !important;
    border-radius: 22px !important;
    background: rgba(2, 17, 18, .86) !important;
  }

  .dm-screen strong {
    font-size: 25px !important;
    line-height: 1.22 !important;
  }

  .dm-screen p {
    max-width: 240px !important;
    margin: 0 auto !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .dm-timeline {
    margin-top: 12px !important;
    gap: 7px !important;
  }

  .dm-timeline span {
    min-height: 48px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .06) !important;
  }

  .feature-grid {
    gap: 12px !important;
  }

  .feature-grid > * {
    flex: 0 0 calc((100% - 12px) / 2) !important;
    min-height: 380px !important;
    padding: 20px !important;
    border-radius: 24px !important;
  }

  .features .feature h3 {
    font-size: 19px !important;
    line-height: 1.28 !important;
  }

  .features .feature p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .features .feature em {
    font-size: 10px !important;
    padding: 7px 10px !important;
  }

  .features .feature-media {
    margin-top: auto !important;
    min-height: 150px !important;
  }

  .features .feature-grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-rows: repeat(2, minmax(152px, auto)) !important;
    grid-template-columns: none !important;
    grid-auto-columns: min(84vw, 340px) !important;
    align-items: stretch !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }

  .features .feature-grid > * {
    flex: none !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 152px !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "tag media"
      "title media"
      "copy media" !important;
    column-gap: 14px !important;
    row-gap: 7px !important;
    align-content: center !important;
    padding: 18px !important;
    scroll-snap-align: start !important;
  }

  .features .feature em {
    grid-area: tag !important;
    width: fit-content !important;
    margin: 0 !important;
  }

  .features .feature h3 {
    grid-area: title !important;
    margin: 0 !important;
  }

  .features .feature p {
    grid-area: copy !important;
    margin: 0 !important;
  }

  .features .feature .feature-copy {
    display: contents !important;
  }

  .features .feature-media,
  .features .feature-media.mini {
    grid-area: media !important;
    align-self: center !important;
    width: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    height: 86px !important;
    margin: 0 !important;
  }

  .features .feature:not(:has(.feature-media)) {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "tag"
      "title"
      "copy" !important;
  }

  .features .feature-image-slot,
  .features .feature-image-slot img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .asset-section {
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }

  .asset-section .asset-grid {
    align-items: flex-start !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
  }

  .asset-section .asset-grid > *,
  .asset-section .asset-card,
  .asset-section .asset-card.muted,
  .asset-section .asset-card.highlight {
    flex: 0 0 min(88vw, 360px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    align-self: flex-start !important;
    overflow: visible !important;
    padding: 24px 22px !important;
  }

  .asset-section .asset-card h3 {
    justify-content: center !important;
    margin-bottom: 22px !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  .asset-section .asset-card ul {
    display: grid !important;
    gap: 15px !important;
  }

  .asset-section .asset-card li {
    min-height: 0 !important;
    padding-left: 36px !important;
    gap: 4px !important;
  }

  .asset-section .asset-card li::before {
    width: 24px !important;
    height: 24px !important;
    top: 0 !important;
  }

  .asset-section .asset-card li strong {
    font-size: 18px !important;
    line-height: 1.28 !important;
  }

  .asset-section .asset-card li small {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .asset-section .asset-line {
    margin-top: 32px !important;
  }

  .detail.section-light,
  .detail.section-light.is-step-0,
  .detail.section-light.is-step-1,
  .detail.section-light.is-step-2 {
    background: #f3f5f7 !important;
    color: #050505 !important;
  }

  .detail.section-light::before {
    display: none !important;
  }

  .detail-head,
  .detail-card,
  .detail-card:nth-child(1),
  .detail-card:nth-child(2),
  .detail-card:nth-child(3),
  .detail.is-entered .detail-card,
  .detail.is-ready .detail-card,
  .detail:not(.is-ready) .detail-card {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .detail-fan {
    position: relative !important;
    min-height: 0 !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    padding: 0 !important;
  }

  .detail-fan > * {
    flex: 0 0 min(84vw, 330px) !important;
  }

  .detail-card {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 18px 54px rgba(0, 0, 0, .1) !important;
  }

  .detail-card img {
    height: 56% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .detail-card::after {
    display: none !important;
  }

  .detail-card-copy {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    min-height: 44% !important;
    display: grid !important;
    align-content: center !important;
    padding: 20px 18px 22px !important;
    background: #fff !important;
    color: #070707 !important;
    text-align: center !important;
  }

  .detail-card-copy p:not(.eyebrow) {
    color: rgba(0, 0, 0, .62) !important;
  }

  .detail-card-copy .eyebrow {
    margin-bottom: 8px !important;
    color: #01B0D8 !important;
  }

  .detail-card-copy h3 {
    color: #070707 !important;
    font-size: 22px !important;
    line-height: 1.24 !important;
  }

  .detail-card-copy p:not(.eyebrow) {
    margin-top: 10px !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }

  .case-grid {
    gap: 12px !important;
  }

  .case-grid > * {
    flex: 0 0 calc((100% - 12px) / 2) !important;
  }

  .cases .case {
    flex: 0 0 calc((100% - 12px) / 2) !important;
    width: auto !important;
    min-height: 260px !important;
    border-radius: 22px !important;
  }

  .cases .case .case-copy {
    left: 14px !important;
    right: 14px !important;
    bottom: 16px !important;
  }

  .cases .case h3 {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .cases .case p {
    display: none !important;
  }

  .comparison {
    background: #f4f5f7 !important;
  }

  .compare-flow-v2 {
    margin-top: 30px !important;
    gap: 14px !important;
  }

  .compare-flow-v2 .compare-start {
    border-radius: 24px !important;
    padding: 20px !important;
    background: #050505 !important;
    color: #fff !important;
  }

  .compare-flow-v2 .compare-matrix {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .compare-flow-v2 .compare-lane {
    display: flex !important;
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 14px !important;
    border-radius: 22px !important;
    gap: 12px !important;
  }

  .compare-lane-head span {
    font-size: 10px !important;
    line-height: 1.25 !important;
    padding: 7px 9px !important;
  }

  .compare-lane-head h3 {
    font-size: 18px !important;
    line-height: 1.22 !important;
  }

  .compare-flow-v2 .compare-steps {
    gap: 7px !important;
  }

  .compare-flow-v2 .compare-steps li {
    min-height: 42px !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    padding: 8px !important;
    border-radius: 999px !important;
  }

  .compare-steps li span {
    font-size: 12px !important;
  }

  .compare-steps strong {
    font-size: 12px !important;
    line-height: 1.25 !important;
    word-break: keep-all !important;
  }

  .compare-flow-v2 .compare-result {
    min-height: 42px !important;
    padding: 8px !important;
    justify-content: center !important;
    font-size: 13px !important;
  }

  .compare-flow-v2 .compare-message {
    display: none !important;
  }

  .trust-grid,
  .trust .trust-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .trust-grid > *,
  .trust .trust-card {
    flex: none !important;
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    padding: 16px !important;
    border-radius: 24px !important;
    display: grid !important;
    align-content: center !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .trust .trust-card.reveal,
  .trust .trust-card.reveal.visible {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .trust-card-image {
    width: 52px !important;
    height: 52px !important;
    object-fit: contain !important;
    margin: 0 auto 12px !important;
  }

  .trust .trust-card h3 {
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
  }

  .trust .trust-card p {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .trust .rail-indicator {
    display: none !important;
  }
}

.scroll-stop-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 180;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
  background: #01B0D8;
  color: #050505;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(1, 176, 216, .32);
  transform: translateY(120%);
  opacity: 0;
  transition: transform .28s cubic-bezier(.2, 1, .2, 1), opacity .24s ease;
}

@media (max-width: 640px) {
  .scroll-stop-cta {
    display: flex;
  }

  body.scroll-cta-visible .scroll-stop-cta {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile navigation: keep menu, links, and actions in one clean sheet */
@media (max-width: 640px) {
  body.nav-open {
    overflow: hidden !important;
  }

  body.nav-open::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 110 !important;
    background: rgba(0, 0, 0, .58) !important;
    backdrop-filter: blur(8px) !important;
  }

  .site-header {
    z-index: 130 !important;
  }

  body.nav-open .site-header {
    background: rgba(0, 0, 0, .96) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  }

  .menu {
    z-index: 132 !important;
  }

  body.nav-open .menu {
    box-shadow: 0 0 0 3px var(--blocks-primary), 0 0 0 6px rgba(255, 255, 255, .88) !important;
  }

  body.nav-open .site-header nav {
    position: fixed !important;
    left: 18px !important;
    right: 18px !important;
    top: 88px !important;
    z-index: 128 !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 124px) !important;
    display: grid !important;
    gap: 8px !important;
    padding: 22px 22px 138px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    background: rgba(14, 16, 20, .96) !important;
    box-shadow: 0 24px 90px rgba(0, 0, 0, .58) !important;
    overflow-y: auto !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.nav-open .site-header nav a {
    min-height: 58px !important;
    padding: 0 28px !important;
    border-radius: 18px !important;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
  }

  body.nav-open .site-header nav a:active {
    background: rgba(255, 255, 255, .08) !important;
  }

  body.nav-open .header-actions {
    position: fixed !important;
    left: 40px !important;
    right: 40px !important;
    top: auto !important;
    bottom: max(38px, env(safe-area-inset-bottom)) !important;
    z-index: 129 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: auto !important;
  }

  body.nav-open .header-login,
  body.nav-open .header-cta {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
  }

  body.nav-open .header-login {
    border: 1px solid rgba(255, 255, 255, .16) !important;
    background: rgba(255, 255, 255, .03) !important;
    color: rgba(255, 255, 255, .9) !important;
  }

  body.nav-open .header-cta {
    height: 60px !important;
    background: var(--blocks-primary) !important;
    color: var(--blocks-ink) !important;
  }

  body.nav-open .scroll-stop-cta {
    display: none !important;
  }
}

@media (max-width: 390px) {
  body.nav-open .site-header nav {
    left: 14px !important;
    right: 14px !important;
    top: 82px !important;
    padding: 18px 18px 130px !important;
    border-radius: 28px !important;
  }

  body.nav-open .site-header nav a {
    min-height: 54px !important;
    padding: 0 24px !important;
    font-size: 18px !important;
  }

  body.nav-open .header-actions {
    left: 32px !important;
    right: 32px !important;
    bottom: max(30px, env(safe-area-inset-bottom)) !important;
  }
}

/* Mobile use cases: active two-up auto carousel */
@media (max-width: 640px) {
  .cases {
    overflow: hidden !important;
  }

  .cases .case-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .cases .case-grid::-webkit-scrollbar {
    display: none !important;
  }

  .cases .case-grid > *,
  .cases .case {
    flex: 0 0 calc((100% - 14px) / 2) !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: clamp(272px, 68vw, 330px) !important;
    border-radius: 24px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  .cases .case:nth-child(odd) {
    scroll-snap-align: start !important;
  }

  .cases .case img,
  .cases .case.is-auto-active img {
    filter: grayscale(0) saturate(1.18) brightness(.92) !important;
    transform: scale(1) !important;
  }

  .cases .case::before,
  .cases .case.is-auto-active::before {
    opacity: .54 !important;
  }

  .cases .case::after,
  .cases .case.is-auto-active::after {
    opacity: 1 !important;
  }

  .cases .case .case-copy,
  .cases .case.is-auto-active .case-copy {
    left: 16px !important;
    right: 14px !important;
    bottom: 18px !important;
    min-height: 0 !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  .cases .case h3 {
    font-size: clamp(19px, 5.2vw, 24px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    word-break: keep-all !important;
  }

  .cases .case p,
  .cases .case.is-auto-active p {
    display: none !important;
  }

  .cases .case.is-auto-active {
    border-color: rgba(1, 176, 216, .72) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .42), 0 0 0 1px rgba(1, 176, 216, .2) !important;
  }
}

/* Mobile comparison cleanup: prevent the lanes from collapsing into each other */
@media (max-width: 640px) {
  .comparison {
    overflow: hidden !important;
    padding-bottom: calc(112px + env(safe-area-inset-bottom)) !important;
  }

  .comparison .wrap {
    width: min(100% - 28px, 560px) !important;
  }

  .comparison .eyebrow {
    font-size: 15px !important;
    line-height: 1.15 !important;
    margin-bottom: 16px !important;
  }

  .comparison .section-title {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    word-break: keep-all !important;
  }

  .compare-flow-v2 {
    gap: 16px !important;
    margin-top: 28px !important;
    overflow: visible !important;
  }

  .compare-flow-v2 .compare-start {
    width: 100% !important;
    min-height: 96px !important;
    padding: 22px 18px !important;
    border-radius: 28px !important;
  }

  .compare-flow-v2 .compare-start span {
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }

  .compare-flow-v2 .compare-start strong {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }

  .compare-flow-v2 .compare-matrix {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 0 0 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .compare-flow-v2 .compare-matrix::-webkit-scrollbar {
    display: none !important;
  }

  .compare-flow-v2 .compare-lane {
    flex: 0 0 min(86vw, 410px) !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 410px !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 16px !important;
    padding: 20px !important;
    border-radius: 28px !important;
    overflow: visible !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  .compare-lane-old {
    background: var(--blocks-surface) !important;
  }

  .compare-lane-blocks {
    background: color-mix(in srgb, var(--blocks-primary) 10%, var(--blocks-surface)) !important;
  }

  .compare-flow-v2 .compare-lane-head {
    display: grid !important;
    gap: 16px !important;
  }

  .compare-lane-head span {
    width: fit-content !important;
    max-width: 100% !important;
    padding: 9px 13px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    max-width: 100% !important;
    font-size: clamp(27px, 7.4vw, 34px) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    word-break: keep-all !important;
  }

  .compare-flow-v2 .compare-steps {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .compare-flow-v2 .compare-steps li {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
    justify-items: start !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-steps li::before,
  .compare-flow-v2 .compare-steps li::after {
    display: none !important;
  }

  .compare-flow-v2 .compare-steps li span {
    width: 34px !important;
    height: 34px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .compare-flow-v2 .compare-steps li strong {
    min-width: 0 !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .compare-flow-v2 .compare-result {
    position: static !important;
    grid-column: auto !important;
    justify-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    margin-top: 0 !important;
    padding: 12px 14px !important;
    border-radius: 18px !important;
    gap: 8px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .compare-result-icon {
    width: 20px !important;
    height: 20px !important;
  }

.compare-flow-v2 .compare-message {
    display: none !important;
  }
}

/* Mobile hero headline: keep the main copy to exactly two lines */
@media (max-width: 640px) {
  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1,
  .hero h1 {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    font-size: clamp(31px, 8.35vw, 36px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  main .hero .hero-title-line,
  main .hero.hero-intro .hero-title-line,
  main .hero.hero-intro .hero-title-line.is-typing,
  main .hero.hero-intro .hero-title-line.is-hold {
    display: block !important;
    width: 100% !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1,
  .hero h1 {
    width: min(100%, 348px) !important;
    max-width: 348px !important;
    font-size: clamp(29px, 8.05vw, 32px) !important;
  }
}

/* Mobile problem background cleanup */
@media (max-width: 640px) {
  .problem {
    background:
      radial-gradient(circle at 78% 36%, color-mix(in srgb, var(--blocks-primary) 12%, transparent), transparent 32%),
      linear-gradient(180deg, var(--blocks-card) 0%, var(--blocks-surface) 100%) !important;
  }

  .problem::before,
  .problem::after {
    display: none !important;
    content: none !important;
  }

  .problem .wrap {
    position: relative !important;
    z-index: 1 !important;
  }

  .problem .problem-grid {
    position: relative !important;
    z-index: 2 !important;
  }

  .problem .card {
    background: color-mix(in srgb, var(--blocks-card) 94%, transparent) !important;
    backdrop-filter: blur(10px) !important;
  }
}

/* Hero title: two fixed lines with looping primary typing on the answer */
main .hero .hero-title {
  display: block !important;
}

main .hero .hero-title-question,
main .hero .hero-title-answer {
  display: block !important;
}

main .hero .hero-title-answer {
  color: var(--blocks-primary) !important;
}

main .hero .hero-title-answer.is-typing::after {
  content: "" !important;
  display: inline-block !important;
  width: .08em !important;
  height: .78em !important;
  margin-left: .08em !important;
  border-radius: 999px !important;
  background: currentColor !important;
  vertical-align: -.06em !important;
  animation: heroTypingBlink .82s steps(2, start) infinite !important;
}

@keyframes heroTypingBlink {
  50% {
    opacity: 0;
  }
}

@media (max-width: 640px) {
  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1,
  .hero h1 {
    width: min(100%, 410px) !important;
    max-width: 410px !important;
    font-size: clamp(30px, 8.05vw, 36px) !important;
    line-height: 1.18 !important;
    text-align: center !important;
  }

  main .hero .hero-title-question,
  main .hero .hero-title-answer {
    width: 100% !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1,
  .hero h1 {
    width: min(100%, 356px) !important;
    max-width: 356px !important;
    font-size: clamp(28px, 7.7vw, 31px) !important;
  }
}

/* Mobile hero media pair and lower horizontal actions */
.hero-mobile-showcase {
  display: none;
}

@media (max-width: 640px) {
  main .hero {
    min-height: 100svh !important;
    justify-content: center !important;
    padding-top: 104px !important;
    padding-bottom: 48px !important;
  }

  .hero-mobile-showcase {
    display: block !important;
    width: min(100%, 336px) !important;
    margin: 18px auto 0 !important;
    overflow: visible !important;
  }

  .hero-mobile-track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    align-items: center !important;
    animation: heroMobileTrackPush 5.8s cubic-bezier(.2, 1.15, .24, 1) infinite !important;
    will-change: transform;
  }

  .hero-mobile-media {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 22px !important;
    background:
      radial-gradient(circle at 50% 32%, color-mix(in srgb, var(--blocks-primary) 20%, transparent), transparent 48%),
      rgba(255, 255, 255, .055) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .32) !important;
  }

  .hero-mobile-media video,
  .hero-mobile-png-main {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .hero-mobile-video video {
    filter: saturate(1.05) contrast(1.02) !important;
  }

  .hero-mobile-png {
    display: grid !important;
    place-items: center !important;
  }

  .hero-mobile-png-main {
    position: relative !important;
    z-index: 1 !important;
    object-fit: contain !important;
    padding: 10px !important;
    transform: translateX(18px) scale(.88) !important;
    animation: heroMobilePngMainIn 5.8s cubic-bezier(.2, 1.15, .24, 1) infinite !important;
  }

  .hero-mobile-png-pop {
    position: absolute !important;
    z-index: 2 !important;
    width: 34% !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .28)) !important;
    opacity: 0;
    transform: translateX(20px) scale(.82);
    animation: heroMobilePngPopIn 5.8s cubic-bezier(.2, 1.15, .24, 1) infinite !important;
  }

  .hero-mobile-png-pop-1 {
    left: 10px !important;
    top: 12px !important;
    animation-delay: .15s !important;
  }

  .hero-mobile-png-pop-2 {
    right: 10px !important;
    top: 42% !important;
    width: 38% !important;
    animation-delay: .34s !important;
  }

  .hero-mobile-png-pop-3 {
    left: 13px !important;
    bottom: 12px !important;
    width: 44% !important;
    animation-delay: .54s !important;
  }

  main .hero .hero-copy {
    margin-top: 22px !important;
  }

  main .hero .hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    gap: 10px !important;
    margin-top: clamp(30px, 6svh, 56px) !important;
  }

  main .hero .hero-actions .btn {
    width: 100% !important;
    min-height: 50px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: clamp(12px, 3.25vw, 14px) !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  main .hero .hero-actions .btn-ghost {
    letter-spacing: 0 !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    width: min(100%, 312px) !important;
  }

  main .hero .hero-actions {
    width: min(100%, 336px) !important;
  }
}

@keyframes heroMobileTrackPush {
  0%, 100% {
    transform: translateX(0);
  }
  42% {
    transform: translateX(-5px);
  }
  58% {
    transform: translateX(5px);
  }
}

@keyframes heroMobilePngMainIn {
  0%, 9% {
    opacity: 0;
    transform: translateX(22px) scale(.84);
  }
  22%, 78% {
    opacity: 1;
    transform: translateX(0) scale(.94);
  }
  100% {
    opacity: 0;
    transform: translateX(-14px) scale(.9);
  }
}

@keyframes heroMobilePngPopIn {
  0%, 18% {
    opacity: 0;
    transform: translateX(20px) scale(.82);
  }
  30%, 76% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-12px) scale(.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-mobile-track,
  .hero-mobile-png-main,
  .hero-mobile-png-pop {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Mobile hero showcase: one item at a time, frameless */
@media (max-width: 640px) {
  .hero-mobile-showcase {
    width: min(100%, 220px) !important;
    height: 150px !important;
    margin-top: 18px !important;
  }

  .hero-mobile-track {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    animation: heroMobileSinglePush 6.4s cubic-bezier(.18, 1.18, .24, 1) infinite !important;
  }

  .hero-mobile-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    opacity: 0;
    transform: translateX(18px) scale(.94);
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .34)) !important;
  }

  .hero-mobile-video {
    animation: heroMobileOneByOneVideo 6.4s cubic-bezier(.18, 1.18, .24, 1) infinite !important;
  }

  .hero-mobile-png {
    animation: heroMobileOneByOnePng 6.4s cubic-bezier(.18, 1.18, .24, 1) infinite !important;
  }

  .hero-mobile-media video,
  .hero-mobile-png-main {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 0 !important;
  }

  .hero-mobile-png-main {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }

  .hero-mobile-png-pop {
    animation-name: heroMobileSinglePop !important;
    animation-duration: 6.4s !important;
    animation-timing-function: cubic-bezier(.18, 1.18, .24, 1) !important;
    animation-iteration-count: infinite !important;
  }

  .hero-mobile-png-pop-1 {
    animation-delay: 3.12s !important;
  }

  .hero-mobile-png-pop-2 {
    animation-delay: 3.28s !important;
  }

  .hero-mobile-png-pop-3 {
    animation-delay: 3.44s !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    width: min(100%, 204px) !important;
    height: 138px !important;
  }
}

@keyframes heroMobileSinglePush {
  0%, 100% {
    transform: translateX(0);
  }
  18% {
    transform: translateX(-7px);
  }
  52% {
    transform: translateX(7px);
  }
  78% {
    transform: translateX(-4px);
  }
}

@keyframes heroMobileOneByOneVideo {
  0% {
    opacity: 0;
    transform: translateX(20px) scale(.94);
  }
  6%, 40% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  48%, 100% {
    opacity: 0;
    transform: translateX(-18px) scale(.96);
  }
}

@keyframes heroMobileOneByOnePng {
  0%, 44% {
    opacity: 0;
    transform: translateX(20px) scale(.94);
  }
  52%, 90% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-18px) scale(.96);
  }
}

@keyframes heroMobileSinglePop {
  0%, 50% {
    opacity: 0;
    transform: translateX(18px) scale(.82);
  }
  58%, 82% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-10px) scale(.9);
  }
}

/* Mobile hero final QA: fade-only media, readable copy and blurred action base */
@media (max-width: 640px) {
  main .hero {
    min-height: 100svh !important;
    padding-top: 86px !important;
    padding-bottom: 34px !important;
  }

  main .hero .hero-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  main .hero .eyebrow {
    margin-bottom: 14px !important;
  }

  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1,
  .hero h1 {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    font-size: clamp(29px, 7.75vw, 35px) !important;
    line-height: 1.16 !important;
  }

  .hero-mobile-showcase {
    display: block !important;
    position: relative !important;
    z-index: 0 !important;
    width: min(100%, 260px) !important;
    height: 248px !important;
    margin: 20px auto 0 !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  .hero-mobile-track {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    animation: none !important;
    transform: none !important;
  }

  .hero-mobile-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    opacity: 0;
    transform: none !important;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .36)) !important;
  }

  .hero-mobile-video {
    animation: heroMobileFadeVideo 7.2s ease-in-out infinite !important;
  }

  .hero-mobile-png {
    display: grid !important;
    place-items: center !important;
    animation: heroMobileFadePng 7.2s ease-in-out infinite !important;
  }

  .hero-mobile-media video,
  .hero-mobile-png-main {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 0 !important;
  }

  .hero-mobile-png-main {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-mobile-png-pop {
    display: none !important;
  }

  main .hero .hero-copy {
    position: relative !important;
    z-index: 2 !important;
    width: min(100%, 370px) !important;
    max-width: 370px !important;
    margin-top: 18px !important;
    padding: 0 4px !important;
    color: rgba(255, 255, 255, .82) !important;
    font-size: clamp(14px, 3.55vw, 16px) !important;
    line-height: 1.6 !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .45) !important;
  }

  main .hero .hero-actions {
    position: relative !important;
    z-index: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 380px) !important;
    max-width: 380px !important;
    gap: 10px !important;
    margin-top: 22px !important;
    padding: 8px !important;
    border: 1px solid rgba(255, 255, 255, .09) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .06) !important;
    backdrop-filter: blur(18px) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
  }

  main .hero .hero-actions .btn {
    min-height: 48px !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    font-size: clamp(12px, 3.1vw, 14px) !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    text-align: center !important;
    box-shadow: none !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    width: min(100%, 236px) !important;
    height: 226px !important;
  }

  main .hero .hero-copy {
    max-width: 340px !important;
    font-size: 14px !important;
  }

  main .hero .hero-actions {
    width: min(100%, 350px) !important;
  }
}

@keyframes heroMobileFadeVideo {
  0%, 7% {
    opacity: 0;
  }
  14%, 43% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

@keyframes heroMobileFadePng {
  0%, 45% {
    opacity: 0;
  }
  54%, 88% {
    opacity: 1;
  }
  96%, 100% {
    opacity: 0;
  }
}

/* Mobile hero copy and media scale final tuning */
.hero-copy-mobile-break {
  display: none;
}

@media (max-width: 640px) {
  .hero-copy-mobile-break {
    display: block;
  }

  .hero-mobile-showcase {
    width: min(100%, 292px) !important;
    height: 272px !important;
    margin-top: 18px !important;
  }

  .hero-mobile-video video {
    transform: scale(1.34) !important;
    transform-origin: center center !important;
  }

  .hero-mobile-png-main {
    transform: scale(1.02) !important;
    transform-origin: center center !important;
  }

  main .hero .hero-copy {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    font-size: clamp(13px, 3.28vw, 15px) !important;
    line-height: 1.58 !important;
    white-space: normal !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    width: min(100%, 268px) !important;
    height: 252px !important;
  }

  .hero-mobile-video video {
    transform: scale(1.38) !important;
  }

  main .hero .hero-copy {
    max-width: 356px !important;
    font-size: 13px !important;
  }
}

/* Button text contrast: keep CTA labels white on desktop, tablet, and mobile */
.btn-primary,
.header-cta,
.scroll-stop-cta,
body.nav-open .header-cta {
  color: var(--blocks-card) !important;
}

.btn-primary *,
.header-cta *,
.scroll-stop-cta *,
body.nav-open .header-cta * {
  color: inherit !important;
}

/* Mobile hero media layer: place video/PNG behind text and match large portrait ratio */
@media (max-width: 640px) {
  main .hero {
    overflow: hidden !important;
  }

  main .hero .hero-inner {
    position: relative !important;
    isolation: isolate !important;
  }

  main .hero .eyebrow,
  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1 {
    position: relative !important;
    z-index: 4 !important;
  }

  .hero-mobile-showcase {
    position: absolute !important;
    left: 50% !important;
    top: clamp(224px, 31vh, 286px) !important;
    z-index: 1 !important;
    width: min(74vw, 330px) !important;
    height: min(122vw, 545px) !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    opacity: .96 !important;
  }

  .hero-mobile-media {
    filter: drop-shadow(0 22px 42px rgba(0, 0, 0, .42)) !important;
  }

  .hero-mobile-media video,
  .hero-mobile-png-main {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .hero-mobile-video video {
    transform: scale(1.08) !important;
    transform-origin: center top !important;
  }

  main .hero .hero-copy {
    z-index: 5 !important;
    margin-top: clamp(318px, 49vh, 410px) !important;
    color: rgba(255, 255, 255, .9) !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .7), 0 0 34px rgba(0, 0, 0, .42) !important;
  }

  main .hero .hero-actions {
    z-index: 6 !important;
    margin-top: 18px !important;
    background: rgba(255, 255, 255, .08) !important;
    backdrop-filter: blur(22px) saturate(130%) !important;
    -webkit-backdrop-filter: blur(22px) saturate(130%) !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    top: clamp(214px, 30vh, 268px) !important;
    width: min(78vw, 306px) !important;
    height: min(128vw, 505px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(298px, 47vh, 374px) !important;
  }
}

/* Mobile hero final: keep title complete and use the video as the stable rear visual */
@media (max-width: 640px) {
  main .hero .hero-title-answer {
    min-width: 0 !important;
  }

  main .hero .hero-title-answer::after,
  main .hero .hero-title-answer.is-typing::after,
  main .hero .typing-caret {
    display: none !important;
  }

  .hero-mobile-video {
    display: block !important;
    opacity: 1 !important;
    animation: none !important;
  }

  .hero-mobile-png {
    display: none !important;
    opacity: 0 !important;
    animation: none !important;
  }

  .hero-mobile-showcase {
    top: clamp(300px, 38vh, 360px) !important;
    width: min(76vw, 345px) !important;
    height: min(126vw, 570px) !important;
  }

  .hero-mobile-video video {
    transform: scale(1.12) !important;
    transform-origin: center top !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(376px, 55vh, 470px) !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    top: clamp(286px, 37vh, 335px) !important;
    width: min(80vw, 320px) !important;
    height: min(132vw, 530px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(348px, 53vh, 430px) !important;
  }
}

/* Mobile hero readability pass: lift visual and darken the lower content area */
@media (max-width: 640px) {
  main .hero .hero-inner::before {
    content: "" !important;
    position: absolute !important;
    left: max(-24px, -6vw) !important;
    right: max(-24px, -6vw) !important;
    bottom: -40px !important;
    z-index: 3 !important;
    height: min(58vh, 520px) !important;
    pointer-events: none !important;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, .58) 32%,
        rgba(0, 0, 0, .9) 76%,
        rgba(0, 0, 0, .98) 100%
      ) !important;
  }

  .hero-mobile-showcase {
    top: clamp(244px, 32vh, 304px) !important;
    width: min(78vw, 352px) !important;
    height: min(128vw, 582px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(328px, 49vh, 418px) !important;
    color: var(--blocks-card) !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .9), 0 0 30px rgba(0, 0, 0, .72) !important;
  }

  main .hero .hero-actions {
    background: rgba(12, 12, 12, .44) !important;
    border-color: rgba(255, 255, 255, .18) !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .48) !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    top: clamp(232px, 31vh, 284px) !important;
    width: min(82vw, 326px) !important;
    height: min(134vw, 540px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(306px, 47vh, 382px) !important;
  }
}

/* Mobile solution cards: title, image, description, then badges */
@media (max-width: 768px) {
  .flow-section .solution-card,
  .flow-section .solution-card.kakao,
  .flow-section .solution-card.dm {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 22px !important;
    padding-top: 34px !important;
  }

  .flow-section .solution-copy {
    display: contents !important;
  }

  .flow-section .solution-card h3 {
    order: 2 !important;
    margin: 0 auto !important;
    max-width: 620px !important;
  }

  .flow-section .solution-media,
  .flow-section .dm-demo {
    order: 3 !important;
    margin: 8px auto 0 !important;
    width: 100% !important;
  }

  .flow-section .solution-card p {
    order: 4 !important;
    margin: 0 auto !important;
    max-width: 620px !important;
  }

  .flow-section .solution-label {
    order: 1 !important;
    margin: 0 auto 2px !important;
  }

  .flow-section .solution-points {
    order: 5 !important;
    margin: 0 auto !important;
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .flow-section .solution-card,
  .flow-section .solution-card.kakao,
  .flow-section .solution-card.dm {
    gap: 20px !important;
  }

  .flow-section .solution-card h3 {
    font-size: clamp(28px, 7.35vw, 40px) !important;
    line-height: 1.18 !important;
  }

  .flow-section .solution-card p {
    font-size: clamp(15px, 4.1vw, 18px) !important;
    line-height: 1.7 !important;
  }

  .flow-section .solution-points {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .flow-section .solution-points span {
    min-height: 44px !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
  }
}

/* Mobile solution tags: keep one row and remove red DM gradient */
@media (max-width: 640px) {
  .flow-section .solution-card.dm {
    background:
      radial-gradient(circle at 50% 16%, rgba(1, 176, 216, .11), transparent 36%),
      linear-gradient(180deg, rgba(5, 8, 9, .98), rgba(2, 4, 5, .98)) !important;
  }

  .flow-section .solution-card.dm::after,
  .flow-section .solution-card.dm::before {
    display: none !important;
    content: none !important;
  }

  .flow-section .solution-points {
    flex-wrap: nowrap !important;
    width: 100% !important;
    gap: 6px !important;
    overflow: visible !important;
  }

  .flow-section .solution-points span {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    justify-content: center !important;
    white-space: nowrap !important;
    font-size: clamp(11px, 3.05vw, 13px) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }
}

/* Mobile hero video: show the full object without cropping */
@media (max-width: 640px) {
  .hero-mobile-showcase {
    top: clamp(284px, 36vh, 330px) !important;
    width: min(68vw, 292px) !important;
    height: min(104vw, 448px) !important;
    max-height: 45vh !important;
    overflow: visible !important;
  }

  .hero-mobile-track,
  .hero-mobile-media,
  .hero-mobile-video {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
  }

  .hero-mobile-video video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transform: none !important;
    transform-origin: center center !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(276px, 43vh, 350px) !important;
  }

  main .hero .hero-actions {
    margin-top: 14px !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    top: clamp(270px, 35vh, 312px) !important;
    width: min(70vw, 274px) !important;
    height: min(108vw, 420px) !important;
    max-height: 43vh !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(252px, 41vh, 318px) !important;
  }
}

/* Mobile hero visual correction: keep the phone screen bright and readable */
@media (max-width: 640px) {
  main .hero .hero-inner::before {
    top: auto !important;
    bottom: -32px !important;
    z-index: 2 !important;
    height: 230px !important;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, .38) 30%,
        rgba(0, 0, 0, .82) 72%,
        rgba(0, 0, 0, .96) 100%
      ) !important;
  }

  .hero-mobile-showcase {
    z-index: 3 !important;
    top: clamp(252px, 31vh, 292px) !important;
    width: min(82vw, 354px) !important;
    height: min(122vw, 528px) !important;
    max-height: none !important;
    opacity: 1 !important;
    filter: none !important;
  }

  .hero-mobile-media {
    opacity: 1 !important;
    filter: drop-shadow(0 22px 38px rgba(0, 0, 0, .38)) !important;
  }

  .hero-mobile-video,
  .hero-mobile-video video {
    opacity: 1 !important;
    filter: none !important;
  }

  .hero-mobile-video video {
    object-fit: contain !important;
    transform: none !important;
  }

  main .hero .hero-copy {
    z-index: 4 !important;
    margin-top: clamp(336px, 49vh, 410px) !important;
    color: var(--blocks-card) !important;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .94), 0 0 26px rgba(0, 0, 0, .78) !important;
  }

  main .hero .hero-actions {
    z-index: 5 !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    top: clamp(198px, 25vh, 226px) !important;
    width: min(84vw, 326px) !important;
    height: min(124vw, 502px) !important;
    max-height: none !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(274px, 41vh, 324px) !important;
  }
}

/* Mobile hero lift: move the phone higher so the full video stays visible */
@media (max-width: 640px) {
  .hero-mobile-showcase {
    top: clamp(214px, 27vh, 252px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(300px, 44vh, 362px) !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    top: clamp(190px, 24vh, 218px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(262px, 39vh, 308px) !important;
  }
}

/* Mobile hero lift final: expose the full phone video above the CTA */
@media (max-width: 640px) {
  .hero-mobile-showcase {
    top: clamp(142px, 18vh, 174px) !important;
    width: min(80vw, 342px) !important;
    height: min(116vw, 496px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(380px, 56vh, 472px) !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    top: clamp(118px, 15vh, 146px) !important;
    width: min(82vw, 318px) !important;
    height: min(118vw, 460px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(348px, 52vh, 418px) !important;
  }
}

/* Mobile hero size final: smaller video so the lower phone frame clears the CTA */
@media (max-width: 640px) {
  .hero-mobile-showcase {
    top: clamp(150px, 18vh, 178px) !important;
    width: min(72vw, 304px) !important;
    height: min(102vw, 420px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(334px, 49vh, 404px) !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    top: clamp(122px, 15vh, 148px) !important;
    width: min(74vw, 286px) !important;
    height: min(104vw, 388px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(292px, 44vh, 348px) !important;
  }
}

/* Hero answer typing restored */
main .hero .hero-title-answer {
  min-width: 0 !important;
}

main .hero .hero-title-answer.is-typing::after {
  content: "" !important;
  display: inline-block !important;
  width: .08em !important;
  height: .82em !important;
  margin-left: .08em !important;
  border-radius: 999px !important;
  background: currentColor !important;
  vertical-align: -.08em !important;
  animation: heroCaretBlink .72s steps(2, start) infinite !important;
}

main .hero .typing-caret {
  display: none !important;
}

/* Mobile hero overlap and button frame cleanup */
@media (max-width: 640px) {
  .hero-mobile-showcase {
    width: min(68vw, 286px) !important;
    height: min(96vw, 396px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(300px, 45vh, 360px) !important;
  }

  main .hero .hero-actions {
    border-color: transparent !important;
    border-width: 0 !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .42) !important;
  }

  main .hero .hero-actions .btn,
  main .hero .hero-actions .btn-ghost {
    border-color: transparent !important;
    border-width: 0 !important;
    box-shadow: none !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    width: min(70vw, 270px) !important;
    height: min(98vw, 366px) !important;
  }

  main .hero .hero-copy {
    margin-top: clamp(270px, 41vh, 322px) !important;
  }
}

/* Mobile hero CTA is replaced by the floating CTA */
@media (max-width: 640px) {
  main .hero .hero-actions {
    display: none !important;
  }
}

/* Tablet/mobile typography pass: slightly reduce oversized text */
@media (max-width: 1024px) {
  .section-title,
  .features .section-title,
  .cases .section-title,
  .comparison .section-title,
  .trust .section-title,
  .asset-section .section-title,
  .detail .section-title {
    font-size: clamp(34px, 6.1vw, 54px) !important;
    line-height: 1.14 !important;
  }

  .section-sub,
  .solution-head .section-sub,
  .asset-section .section-sub {
    font-size: clamp(17px, 2.6vw, 23px) !important;
    line-height: 1.62 !important;
  }

  .solution-card h3,
  .feature h3,
  .asset-card h3,
  .trust-card h3,
  .compare-lane-head h3 {
    font-size: clamp(24px, 4.4vw, 36px) !important;
    line-height: 1.22 !important;
  }

  .solution-card p,
  .feature p,
  .asset-card li,
  .trust-card p,
  .compare-steps strong,
  .compare-message {
    font-size: clamp(15px, 2.45vw, 19px) !important;
    line-height: 1.58 !important;
  }
}

@media (max-width: 640px) {
  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1,
  .hero h1 {
    font-size: clamp(30px, 8.25vw, 40px) !important;
    line-height: 1.14 !important;
  }

  main .hero .eyebrow,
  .eyebrow,
  .solution-label {
    font-size: clamp(12px, 3.2vw, 15px) !important;
  }

  main .hero .hero-copy {
    font-size: clamp(13px, 3.55vw, 15px) !important;
    line-height: 1.58 !important;
  }

  .section-title,
  .features .section-title,
  .cases .section-title,
  .comparison .section-title,
  .trust .section-title,
  .asset-section .section-title,
  .detail .section-title {
    font-size: clamp(28px, 7.2vw, 38px) !important;
    line-height: 1.16 !important;
  }

  .section-sub,
  .solution-head .section-sub,
  .asset-section .section-sub {
    font-size: clamp(14px, 3.85vw, 17px) !important;
    line-height: 1.62 !important;
  }

  .flow-section .solution-card h3,
  .solution-card h3,
  .feature h3,
  .asset-card h3,
  .trust-card h3,
  .compare-lane-head h3 {
    font-size: clamp(22px, 6.15vw, 31px) !important;
    line-height: 1.2 !important;
  }

  .flow-section .solution-card p,
  .solution-card p,
  .feature p,
  .asset-card li,
  .trust-card p,
  .compare-steps strong,
  .compare-message {
    font-size: clamp(13px, 3.65vw, 16px) !important;
    line-height: 1.56 !important;
  }

  .solution-points span,
  .feature em,
  .compare-lane-head span,
  .compare-steps span {
    font-size: clamp(11px, 3vw, 13px) !important;
  }
}

@media (max-width: 390px) {
  main .hero.hero-intro .hero-title,
  main .hero .hero-title,
  main .hero h1,
  .hero h1 {
    font-size: clamp(28px, 7.6vw, 34px) !important;
  }

  .section-title,
  .features .section-title,
  .cases .section-title,
  .comparison .section-title,
  .trust .section-title,
  .asset-section .section-title,
  .detail .section-title {
    font-size: clamp(26px, 6.8vw, 33px) !important;
  }

  .flow-section .solution-card h3,
  .solution-card h3,
  .feature h3,
  .asset-card h3,
  .trust-card h3,
  .compare-lane-head h3 {
    font-size: clamp(20px, 5.75vw, 28px) !important;
  }
}

/* Mobile hero flow: title -> video -> supporting copy */
@media (max-width: 640px) {
  main .hero.hero-intro .hero-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  main .hero.hero-intro .hero-inner > .eyebrow {
    order: 1 !important;
  }

  main .hero.hero-intro .hero-title {
    order: 2 !important;
  }

  .hero-mobile-showcase {
    position: relative !important;
    top: auto !important;
    order: 3 !important;
    width: min(64vw, 264px) !important;
    height: min(90vw, 356px) !important;
    margin: clamp(22px, 4vh, 34px) auto 0 !important;
    max-height: none !important;
  }

  main .hero .hero-copy {
    order: 4 !important;
    width: min(100%, 390px) !important;
    margin-top: 16px !important;
    padding: 0 18px !important;
    position: relative !important;
    z-index: 4 !important;
  }

  main .hero .hero-actions {
    order: 5 !important;
  }
}

@media (max-width: 390px) {
  .hero-mobile-showcase {
    width: min(66vw, 248px) !important;
    height: min(92vw, 328px) !important;
    margin-top: 18px !important;
  }

  main .hero .hero-copy {
    margin-top: 14px !important;
  }
}

/* Mobile header and menu sheet cleanup */
@media (max-width: 640px) {
  .site-header,
  .site-header.scrolled,
  body.nav-open .site-header {
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 16px !important;
    background: rgba(0, 0, 0, .88) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
  }

  .brand {
    gap: 8px !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .brand img {
    width: 24px !important;
    height: 24px !important;
  }

  .header-actions {
    display: none !important;
  }

  .menu {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    margin-left: auto !important;
    border-radius: 50% !important;
    box-shadow: none !important;
  }

  .menu span {
    width: 22px !important;
    height: 2px !important;
  }

  .menu span:first-child {
    transform: translateY(-5px) !important;
  }

  .menu span:last-child {
    transform: translateY(5px) !important;
  }

  body.nav-open .menu {
    background: rgba(255, 255, 255, .08) !important;
    box-shadow: none !important;
  }

  body.nav-open .menu span:first-child {
    transform: rotate(45deg) !important;
  }

  body.nav-open .menu span:last-child {
    transform: rotate(-45deg) !important;
  }

  body.nav-open::before {
    background: rgba(0, 0, 0, .62) !important;
    backdrop-filter: blur(10px) !important;
  }

  body.nav-open .site-header nav {
    left: 18px !important;
    right: 18px !important;
    top: 76px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 112px) !important;
    padding: 18px 18px 150px !important;
    border-radius: 22px !important;
    background: rgba(14, 16, 20, .96) !important;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .56) !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body.nav-open .site-header nav a {
    min-height: 46px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 850 !important;
    color: rgba(255, 255, 255, .9) !important;
  }

  body.nav-open .header-actions {
    position: fixed !important;
    left: 36px !important;
    right: 36px !important;
    top: auto !important;
    bottom: max(28px, env(safe-area-inset-bottom)) !important;
    z-index: 131 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: auto !important;
  }

  body.nav-open .header-login,
  body.nav-open .header-cta {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  body.nav-open .header-login {
    border: 1px solid rgba(255, 255, 255, .16) !important;
    background: rgba(255, 255, 255, .06) !important;
    color: rgba(255, 255, 255, .92) !important;
  }

  body.nav-open .header-cta {
    border: 0 !important;
    background: var(--blocks-primary) !important;
    color: var(--blocks-card) !important;
    box-shadow: 0 14px 34px rgba(1, 176, 216, .22) !important;
  }

  body.nav-open .scroll-stop-cta {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .site-header,
  .site-header.scrolled,
  body.nav-open .site-header {
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 14px !important;
  }

  .brand {
    font-size: 19px !important;
  }

  .brand img {
    width: 22px !important;
    height: 22px !important;
  }

  .menu {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  body.nav-open .site-header nav {
    left: 14px !important;
    right: 14px !important;
    top: 68px !important;
    max-height: calc(100dvh - 98px) !important;
    padding: 16px 16px 138px !important;
    border-radius: 20px !important;
  }

  body.nav-open .site-header nav a {
    min-height: 43px !important;
    padding: 0 14px !important;
    font-size: 15px !important;
  }

  body.nav-open .header-actions {
    left: 28px !important;
    right: 28px !important;
    bottom: max(22px, env(safe-area-inset-bottom)) !important;
  }

  body.nav-open .header-login,
  body.nav-open .header-cta {
    min-height: 46px !important;
    height: 46px !important;
    font-size: 14px !important;
  }
}

/* Mobile comparison final: old vs Blocks side by side */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-matrix {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  .compare-flow-v2 .compare-lane {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 14px 10px !important;
    gap: 12px !important;
    border-radius: 20px !important;
  }

  .compare-flow-v2 .compare-lane-head {
    display: block !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-lane-head span {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 30px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    line-height: 30px !important;
    white-space: nowrap !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    margin: 12px 0 0 !important;
    max-width: 100% !important;
    font-size: clamp(19px, 5vw, 24px) !important;
    line-height: 1.13 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-steps {
    display: grid !important;
    grid-area: auto !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 7px 8px !important;
    gap: 5px !important;
    border-radius: 12px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 20px !important;
    height: 20px !important;
    font-size: 9px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(10px, 2.75vw, 12px) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
  }

  .compare-flow-v2 .compare-result {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    grid-area: auto !important;
    width: 100% !important;
    height: 42px !important;
    min-width: 0 !important;
    min-height: 42px !important;
    margin-top: auto !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    gap: 5px !important;
    font-size: clamp(11px, 3vw, 13px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .compare-flow-v2 .compare-result .compare-result-icon {
    width: 17px !important;
    height: 17px !important;
  }

  .compare-flow-v2 .compare-result > span:last-child {
    max-width: none !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-matrix {
    gap: 8px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding: 12px 8px !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    font-size: clamp(17px, 4.6vw, 21px) !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(9.5px, 2.55vw, 11px) !important;
  }
}

/* Mobile problem cards: remove dark edge/shadow effect */
@media (max-width: 640px) {
  .problem .card,
  .problem .card.reveal,
  .problem .card.reveal.visible,
  .problem .card.reveal.visible:hover {
    box-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .problem .card::after {
    display: none !important;
    content: none !important;
  }
}

/* Section enter motion: soft staggered fade-in */
.section-reveal-item.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  filter: blur(8px);
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1),
    transform .82s cubic-bezier(.16, 1, .3, 1),
    filter .72s ease;
  transition-delay: calc(var(--reveal-order, 0) * 70ms);
  will-change: opacity, transform, filter;
}

.section-reveal-item.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

@media (max-width: 640px) {
  .section-reveal-item.reveal {
    transform: translate3d(0, 18px, 0);
    filter: blur(5px);
    transition-duration: .58s, .66s, .58s;
    transition-delay: calc(var(--reveal-order, 0) * 48ms);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-reveal-item.reveal,
  .section-reveal-item.reveal.visible {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* Mobile hero action refinement */
@media (max-width: 640px) {
  main .hero.hero-intro::before {
    background: var(--blocks-ink) !important;
  }

  main .hero.hero-intro::after,
  main .hero.hero-intro .hero-inner::before {
    display: none !important;
  }

  .hero-mobile-showcase {
    left: auto !important;
    right: auto !important;
    align-self: center !important;
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }

  .hero-mobile-track,
  .hero-mobile-media {
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  main .hero .hero-copy {
    width: min(calc(100vw - 24px), 520px) !important;
    max-width: 520px !important;
    padding: 0 !important;
    font-size: clamp(12.5px, 3.25vw, 14px) !important;
    line-height: 1.52 !important;
    white-space: normal !important;
  }
}

@media (max-width: 390px) {
  main .hero .hero-copy {
    width: min(calc(100vw - 18px), 372px) !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }
}

/* Mobile flow section: remove the red background glow */
@media (max-width: 640px) {
  .flow-section .solution-wrap::before,
  .flow-section.is-kakao .solution-wrap::before,
  .flow-section.is-dm .solution-wrap::before {
    display: none !important;
    content: none !important;
    background: none !important;
    opacity: 0 !important;
  }

  .flow-section .solution-card.kakao,
  .flow-section .solution-card.dm {
    background: rgba(5, 8, 9, .98) !important;
  }

  .flow-section .solution-card.kakao::before,
  .flow-section .solution-card.kakao::after,
  .flow-section .solution-card.dm::before,
  .flow-section .solution-card.dm::after {
    display: none !important;
    content: none !important;
    background: none !important;
  }
}

/* Mobile comparison: compact step layout */
@media (max-width: 640px) {
  .comparison {
    padding-top: 64px !important;
    padding-bottom: 72px !important;
    overflow: hidden !important;
  }

  .comparison .wrap {
    width: min(100% - 28px, 520px) !important;
  }

  .comparison .eyebrow {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    letter-spacing: .14em !important;
  }

  .comparison .section-title {
    font-size: clamp(26px, 7.2vw, 34px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  .compare-flow-v2 {
    display: grid !important;
    gap: 10px !important;
    margin-top: 22px !important;
    overflow: visible !important;
  }

  .compare-flow-v2 .compare-start {
    min-height: 0 !important;
    width: 100% !important;
    padding: 14px 16px !important;
    border-radius: 18px !important;
    display: grid !important;
    gap: 5px !important;
  }

  .compare-flow-v2 .compare-start span {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  .compare-flow-v2 .compare-start strong {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  .compare-flow-v2 .compare-matrix {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .compare-flow-v2 .compare-lane {
    flex: none !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 20px !important;
    scroll-snap-align: none !important;
  }

  .compare-flow-v2 .compare-lane-head {
    display: grid !important;
    gap: 8px !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-lane-head span {
    width: fit-content !important;
    padding: 6px 10px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: .02em !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    font-size: clamp(22px, 6vw, 28px) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-steps {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .compare-flow-v2 .compare-steps li {
    min-height: 40px !important;
    height: auto !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: center !important;
    justify-items: start !important;
    padding: 8px 10px !important;
    border-radius: 13px !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-steps li::before,
  .compare-flow-v2 .compare-steps li::after {
    display: none !important;
  }

  .compare-flow-v2 .compare-steps li span {
    width: 28px !important;
    height: 28px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .compare-flow-v2 .compare-steps li strong {
    font-size: 13px !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-result {
    width: 100% !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    border-radius: 14px !important;
    justify-content: center !important;
    gap: 7px !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
  }

  .compare-flow-v2 .compare-result-icon {
    width: 18px !important;
    height: 18px !important;
  }

  .compare-flow-v2 .compare-message {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .comparison {
    padding-top: 56px !important;
    padding-bottom: 64px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    font-size: clamp(20px, 5.8vw, 25px) !important;
  }
}

/* Mobile hero copy optical center */
@media (max-width: 640px) {
  main .hero.hero-intro .hero-copy {
    align-self: center !important;
    justify-self: center !important;
    width: min(100%, 438px) !important;
    max-width: 438px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    text-wrap: balance !important;
  }
}

@media (max-width: 390px) {
  main .hero.hero-intro .hero-copy {
    width: min(100%, 350px) !important;
    max-width: 350px !important;
  }
}

/* Mobile problem section: smaller elements */
@media (max-width: 640px) {
  .problem {
    padding-top: 54px !important;
    padding-bottom: 58px !important;
  }

  .problem .wrap {
    width: min(100% - 28px, 520px) !important;
  }

  .problem .problem-copy > .eyebrow {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    letter-spacing: .06em !important;
  }

  .problem .section-title {
    font-size: clamp(24px, 6.7vw, 32px) !important;
    line-height: 1.17 !important;
    letter-spacing: 0 !important;
  }

  .problem .section-sub {
    max-width: 430px !important;
    margin-top: 16px !important;
    font-size: clamp(13px, 3.55vw, 15px) !important;
    line-height: 1.55 !important;
  }

  .problem .problem-grid {
    gap: 10px !important;
    margin-top: 34px !important;
  }

  .problem .problem-grid > * {
    flex-basis: min(74vw, 292px) !important;
  }

  .problem .card {
    min-height: 194px !important;
    padding: 22px 20px !important;
    border-radius: 20px !important;
  }

  .problem .card .problem-icon,
  .problem .card span {
    width: 34px !important;
    height: 34px !important;
    margin-bottom: 18px !important;
  }

  .problem .card .problem-icon svg,
  .problem .card span svg {
    width: 20px !important;
    height: 20px !important;
  }

  .problem .card h3 {
    margin-bottom: 12px !important;
    font-size: clamp(17px, 4.55vw, 21px) !important;
    line-height: 1.24 !important;
  }

  .problem .card p {
    font-size: clamp(12px, 3.35vw, 14px) !important;
    line-height: 1.55 !important;
  }

  .problem .rail-indicator {
    margin-top: 12px !important;
    gap: 8px !important;
    font-size: 11px !important;
  }

  .problem .rail-dots {
    gap: 5px !important;
  }

  .problem .rail-dots button {
    width: 6px !important;
    height: 6px !important;
  }

  .problem .rail-dots button.is-active {
    width: 16px !important;
  }
}

@media (max-width: 390px) {
  .problem .problem-grid > * {
    flex-basis: min(76vw, 278px) !important;
  }

  .problem .card {
    min-height: 184px !important;
    padding: 20px 18px !important;
  }
}

/* Mobile problem section: hide swipe indicator */
@media (max-width: 640px) {
  .problem .rail-indicator {
    display: none !important;
  }
}

/* Mobile comparison steps: keep labels on one line */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-steps li {
    grid-template-columns: 26px minmax(0, 1fr) !important;
    gap: 7px !important;
    padding: 8px 8px !important;
  }

  .compare-flow-v2 .compare-steps li span {
    width: 24px !important;
    height: 24px !important;
    font-size: 10px !important;
  }

  .compare-flow-v2 .compare-steps li strong {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    font-size: clamp(12px, 3.2vw, 13px) !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-steps li strong {
    font-size: clamp(11px, 3vw, 12px) !important;
  }
}

/* Mobile Blocks comparison labels: keep longer Korean labels in one row */
@media (max-width: 640px) {
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 6px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .compare-lane-blocks .compare-steps li span {
    width: 22px !important;
    height: 22px !important;
    font-size: 10px !important;
  }

  .compare-lane-blocks .compare-steps li strong {
    white-space: nowrap !important;
    font-size: clamp(11px, 2.95vw, 12px) !important;
    letter-spacing: -.01em !important;
  }
}

@media (max-width: 390px) {
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(10.5px, 2.75vw, 11.5px) !important;
  }
}

/* Mobile trust bento: slightly larger icons */
@media (max-width: 640px) {
  .trust .trust-card-image {
    width: 68px !important;
    height: 68px !important;
    margin-bottom: 14px !important;
  }
}

@media (max-width: 390px) {
  .trust .trust-card-image {
    width: 62px !important;
    height: 62px !important;
  }
}

/* Mobile DM flow: tighten spacing between timeline tabs */
@media (max-width: 640px) {
  .flow-section .dm-timeline {
    gap: 4px !important;
    margin-top: 8px !important;
    padding-inline: 2px !important;
  }

  .flow-section .dm-timeline span {
    padding-inline: 3px !important;
  }
}

/* Mobile use cases: make the background wave object feel substantial */
@media (max-width: 640px) {
  .cases::before {
    left: -36% !important;
    right: -36% !important;
    bottom: -20% !important;
    height: 54% !important;
    opacity: .78 !important;
  }

  .cases::after {
    left: -58% !important;
    right: -58% !important;
    bottom: -24% !important;
    height: 62% !important;
    background-size: 128% 100% !important;
    background-position: center bottom !important;
  }

  .cases.is-wave-active::after {
    animation: casesWaveRiseMobile 1.6s cubic-bezier(.22, 1, .36, 1) both !important;
  }
}

@keyframes casesWaveRiseMobile {
  0% {
    opacity: 0;
    transform: translate3d(0, 36%, 0) scale(1.32);
  }
  18% {
    opacity: .58;
  }
  100% {
    opacity: .56;
    transform: translate3d(0, -2%, 0) scale(1.48);
  }
}

/* Mobile comparison: steps left, result badge right */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-lane {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) clamp(88px, 25vw, 106px) !important;
    grid-template-areas:
      "head head"
      "steps result" !important;
    align-items: center !important;
    gap: 14px 12px !important;
    padding: 18px 16px !important;
  }

  .compare-flow-v2 .compare-lane-head {
    grid-area: head !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    font-size: clamp(26px, 7vw, 36px) !important;
    line-height: 1.14 !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-steps {
    grid-area: steps !important;
    width: 100% !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    min-height: 42px !important;
    padding: 8px 10px !important;
    gap: 7px !important;
    border-radius: 14px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(12px, 3.15vw, 14px) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .compare-flow-v2 .compare-result {
    grid-area: result !important;
    align-self: center !important;
    justify-self: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: clamp(88px, 25vw, 106px) !important;
    height: clamp(88px, 25vw, 106px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px !important;
    border-radius: 999px !important;
    gap: 6px !important;
    text-align: center !important;
    font-size: clamp(13px, 3.25vw, 15px) !important;
    line-height: 1.12 !important;
    white-space: normal !important;
  }

  .compare-flow-v2 .compare-result .compare-result-icon {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 auto !important;
  }

  .compare-flow-v2 .compare-result > span:last-child {
    display: block !important;
    max-width: 64px !important;
    word-break: keep-all !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-lane {
    grid-template-columns: minmax(0, 1fr) 82px !important;
    gap: 12px 9px !important;
    padding: 16px 12px !important;
  }

  .compare-flow-v2 .compare-result {
    width: 82px !important;
    height: 82px !important;
    font-size: 12px !important;
  }
}

/* Mobile problem carousel: one clean card per swipe */
@media (max-width: 640px) {
  .problem .problem-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 34px !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 0 !important;
    overscroll-behavior-x: contain !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .problem .problem-grid::-webkit-scrollbar {
    display: none !important;
  }

  .problem .problem-grid > *,
  .problem .card {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: none !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  .problem .problem-grid.is-dragging {
    scroll-snap-type: x proximity !important;
  }
}

/* Mobile menu final: prevent overlap and keep auth actions visible */
.mobile-menu-actions {
  display: none;
}

@media (max-width: 640px) {
  body.nav-open,
  body.nav-open main {
    overflow: hidden !important;
  }

  body.nav-open.scroll-cta-visible .scroll-stop-cta,
  body.nav-open .scroll-stop-cta {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(120%) !important;
  }

  body.nav-open .site-header {
    z-index: 220 !important;
  }

  body.nav-open .brand {
    position: relative !important;
    z-index: 225 !important;
    max-width: calc(100% - 70px) !important;
    overflow: hidden !important;
  }

  body.nav-open .menu {
    position: relative !important;
    z-index: 226 !important;
  }

  body.nav-open .site-header nav {
    left: 18px !important;
    right: 18px !important;
    top: 74px !important;
    bottom: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 96px) !important;
    gap: 8px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    overflow-y: auto !important;
    z-index: 221 !important;
  }

  body.nav-open .site-header nav > a {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
  }

  body.nav-open .header-actions {
    display: none !important;
  }

  body.nav-open .mobile-menu-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(255, 255, 255, .1) !important;
  }

  body.nav-open .mobile-menu-login,
  body.nav-open .mobile-menu-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  body.nav-open .mobile-menu-login {
    color: rgba(255, 255, 255, .94) !important;
    background: rgba(255, 255, 255, .07) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
  }

  body.nav-open .mobile-menu-cta {
    color: var(--blocks-card) !important;
    background: var(--blocks-primary) !important;
    border: 0 !important;
    box-shadow: 0 14px 34px rgba(1, 176, 216, .22) !important;
  }
}

@media (max-width: 390px) {
  body.nav-open .site-header nav {
    left: 14px !important;
    right: 14px !important;
    top: 66px !important;
    max-height: calc(100dvh - 84px) !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }

  body.nav-open .mobile-menu-login,
  body.nav-open .mobile-menu-cta {
    min-height: 46px !important;
    font-size: 14px !important;
  }
}

/* Mobile comparison polish: compact premium comparison table */
@media (max-width: 640px) {
  .comparison .wrap {
    width: min(100% - 24px, 560px) !important;
  }

  .compare-flow-v2 {
    gap: 14px !important;
    margin-top: 24px !important;
  }

  .compare-flow-v2 .compare-start {
    min-height: 62px !important;
    padding: 12px 16px !important;
    border-radius: 22px !important;
    box-shadow: none !important;
  }

  .compare-flow-v2 .compare-start span {
    font-size: 12px !important;
  }

  .compare-flow-v2 .compare-start strong {
    font-size: 16px !important;
  }

  .compare-flow-v2 .compare-start::after,
  .compare-flow-v2 .compare-steps li::before,
  .compare-flow-v2 .compare-steps li::after,
  .compare-flow-v2 .compare-node-row li:not(:last-child)::after {
    display: none !important;
    content: none !important;
  }

  .compare-flow-v2 .compare-matrix {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .compare-flow-v2 .compare-lane {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 14px 10px 10px !important;
    gap: 10px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  .compare-flow-v2 .compare-lane::before {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    height: 4px !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .compare-lane-old::before {
    background: var(--blocks-loss) !important;
  }

  .compare-lane-blocks::before {
    background: var(--blocks-primary) !important;
  }

  .compare-flow-v2 .compare-lane-head {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .compare-flow-v2 .compare-lane-head span {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 28px !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    line-height: 28px !important;
    letter-spacing: -.01em !important;
    white-space: nowrap !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    margin: 0 !important;
    max-width: 100% !important;
    font-size: clamp(18px, 4.85vw, 23px) !important;
    line-height: 1.13 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    word-break: keep-all !important;
  }

  .compare-flow-v2 .compare-steps {
    display: grid !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 7px 8px !important;
    gap: 6px !important;
    border-radius: 12px !important;
    box-shadow: none !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 20px !important;
    height: 20px !important;
    font-size: 9px !important;
    border-radius: 999px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: clamp(10px, 2.7vw, 12px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  .compare-flow-v2 .compare-result {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    grid-column: 1 / -1 !important;
    align-self: end !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    min-width: 0 !important;
    min-height: 42px !important;
    margin: 4px 0 0 !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    gap: 5px !important;
    text-align: center !important;
    font-size: clamp(11px, 2.9vw, 13px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    box-shadow: none !important;
  }

  .compare-flow-v2 .compare-result .compare-result-icon {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
  }

  .compare-flow-v2 .compare-result > span:last-child {
    display: inline !important;
    max-width: none !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-matrix {
    gap: 8px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding: 13px 8px 9px !important;
    border-radius: 20px !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    font-size: clamp(16px, 4.45vw, 20px) !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 20px minmax(0, 1fr) !important;
    padding-inline: 6px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(9px, 2.55vw, 10.5px) !important;
  }
}

/* Mobile comparison final pass: centered headers, unified result boxes, readable steps */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-lane {
    justify-items: center !important;
    padding: 16px 10px 11px !important;
  }

  .compare-flow-v2 .compare-lane-head {
    justify-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .compare-flow-v2 .compare-lane-head span {
    margin-inline: auto !important;
    min-height: 30px !important;
    padding-inline: 12px !important;
    font-size: clamp(11px, 2.9vw, 13px) !important;
    line-height: 30px !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    text-align: center !important;
    font-size: clamp(18px, 4.7vw, 22px) !important;
    line-height: 1.14 !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 25px minmax(0, 1fr) !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
    gap: 7px !important;
    border-radius: 14px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 23px !important;
    height: 23px !important;
    font-size: clamp(10px, 2.75vw, 12px) !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(12px, 3.25vw, 14px) !important;
    line-height: 1.12 !important;
  }

  .compare-flow-v2 .compare-result {
    height: 46px !important;
    min-height: 46px !important;
    margin-top: 6px !important;
    border-radius: 14px !important;
    gap: 7px !important;
    font-size: clamp(13px, 3.45vw, 15px) !important;
  }

  .compare-flow-v2 .compare-result .compare-result-icon {
    width: 18px !important;
    height: 18px !important;
    flex-basis: 18px !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-lane {
    padding: 15px 9px 10px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    min-height: 39px !important;
    padding-inline: 8px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(11.5px, 3.05vw, 13px) !important;
  }
}

/* Mobile comparison locked final: no ellipsis, smaller badges, equal row/result widths */
@media (max-width: 640px) {
  .comparison .wrap {
    width: min(100% - 10px, 580px) !important;
  }

  .compare-flow-v2 .compare-matrix {
    gap: 7px !important;
  }

  .compare-flow-v2 .compare-lane {
    justify-items: center !important;
    padding: 14px 7px 10px !important;
  }

  .compare-flow-v2 .compare-lane-head {
    justify-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .compare-flow-v2 .compare-lane-head span {
    margin-inline: auto !important;
    min-height: 24px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: clamp(9.5px, 2.45vw, 11px) !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    text-align: center !important;
    font-size: clamp(17px, 4.45vw, 21px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em !important;
  }

  .compare-flow-v2 .compare-steps,
  .compare-flow-v2 .compare-result {
    width: 100% !important;
    max-width: 100% !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    min-height: 39px !important;
    width: 100% !important;
    padding: 8px 7px !important;
    gap: 4px !important;
    overflow: visible !important;
    border-radius: 14px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 18px !important;
    min-width: 18px !important;
    height: auto !important;
    font-size: clamp(9.5px, 2.45vw, 11px) !important;
    letter-spacing: -.03em !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: nowrap !important;
    font-size: clamp(10px, 2.65vw, 12px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.075em !important;
  }

  .compare-flow-v2 .compare-result {
    height: 43px !important;
    min-height: 43px !important;
    margin-top: 7px !important;
    padding-inline: 7px !important;
    border-radius: 14px !important;
    font-size: clamp(12px, 3.1vw, 14px) !important;
    letter-spacing: -.035em !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-matrix {
    gap: 5px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding-inline: 5px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    grid-template-columns: 16px minmax(0, 1fr) !important;
    padding-inline: 5px !important;
    gap: 3px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 16px !important;
    min-width: 16px !important;
    font-size: 9.5px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(9.4px, 2.55vw, 10.8px) !important;
    letter-spacing: -.085em !important;
  }
}

/* Mobile comparison absolute final: margins, center alignment, bigger readable steps */
@media (max-width: 640px) {
  .comparison .wrap {
    width: min(100% - 28px, 560px) !important;
    margin-inline: auto !important;
  }

  .compare-flow-v2 {
    align-items: center !important;
    gap: 14px !important;
    margin-top: 22px !important;
  }

  .compare-flow-v2 .compare-start,
  .compare-flow-v2 .compare-matrix {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  .compare-flow-v2 .compare-start {
    min-height: 58px !important;
    padding: 10px 14px !important;
    border-radius: 20px !important;
  }

  .compare-flow-v2 .compare-matrix {
    gap: 10px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding: 15px 9px 11px !important;
  }

  .compare-flow-v2 .compare-lane-head span {
    min-height: 23px !important;
    padding-inline: 9px !important;
    font-size: clamp(9px, 2.35vw, 10.5px) !important;
    font-weight: 500 !important;
    line-height: 23px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 42px !important;
    padding: 8px 6px !important;
    gap: 6px !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: auto !important;
    min-width: 20px !important;
    height: auto !important;
    flex: 0 0 auto !important;
    font-size: clamp(11px, 2.85vw, 12.5px) !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: nowrap !important;
    font-size: clamp(12px, 3.1vw, 14px) !important;
    line-height: 1.1 !important;
    letter-spacing: -.06em !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-result {
    width: 100% !important;
    height: 43px !important;
    min-height: 43px !important;
    margin-top: 7px !important;
    border-radius: 14px !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 390px) {
  .comparison .wrap {
    width: min(100% - 22px, 560px) !important;
  }

  .compare-flow-v2 .compare-matrix {
    gap: 8px !important;
  }

  .compare-flow-v2 .compare-lane {
    padding-inline: 7px !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    min-height: 41px !important;
    padding-inline: 5px !important;
    gap: 4px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(10.8px, 2.82vw, 12.5px) !important;
    letter-spacing: -.075em !important;
  }
}

/* Mobile comparison title correction: emphasize card titles, not step labels */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-lane-head {
    justify-items: center !important;
    text-align: center !important;
    gap: 10px !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    text-align: center !important;
    font-size: clamp(20px, 5.15vw, 25px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.045em !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(10.5px, 2.75vw, 12.5px) !important;
    letter-spacing: -.055em !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    font-size: clamp(18px, 4.75vw, 22px) !important;
  }
}

/* Mobile comparison layout final: centered card titles, left-aligned steps, equal boxes */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-lane-head {
    justify-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    width: 100% !important;
    margin-inline: auto !important;
    text-align: center !important;
    font-size: clamp(20px, 5.1vw, 24px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.045em !important;
  }

  .compare-flow-v2 .compare-steps,
  .compare-flow-v2 .compare-result {
    width: 100% !important;
    max-width: 100% !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    gap: 8px !important;
    text-align: left !important;
    border-radius: 14px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 22px !important;
    min-width: 22px !important;
    flex: 0 0 22px !important;
    text-align: left !important;
    font-size: clamp(11px, 2.8vw, 12.5px) !important;
    line-height: 1 !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: nowrap !important;
    text-align: left !important;
    font-size: clamp(11px, 2.85vw, 13px) !important;
    line-height: 1.1 !important;
    letter-spacing: -.055em !important;
  }

  .compare-flow-v2 .compare-result {
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li,
  .compare-flow-v2 .compare-result {
    height: 44px !important;
    min-height: 44px !important;
    padding-inline: 9px !important;
  }

  .compare-flow-v2 .compare-steps li span,
  .compare-lane-blocks .compare-steps li span {
    width: 20px !important;
    min-width: 20px !important;
    flex-basis: 20px !important;
  }

  .compare-flow-v2 .compare-steps li strong,
  .compare-lane-blocks .compare-steps li strong {
    font-size: clamp(10.2px, 2.7vw, 12px) !important;
  }
}

/* Mobile comparison title hard center */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-lane-head {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    position: relative !important;
    left: 50% !important;
    display: block !important;
    width: max-content !important;
    max-width: calc(100% + 20px) !important;
    margin: 10px 0 0 !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
  }
}

/* Mobile comparison true final: centered titles and equal fill boxes */
@media (max-width: 640px) {
  .compare-flow-v2 .compare-lane {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 15px 8px 11px !important;
    box-sizing: border-box !important;
  }

  .compare-flow-v2 .compare-lane-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    position: static !important;
    left: auto !important;
    transform: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px auto 0 !important;
    text-align: center !important;
    font-size: clamp(18px, 4.65vw, 22px) !important;
    line-height: 1.14 !important;
    letter-spacing: -.04em !important;
  }

  .compare-flow-v2 .compare-steps,
  .compare-flow-v2 .compare-result {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .compare-flow-v2 .compare-steps li,
  .compare-lane-blocks .compare-steps li {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin-inline: 0 !important;
    padding: 0 11px !important;
    box-sizing: border-box !important;
  }

  .compare-flow-v2 .compare-result {
    height: 44px !important;
    min-height: 44px !important;
    margin-top: 7px !important;
    padding: 0 11px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 390px) {
  .compare-flow-v2 .compare-steps,
  .compare-flow-v2 .compare-result {
    width: calc(100% - 14px) !important;
    max-width: calc(100% - 14px) !important;
  }

  .compare-flow-v2 .compare-lane-head h3,
  .compare-lane-blocks .compare-lane-head h3 {
    font-size: clamp(17px, 4.45vw, 20px) !important;
  }
}

/* Mobile problem carousel peek: reveal next card affordance */
@media (max-width: 640px) {
  .problem .problem-grid {
    gap: 14px !important;
    width: calc(100% + 18px) !important;
    margin-right: -18px !important;
    padding: 0 18px 0 0 !important;
    scroll-padding-left: 0 !important;
    scroll-padding-right: 18px !important;
  }

  .problem .problem-grid > *,
  .problem .card {
    flex: 0 0 86% !important;
    width: 86% !important;
    max-width: 86% !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 390px) {
  .problem .problem-grid > *,
  .problem .card {
    flex-basis: 87% !important;
    width: 87% !important;
    max-width: 87% !important;
  }
}

/* Mobile asset rail indicator: subtle dots instead of floating count */
@media (max-width: 640px) {
  .asset-section .rail-indicator {
    display: flex !important;
    width: max-content !important;
    min-height: 18px !important;
    margin: 12px auto 26px !important;
    padding: 5px 8px !important;
    gap: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    color: rgba(255, 255, 255, .72) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }

  .asset-section .rail-count {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .asset-section .rail-dots {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .asset-section .rail-dots button {
    width: 6px !important;
    height: 6px !important;
    opacity: .34 !important;
    background: currentColor !important;
    transition: width .22s ease, opacity .22s ease !important;
  }

  .asset-section .rail-dots button.is-active {
    width: 16px !important;
    opacity: .95 !important;
  }
}
