/* Extracted from main/landing-influencer.html */

/* Influencer Page Specific Styles - 보라색 컨셉 */
:root {
    --inf-primary: #FF007F;
    --inf-primary-light: #FF4DA6;
    --inf-accent: #FF007F;
    --inf-solid: #FF007F;
    --inf-bg-dark: #1a0a12;
    --inf-text-muted: #FF4DA6;
}

/* ========== HERO SECTION - CTA 배너와 동일 구조 (이미지→동영상) ========== */
.inf-hero.inf-hero--banner {
    min-height: auto;
    display: block;
    text-align: left;
    padding: 100px 20px 0;
    background: #ffffff;
    position: relative;
    overflow: visible;
}

/*
 * .hero-banner : cta-banner 와 1:1 대응
 * 동일한 단색 배경, border-radius, overflow:hidden, box-shadow
 */
.hero-banner {
    max-width: 1560px;
    margin: 0 auto;
    background: #5a2840;
    border-radius: 24px;
    padding: 0;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

/*
 * .hero-bg-video-wrap : cta-bg-image 와 1:1 대응
 * 동일한 위치(top/right/bottom), 동일 width(42%),
 * 동일 opacity(0.45), 동일 filter, 동일 mask-image 단색
 */
/* ========== iPhone X 스타일 폰 목업 (라이브 커머스 콘셉트) ========== */
.hero-phone-mockup {
    position: absolute;
    top: 50%;
    right: 240px;
    /* 우측 기울기 (Figma Mock 2 매칭): perspective Y축 + Z 회전 */
    transform: translateY(-50%) perspective(2200px) rotateY(-16deg) rotateZ(7deg);
    transform-origin: center center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    width: 215px;
    aspect-ratio: 9 / 19.5;
    z-index: 2;
    pointer-events: none;
    /* 화면을 흐리게 만드는 filter 효과는 사용하지 않는다 */
    filter:
        none;
}

.hero-phone-mockup__frame::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 41px;
    /* 좌측 어두움, 우측 밝음 — 우측에서 광원 (기울기에 맞춤) */
    background: rgba(0, 0, 0, 0.22);
    filter: blur(6px);
    opacity: 0.55;
    z-index: -1;
    pointer-events: none;
}

.hero-phone-mockup::before {
    content: '';
    position: absolute;
    inset: -70px -90px -90px -100px;
    background:
        rgba(255, 77, 166, 0.28);
    z-index: -1;
    pointer-events: none;
    filter: blur(34px);
}

.hero-phone-mockup::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 38px;
    /* 우측 기울기 광원 — 좌측 어둠 / 우측 하이라이트 */
    background: rgba(0, 0, 0, 0.18);
    pointer-events: none;
    z-index: 3;
}

.hero-phone-mockup__frame {
    position: relative;
    width: 100%;
    height: 100%;
    /* 기울기에 맞춘 좌→우 단색 (좌측이 카메라에서 멀어 어두움) */
    background: #c8cad0;
    border-radius: 38px;
    padding: 12px;
    box-shadow: none;
}

.hero-phone-mockup__notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 22px;
    background: #f8f8fa;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    box-shadow: none;
}

.hero-phone-mockup__speaker {
    width: 38px;
    height: 4px;
    background: #d7d9da;
    border-radius: 3px;
    box-shadow: none;
}

.hero-phone-mockup__camera {
    width: 6px;
    height: 6px;
    background: #b8bcc4;
    border-radius: 50%;
    box-shadow: none;
}

.hero-phone-mockup__screen {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    border-radius: 28px;
    overflow: hidden;
    /* 3D transform 환경에서 텍스처 선명도 보장 */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hero-phone-mockup__screen .hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% center;
    z-index: 1;
    /* GPU 합성 명시 — 회전된 영상 선명도 향상 */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

/* 상하단 가독성용 단색 오버레이 (영상 선명도 위해 살짝 약화) */
.hero-phone-mockup__overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: rgba(0, 0, 0, 0.42);
    z-index: 2;
    pointer-events: none;
}

.hero-phone-mockup__overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: rgba(0, 0, 0, 0.52);
    z-index: 2;
    pointer-events: none;
}

/* ============ 상단 헤더 ============ */
.hero-phone-mockup__header {
    position: absolute;
    top: 48px;
    left: 12px;
    right: 12px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hero-phone-mockup__header-left {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.hero-phone-mockup__avatar {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-phone-mockup__avatar picture,
.hero-phone-mockup__avatar img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-phone-mockup__avatar img {
    object-fit: cover;
}

.hero-phone-mockup__profile {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    padding-right: 8px;
}

.hero-phone-mockup__profile-name {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

.hero-phone-mockup__profile-viewers {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 9.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
}

.hero-phone-mockup__profile-viewers svg {
    width: 10px;
    height: 10px;
}

.hero-phone-mockup__follow {
    flex-shrink: 0;
    padding: 5px 11px;
    background: #FF007F;
    border: none;
    border-radius: 999px;
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: none;
    margin-left: 2px;
}

.hero-phone-mockup__header-right {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hero-phone-mockup__icon-btn {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.hero-phone-mockup__icon-btn svg {
    width: 15px;
    height: 15px;
}

/* ============ LIVE 배지 (헤더 아래 좌측) ============ */
.hero-phone-mockup__live-badge {
    position: absolute;
    top: 86px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 9px 4px 7px;
    background: #D4006B;
    border-radius: 4px;
    color: #fff;
    z-index: 4;
    box-shadow: none;
}

.hero-phone-mockup__live-dot {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    animation: heroPhoneLivePulse 1.4s ease-in-out infinite;
}

@keyframes heroPhoneLivePulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.75);
    }
}

.hero-phone-mockup__live-text {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    line-height: 1;
}

/* ============ 하단 영역 ============ */
.hero-phone-mockup__bottom {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 14px;
    z-index: 4;
    display: flex;
    flex-direction: column;
}

/* 흐르는 채팅 스트림 */
.hero-phone-mockup__chat-stream {
    position: relative;
    height: 110px;
    overflow: hidden;
    margin-bottom: 8px;
    -webkit-mask-image: none;
    mask-image: none;
}

.hero-phone-mockup__chat-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    line-height: 1.35;
    opacity: 0;
    animation: heroPhoneChatStream 4.2s linear infinite;
    text-shadow: none;
}

.hero-phone-mockup__chat-item:nth-child(1) { animation-delay: 0s; }
.hero-phone-mockup__chat-item:nth-child(2) { animation-delay: 0.7s; }
.hero-phone-mockup__chat-item:nth-child(3) { animation-delay: 1.4s; }
.hero-phone-mockup__chat-item:nth-child(4) { animation-delay: 2.1s; }
.hero-phone-mockup__chat-item:nth-child(5) { animation-delay: 2.8s; }
.hero-phone-mockup__chat-item:nth-child(6) { animation-delay: 3.5s; }

@keyframes heroPhoneChatStream {
    0% {
        transform: translateY(18px);
        opacity: 0;
    }
    5% {
        transform: translateY(0);
        opacity: 1;
    }
    18% {
        transform: translateY(-17px);
        opacity: 1;
    }
    31% {
        transform: translateY(-34px);
        opacity: 1;
    }
    44% {
        transform: translateY(-51px);
        opacity: 1;
    }
    57% {
        transform: translateY(-68px);
        opacity: 0.85;
    }
    70% {
        transform: translateY(-85px);
        opacity: 0;
    }
    100% {
        transform: translateY(-85px);
        opacity: 0;
    }
}

.hero-phone-mockup__chat-name {
    flex-shrink: 0;
    font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', 'Noto Sans KR', system-ui, sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

.hero-phone-mockup__chat-msg {
    flex: 1 1 auto;
    min-width: 0;
    font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', 'Noto Sans KR', system-ui, sans-serif;
    font-size: 10.5px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 하단 입력창 + 하트 */
.hero-phone-mockup__bottom-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-phone-mockup__chat-input {
    flex: 1;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    min-width: 0;
}

.hero-phone-mockup__chat-input-placeholder {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.hero-phone-mockup__heart {
    flex-shrink: 0;
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    overflow: visible;
}

.hero-phone-mockup__heart > svg {
    width: 22px;
    height: 22px;
    filter: none;
    animation: heroPhoneHeartBeat 1.6s ease-in-out infinite;
}

@keyframes heroPhoneHeartBeat {
    0%, 100% { transform: scale(1); }
    20% { transform: scale(1.15); }
    40% { transform: scale(1); }
    60% { transform: scale(1.08); }
}

/* 떠오르는 하트 파티클 */
.hero-phone-mockup__heart-burst {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    font-size: 14px;
    color: #D4006B;
    opacity: 0;
    pointer-events: none;
    text-shadow: none;
    animation: heroPhoneHeartBurst 3s ease-out infinite;
}

.hero-phone-mockup__heart-burst[data-i="1"] { animation-delay: 0s; }
.hero-phone-mockup__heart-burst[data-i="2"] { animation-delay: 1s; }
.hero-phone-mockup__heart-burst[data-i="3"] { animation-delay: 2s; }

@keyframes heroPhoneHeartBurst {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(0) scale(0.6);
    }
    15% {
        opacity: 1;
        transform: translateX(-50%) translateY(-12px) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateX(calc(-50% + 12px)) translateY(-44px) scale(1.1);
    }
    100% {
        opacity: 0;
        transform: translateX(calc(-50% - 8px)) translateY(-80px) scale(0.8);
    }
}

html.landing-lite-motion .hero-phone-mockup__live-dot,
html.landing-lite-motion .hero-phone-mockup__chat-item,
html.landing-lite-motion .hero-phone-mockup__heart > svg,
html.landing-lite-motion .hero-phone-mockup__heart-burst {
    animation: none !important;
}

html.landing-lite-motion .hero-phone-mockup__heart-burst {
    display: none;
}

/* cta-bg-overlay 와 동일 (사용 안 함) */
.hero-bg-overlay {
    display: none;
}

/* 은은한 핑크 글로우 */
.hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: rgba(255, 130, 170, 0.25);
    pointer-events: none;
    z-index: 2;
}

.hero-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 80px 90px;
    position: relative;
    z-index: 3;
}

.hero-banner-content {
    flex: 1;
    max-width: 900px;
    text-align: left;
}

.inf-hero.inf-hero--banner .hero-title {
    font-size: clamp(48px, 7vw, 80px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 28px;
    letter-spacing: -3px;
    text-align: left;
}

.inf-hero.inf-hero--banner .hero-title .highlight {
    background: #FF4DA6;
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: hologramShift 6s ease-in-out infinite;
    filter: none;
    position: relative;
}

@keyframes hologramShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 200% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.inf-hero.inf-hero--banner .hero-description {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    margin: 0 0 44px;
    line-height: 1.8;
    text-align: left;
}

.inf-hero.inf-hero--banner .hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
}

.inf-hero.inf-hero--banner .hero-buttons .hero-app-btn:first-of-type {
    margin-left: 32px;
}

.inf-hero.inf-hero--banner .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 36px;
    background: #FF007F;
    border-radius: 14px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: none;
}

.inf-hero.inf-hero--banner .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: none;
}

.inf-hero.inf-hero--banner .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 36px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: none;
}

.inf-hero.inf-hero--banner .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
    box-shadow: none;
}

/* 앱 다운로드 버튼 (App Store / Google Play) */
.hero-app-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px 10px 16px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.28s ease;
    box-shadow: none;
    line-height: 1;
}

.hero-app-btn:hover {
    background: rgba(0, 0, 0, 0.72);
    border-color: rgba(255, 255, 255, 0.32);
    transform: translateY(-3px);
    box-shadow: none;
}

.hero-app-btn__icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    color: #ffffff;
}

.hero-app-btn__text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    color: #ffffff;
}

.hero-app-btn__text small {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
    opacity: 0.85;
    line-height: 1;
    text-transform: none;
}

.hero-app-btn__text strong {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
}

/* Hero 하단 섹션 전환 */
.inf-hero.inf-hero--banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
    z-index: 5;
}

/* Floating UI Elements */
.floating-ui {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 20px 24px;
    animation: floatUI 4s ease-in-out infinite;
    z-index: 10;
    box-shadow: none;
}

.floating-ui.ui-1 {
    top: 32%;
    left: 8%;
    animation-delay: 0s;
}

.floating-ui.ui-2 {
    top: 35%;
    right: 8%;
    animation-delay: 1s;
}

.floating-ui.ui-3 {
    top: 50%;
    left: 10%;
    animation-delay: 2s;
}

.floating-ui.ui-4 {
    top: 53%;
    right: 10%;
    animation-delay: 1.5s;
}

@keyframes floatUI {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(1deg);
    }
}

.ui-stat {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ui-stat-icon {
    width: 40px;
    height: 40px;
    background: var(--inf-solid);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.ui-stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.ui-stat-label {
    font-size: 12px;
    color: var(--inf-text-muted);
}

/* ========== SNS Network Effect (portrait.so style) ========== */
.sns-network-canvas {
    position: absolute;
    inset: 0;
    z-index: 8;
    pointer-events: none;
}

.sns-nodes-container {
    position: absolute;
    inset: 0;
    z-index: 9;
    pointer-events: none;
    overflow: hidden;
}

.sns-node {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    pointer-events: auto;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    will-change: transform;
    box-shadow: none;
    opacity: 0;
}

.sns-node:hover {
    z-index: 15;
    transform: scale(1.08);
}

.sns-node svg {
    width: 50%;
    height: 50%;
    flex-shrink: 0;
}

/* SNS Brand Colors - 각 플랫폼 시그니처 컬러 (흰색 배경용) */
.sns-node[data-platform="facebook"] {
    background: rgba(24, 119, 242, 0.9);
    box-shadow: none;
}

.sns-node[data-platform="youtube"] {
    background: rgba(255, 0, 0, 0.85);
    box-shadow: none;
}

.sns-node[data-platform="instagram"] {
    background: #833ab4;
    box-shadow: none;
}

.sns-node[data-platform="tiktok"] {
    background: #69C9D0;
    box-shadow: none;
}

.sns-node[data-platform="twitch"] {
    background: rgba(145, 70, 255, 0.9);
    box-shadow: none;
}

.sns-node[data-platform="twitter"] {
    background: rgba(29, 161, 242, 0.9);
    box-shadow: none;
}

.sns-node[data-platform="naverblog"] {
    background: rgba(3, 199, 90, 0.9);
    box-shadow: none;
}

.sns-node[data-platform="threads"] {
    background: #833AB4;
    box-shadow: none;
}

.sns-node[data-platform="chzzk"] {
    background: rgba(0, 255, 163, 0.85);
    box-shadow: none;
}

.sns-node:hover[data-platform="facebook"] {
    box-shadow: none;
}

.sns-node:hover[data-platform="youtube"] {
    box-shadow: none;
}

.sns-node:hover[data-platform="instagram"] {
    box-shadow: none;
}

.sns-node:hover[data-platform="tiktok"] {
    box-shadow: none;
}

.sns-node:hover[data-platform="twitch"] {
    box-shadow: none;
}

.sns-node:hover[data-platform="twitter"] {
    box-shadow: none;
}

.sns-node:hover[data-platform="naverblog"] {
    box-shadow: none;
}

.sns-node:hover[data-platform="threads"] {
    box-shadow: none;
}

.sns-node:hover[data-platform="chzzk"] {
    box-shadow: none;
}

html.landing-lite-motion .sns-network-canvas,
html.landing-lite-motion .sns-nodes-container {
    display: none;
}

html.landing-lite-motion .floating-ui,
html.landing-lite-motion .inf-hero.inf-hero--banner .hero-title .highlight,
html.landing-lite-motion .trust-banner::before,
html.landing-lite-motion .trust-banner::after,
html.landing-lite-motion .hero-banner::before {
    animation: none !important;
}

html.landing-lite-motion .inf-hero.inf-hero--banner .btn-secondary {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

html.landing-lite-motion .inf-hero.inf-hero--banner .hero-banner {
    box-shadow: none;
}

html.landing-lite-motion .parallax-glow {
    display: none;
}

body.landing-page .trust-section,
body.landing-page .brand-slider-section,
body.landing-page .core-services-section,
body.landing-page .process-section,
body.landing-page .system-features-section,
body.landing-page .value-section,
body.landing-page .inf-faq,
body.landing-page .inf-cta {
    content-visibility: auto;
    contain-intrinsic-size: 1px 1200px;
}

body.landing-page .brand-slider-section {
    contain-intrinsic-size: 1px 360px;
}

body.landing-page .process-section,
body.landing-page .system-features-section,
body.landing-page .value-section,
body.landing-page .inf-faq,
body.landing-page .inf-cta {
    contain-intrinsic-size: 1px 900px;
}

/* Trust Indicators Section */
.trust-section {
    padding: 80px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.trust-banner {
    max-width: 1500px;
    margin: 0 auto;
    background: #1a0a12;
    border-radius: 24px;
    padding: 70px 60px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.trust-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: rgba(255, 77, 166, 0.2);
    pointer-events: none;
}

.trust-banner::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 77, 166, 0.15);
    pointer-events: none;
}

.trust-header {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}

.trust-title {
    font-size: clamp(28px, 4.5vw, 42px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .trust-title {
        font-size: 20px;
        padding: 0 10px;
    }

    .trust-banner {
        padding: 40px 24px;
        border-radius: 16px;
    }

    .trust-item {
        padding: 0 20px;
    }

    .trust-item:not(:last-child)::after {
        display: none;
    }
}

.trust-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.trust-item {
    text-align: center;
    position: relative;
    padding: 0 40px;
}

.trust-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
}

.trust-number {
    font-size: clamp(36px, 5vw, 48px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.trust-label {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

/* Brand Logo Slider Section */
.brand-slider-section {
    padding: 30px 0 100px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.brand-slider-section::before,
.brand-slider-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 2;
    pointer-events: none;
}

.brand-slider-section::before {
    left: 0;
    background: #ffffff;
}

.brand-slider-section::after {
    right: 0;
    background: #ffffff;
}

.brand-slider-container {
    display: flex;
    align-items: center;
    width: max-content;
    animation: slideLeft 25s linear infinite;
    will-change: transform;
}

@keyframes slideLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.brand-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    filter: grayscale(30%);
}

.brand-logo-item:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.brand-logo-item svg {
    height: 36px;
    width: auto;
}

.brand-logo-item .logo-text {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

/* 개별 브랜드 로고 색상 */
.brand-logo-item.beauty .logo-text {
    color: #e91e63;
}

.brand-logo-item.fashion .logo-text {
    color: #1a1a1a;
}

.brand-logo-item.living .logo-text {
    color: #4caf50;
}

.brand-logo-item.food .logo-text {
    color: #ff9800;
}

.brand-logo-item.tech .logo-text {
    color: #2196f3;
}

.brand-logo-item.skincare .logo-text {
    color: #9c27b0;
}

.brand-logo-item.sports .logo-text {
    color: #f44336;
}

.brand-logo-item.kids .logo-text {
    color: #00bcd4;
}

.brand-logo-item.lifestyle .logo-text {
    color: #795548;
}

.brand-logo-item.health .logo-text {
    color: #8bc34a;
}

/* Core Services Section */
.core-services-section {
    padding: 0;
    background: #fff8fa;
    position: relative;
    overflow: hidden;
    margin: 20px;
    border-radius: 24px;
}

.core-services-header {
    text-align: center;
    padding: 80px 20px 40px;
    position: relative;
    z-index: 1;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: #FF007F;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.core-services-header .section-badge {
    background: #FF007F;
    color: #ffffff;
}

.core-services-header .section-title {
    font-size: clamp(40px, 7vw, 64px);
    font-weight: 800;
    line-height: 1.3;
    background: #FF007F;
    background-size: 500% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine 8s ease-in-out infinite;
}

@keyframes textShine {
    0% {
        background-position: 100% 50%;
    }

    35% {
        background-position: -100% 50%;
    }

    100% {
        background-position: -100% 50%;
    }
}

.core-services-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
}

.core-service-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 80px 20px;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.core-service-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.service-item-inner {
    display: flex;
    align-items: center;
    max-width: 1300px;
    width: 100%;
    gap: 100px;
    padding: 0 40px;
}

.core-service-item:nth-child(odd) .service-item-inner {
    flex-direction: row;
}

.core-service-item:nth-child(even) .service-item-inner {
    flex-direction: row-reverse;
    gap: 180px;
}

/* even 섹션: 카드 내부 배치를 뒤집어서 앞면 카드가 gap 반대쪽에 오게 하고,
   parallax 컨테이너 안에서 카드를 gap 반대쪽으로 밀어 시각적 여백 확보 */
.core-service-item:nth-child(even) .service-visual-parallax {
    justify-content: flex-start !important;
    flex: 0 0 560px !important;
    width: 560px !important;
}

.core-service-item:nth-child(even) .parallax-scene {
    flex-direction: row-reverse;
}

.core-service-item:nth-child(even) .screen-left {
    margin-left: 0;
    margin-right: -80px;
}

.service-text-content {
    flex: 1;
    min-width: 360px;
    text-align: left;
}

.service-visual {
    flex: 0 0 420px;
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Video Visual Styles - must override .service-visual */
.service-visual.service-video-visual {
    max-width: 700px;
    flex: 0 0 520px !important;
    width: 520px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* CJ Logo above video */
.cj-logo-above {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.cj-logo-above img {
    height: 48px;
    object-fit: contain;
    opacity: 0.85;
}

.video-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid rgba(255, 0, 127, 0.15);
    background: rgba(255, 0, 127, 0.08);
    position: relative;
}

.video-wrapper iframe,
.video-wrapper .lite-youtube {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    display: block;
}

.service-badge-label {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 0, 127, 0.1);
    border: 1px solid rgba(255, 0, 127, 0.2);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    color: #FF007F;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.service-main-title {
    font-size: clamp(32px, 4.5vw, 46px);
    font-weight: 800;
    color: #1a0a12;
    line-height: 1.4;
    margin-bottom: 24px;
    letter-spacing: -1px;
    word-break: keep-all;
}

.service-main-desc {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.8;
    margin-bottom: 32px;
    background: #FF007F;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.service-features-list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 0;
    position: relative;
}

.service-features-list li strong {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

.service-features-list li span {
    font-size: 15px;
    font-weight: 600;
    color: #475569;
    line-height: 1.7;
}

/* ========== Mockup Cursor Animation ========== */
.mockup-animated {
    position: relative;
}

.mock-cursor {
    position: absolute;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: top 0.7s cubic-bezier(0.33, 1, 0.68, 1), left 0.7s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s ease;
}

/* 터치 스타일 커서 (링+도트) */
.mock-cursor.touch-style {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    filter: none;
}

.mock-cursor.touch-style .touch-cursor-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border: 2px solid rgba(255, 0, 127, 0.4);
    border-radius: 50%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mock-cursor.touch-style .touch-cursor-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background: rgba(255, 0, 127, 0.6);
    border-radius: 50%;
    box-shadow: none;
    transition: transform 0.15s ease;
}

.mock-cursor.touch-style.clicking .touch-cursor-ring {
    transform: scale(1.4);
    opacity: 0;
}

.mock-cursor.touch-style.clicking .touch-cursor-dot {
    transform: scale(0.8);
}

/* 레거시 SVG 커서 (하위호환) */
.mock-cursor-click {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 0, 127, 0.35);
    transform: scale(0);
    opacity: 0;
}

.mock-cursor-click.active {
    animation: clickRipple 0.5s ease-out forwards;
}

@keyframes clickRipple {
    0% {
        transform: scale(0);
        opacity: 0.7;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

/* Search text */
.mock-search-text {
    color: #64748b;
    font-size: 13px;
}

/* Item default: pink border */
.mock-item-1,
.mock-item-2,
.mock-item-3 {
    border: 1.5px solid rgba(255, 77, 166, 0.3) !important;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

/* Item selected: stronger pink + glow */
.mock-item-1.selected,
.mock-item-2.selected,
.mock-item-3.selected {
    border-color: #FF007F !important;
    background: rgba(255, 0, 127, 0.04) !important;
    box-shadow: none;
}

.mock-item-1 .mockup-check,
.mock-item-2 .mockup-check,
.mock-item-3 .mockup-check {
    opacity: 0;
    transform: scale(0.3);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mock-item-1.selected .mockup-check,
.mock-item-2.selected .mockup-check,
.mock-item-3.selected .mockup-check {
    opacity: 1;
    transform: scale(1);
}

/* URL generate button */
.mock-url-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
    background: #FF007F;
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 12px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}

.mock-url-btn.clicked {
    transform: scale(0.95);
    box-shadow: none;
}

.mock-url-btn.hidden {
    opacity: 0;
    transform: scale(0.9);
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* URL result area */
.mock-url-area {
    opacity: 0;
    transform: translateY(8px) scale(0.97);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-height: 0;
    overflow: hidden;
}

.mock-url-area.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    max-height: 200px;
    margin-top: 12px;
}

/* ======= Parallax Overlapping Screens (Flexbox) ======= */
.service-visual-parallax {
    flex: 0 0 520px !important;
    width: 520px !important;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 480px;
    background: transparent !important;
}

.parallax-scene {
    display: flex;
    align-items: center;
    position: relative;
    background: transparent;
}

.parallax-screen {
    position: relative;
    flex-shrink: 0;
    background: transparent;
    will-change: transform, opacity;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.parallax-screen.screen-left {
    transition-delay: 0.15s;
}

.parallax-screen.screen-right {
    transition-delay: 0.35s;
}

.parallax-screen.revealed {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.parallax-screen .mockup-card {
    margin: 0 !important;
    width: 300px !important;
    max-width: 300px !important;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    border-radius: 14px;
    background: #fff;
}

.parallax-screen .mobile-mockup {
    margin: 0 !important;
    width: 300px !important;
    max-width: 300px !important;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    border-radius: 32px;
    background: #fff;
}

/* iPhone 스타일은 자체 border/shadow 사용 */
.parallax-screen .mobile-mockup.iphone-white {
    border: 3px solid #e8e8ed !important;
    border-radius: 44px !important;
    box-shadow: none;
}

.parallax-screen:hover .mobile-mockup.iphone-white {
    box-shadow: none;
}

.parallax-screen:hover .mockup-card,
.parallax-screen:hover .mobile-mockup {
    box-shadow: none;
}

/* screen-right = 뒤쪽(왼쪽배치), 기울어짐 */
.screen-right {
    order: 1;
    z-index: 2;
    transform: perspective(2000px) rotateY(5deg) rotateX(-1deg);
}

/* screen-left = 앞쪽(오른쪽배치), 정면, 겹침 */
.screen-left {
    order: 2;
    z-index: 4;
    margin-left: -80px;
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg);
}

/* 패럴랙스 내부 공통 스타일 */
.parallax-screen .mockup-header {
    padding: 10px 14px;
    gap: 6px;
}

.parallax-screen .mockup-title-bar {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    letter-spacing: -0.2px;
}

.parallax-screen .mockup-body {
    padding: 14px;
}

.parallax-screen .mockup-search {
    padding: 8px 12px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.parallax-screen .mockup-search span {
    font-size: 12px;
}

.parallax-screen .mockup-products {
    gap: 8px;
    margin-bottom: 12px;
}

.parallax-screen .mockup-product {
    padding: 8px 10px;
    gap: 10px;
    border-radius: 10px;
}

.parallax-screen .mockup-product-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.parallax-screen .mockup-product-name {
    font-size: 11.5px;
    font-weight: 700;
}

.parallax-screen .mockup-product-price {
    font-size: 10.5px;
}

.parallax-screen .mockup-check {
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.parallax-screen .mock-url-btn {
    font-size: 11px;
    padding: 8px 0;
    border-radius: 8px;
    margin-bottom: 10px;
}

.parallax-screen .mockup-revenue {
    padding: 10px 12px;
    border-radius: 10px;
}

.parallax-screen .mockup-url-badge {
    padding: 6px 12px;
    margin-bottom: 6px;
}

.parallax-screen .mockup-url-badge span {
    font-size: 11px;
}

.parallax-screen .mockup-url-link {
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 6px;
}

.parallax-glow {
    display: none;
}

/* Dashboard Stat Styles - 대시보드 카드 내부 */
.parallax-screen .mockup-body.dash-body,
.screen-right .mockup-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dash-stat-row {
    display: flex;
    gap: 8px;
}

.dash-stat-card {
    flex: 1;
    background: #f8f9fb;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.dash-stat-label {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 600;
    line-height: 1;
}

.dash-stat-value {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.dash-stat-change {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.dash-stat-change.up {
    color: #059669;
}

.dash-chart-area {
    background: #f8f9fb;
    border-radius: 10px;
    padding: 14px 14px 28px;
}

.dash-chart-title {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
}

.dash-chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 64px;
}

.dash-bar {
    flex: 1;
    height: 0%;
    background: #ffd4e3;
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: all 0.3s ease;
    min-width: 0;
}

.dash-bar.active {
    background: #FF007F;
}

.dash-bar span {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    color: #94a3b8;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1;
}

.dash-bar.active span {
    color: #FF007F;
    font-weight: 700;
}

.dash-earning {
    background: #f8f9fb;
    border-radius: 10px;
    padding: 12px 14px;
}

.dash-earning-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.dash-earning-label {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
    line-height: 1;
}

.dash-earning-amount {
    font-size: 18px;
    font-weight: 800;
    color: #FF007F;
    letter-spacing: -0.3px;
    line-height: 1;
}

.dash-earning-bar {
    width: 100%;
    height: 6px;
    background: #e8ecf1;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 6px;
}

.dash-earning-fill {
    height: 100%;
    background: #FF007F;
    border-radius: 3px;
    transition: width 1s ease-out;
}

.dash-earning-sub {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 500;
    text-align: right;
    line-height: 1;
}

/* ======= iPhone White Premium Frame ======= */
.mobile-mockup.iphone-white {
    height: 520px;
    background: #ffffff;
    border-radius: 44px;
    overflow: hidden;
    position: relative;
    border: 3px solid #e8e8ed;
    box-shadow: none;
}

.iphone-dynamic-island {
    width: 90px;
    height: 24px;
    background: #000;
    border-radius: 50px;
    margin: 10px auto 0;
    position: relative;
    z-index: 5;
}

.iphone-dynamic-island::before {
    content: '';
    position: absolute;
    right: 22px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1a1a2e;
    box-shadow: none;
}

.iphone-status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px 2px;
    position: relative;
    z-index: 3;
}

.iphone-time {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.2px;
}

.iphone-status-icons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.iphone-signal-svg,
.iphone-battery-svg {
    display: block;
}

.iphone-screen-inner {
    padding: 4px 16px 20px !important;
    height: calc(100% - 60px) !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* 노치 없는 화이트 폰 - 전체 화면 사용 */
.mobile-mockup.iphone-white.no-notch {
    padding-top: 0;
}

.iphone-screen-full {
    padding: 16px 16px 16px !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

/* 주문완료 영역이 잘리지 않도록 */
.iphone-screen-full .mobile-order-complete {
    margin-top: auto;
    padding: 12px;
    flex-shrink: 0;
}

.iphone-screen-full .mobile-order-btn {
    margin-top: auto;
    flex-shrink: 0;
}

.iphone-screen-full .mobile-delivery-section {
    flex: 1;
    min-height: 0;
}

/* ======= Legacy Mobile Mockup ======= */
.mobile-mockup:not(.iphone-white) {
    height: 500px;
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.mobile-notch {
    width: 120px;
    height: 28px;
    background: #000;
    border-radius: 0 0 18px 18px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mobile-mockup:not(.iphone-white) .mobile-screen {
    padding: 8px 16px 20px;
    height: calc(100% - 28px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 12px;
}

.mobile-back {
    font-size: 22px;
    font-weight: 300;
    color: #1e293b;
}

.mobile-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.mobile-cart {
    font-size: 18px;
}

.mobile-product-info {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: #f8f9fb;
    border-radius: 12px;
    margin-bottom: 14px;
    align-items: center;
}

.mobile-product-thumb {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f8fafc;
}

.mobile-product-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-product-detail {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-product-name {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
}

.mobile-product-price {
    font-size: 16px;
    font-weight: 800;
    color: #FF007F;
}

.mobile-delivery-section {
    flex: 1;
}

.mobile-delivery-title {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 10px;
}

.mobile-delivery-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-delivery-opt {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1.5px solid #e8ecf1;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.mobile-delivery-opt.selected {
    border-color: #FF007F;
    background: rgba(255, 0, 127, 0.04);
    box-shadow: none;
}

.delivery-radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
}

.mobile-delivery-opt.selected .delivery-radio {
    border-color: #FF007F;
}

.mobile-delivery-opt.selected .delivery-radio::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF007F;
}

.delivery-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.delivery-name {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
}

.delivery-desc {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 500;
}

.delivery-badge {
    font-size: 9px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    color: #fff;
}

.delivery-badge.today {
    background: #FF007F;
}

.mobile-order-btn {
    margin-top: 12px;
    padding: 14px;
    background: #FF007F;
    color: #fff;
    text-align: center;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.3s ease;
    opacity: 0.4;
}

.mobile-order-btn.active {
    opacity: 1;
    box-shadow: none;
}

.mobile-order-btn.pressed {
    transform: scale(0.97);
}

.mobile-order-complete {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    margin-top: 10px;
}

.mobile-order-complete.show {
    display: flex;
    animation: fadeInUp 0.5s ease forwards;
}

.order-complete-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #059669;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.mobile-order-complete span {
    font-size: 13px;
    font-weight: 700;
    color: #059669;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ======= Delivery Stats App (iPhone 2nd Screen) ======= */
.ds-app-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.ds-app-title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
}

.ds-app-period {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
}

.ds-total-card {
    background: #fdf2f8;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
}

.ds-total-card::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: rgba(255, 0, 127, 0.15);
    border-radius: 50%;
}

.ds-total-num {
    font-size: 32px;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 4px;
}

.ds-total-unit {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    margin-left: 2px;
}

.ds-total-label {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 8px;
}

.ds-total-change {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ds-change-badge {
    display: inline-block;
    padding: 2px 8px;
    background: rgba(255, 0, 127, 0.12);
    color: #FF007F;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
}

.ds-change-text {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 500;
}

.ds-graph-section {
    margin-bottom: 12px;
}

/* mockup-card 내부에 들어가는 그래프 리스트 */
.ds-graph-items-inline {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
}

.ds-graph-title {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 10px;
}

.ds-graph-item {
    margin-bottom: 10px;
}

.ds-graph-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.ds-graph-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ds-graph-name {
    font-size: 11px;
    font-weight: 700;
    color: #334155;
    flex: 1;
}

.ds-graph-pct {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    min-width: 32px;
    text-align: right;
}

.ds-graph-bar {
    width: 100%;
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.ds-graph-fill {
    height: 100%;
    width: 0%;
    border-radius: 4px;
    transition: width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.ds-graph-fill.animated {
    /* width set by JS based on data-width */
}

.ds-graph-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    animation: barShimmer 2s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ds-graph-fill.animated::after {
    opacity: 1;
}

@keyframes barShimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(200%);
    }
}

.ds-satisfaction {
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px 14px;
    border: 1px solid #f1f5f9;
}

.ds-satisfaction-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
}

.ds-satisfaction-label {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.ds-satisfaction-score {
    font-size: 22px;
    font-weight: 900;
    color: #FF007F;
    letter-spacing: -0.5px;
}

.ds-satisfaction-stars {
    font-size: 14px;
    color: #fbbf24;
    letter-spacing: 2px;
}

/* ======= Mobile Touch Cursor (배송선택 화면) ======= */
.mobile-touch-cursor {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    transition: top 0.7s cubic-bezier(0.33, 1, 0.68, 1),
        left 0.7s cubic-bezier(0.33, 1, 0.68, 1),
        opacity 0.3s ease;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.mobile-touch-cursor.visible {
    opacity: 1;
}

.mobile-touch-cursor.tapping .touch-cursor-ring {
    transform: scale(1.4);
    opacity: 0;
}

.mobile-touch-cursor.tapping .touch-cursor-dot {
    transform: scale(0.8);
}

.touch-cursor-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border: 2px solid rgba(255, 0, 127, 0.4);
    border-radius: 50%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.touch-cursor-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background: rgba(255, 0, 127, 0.6);
    border-radius: 50%;
    box-shadow: none;
    transition: transform 0.15s ease;
}

/* Cart icon override for iPhone style */
.mobile-cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-cart-icon svg {
    width: 18px;
    height: 18px;
}

/* Mockup Card Styles */
.mockup-card {
    width: 100%;
    max-width: 380px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: none;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 60px;
    margin-left: 40px;
}

.mockup-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mockup-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.mockup-dot.red {
    background: #ff5f57;
}

.mockup-dot.yellow {
    background: #febc2e;
}

.mockup-dot.green {
    background: #28c840;
}

.mockup-title-bar {
    margin-left: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: -0.3px;
}

.mockup-body {
    padding: 16px;
}

.mockup-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #f1f5f9;
    border-radius: 10px;
    margin-bottom: 14px;
}

.mockup-search span {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

.mockup-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.mockup-product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
}

.mockup-product.selected {
    border-color: #FF4DA6;
    background: rgba(255, 77, 166, 0.04);
    box-shadow: none;
}

.mockup-product-img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f8fafc;
}

.mockup-product-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.mockup-product-name {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mockup-product-price {
    font-size: 12px;
    font-weight: 600;
    color: #FF007F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mockup-product-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mockup-products.compact {
    gap: 7px;
    margin-bottom: 10px;
}

.mockup-products.compact .mockup-product {
    padding: 8px 10px;
}

.mockup-icon-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #FF007F;
    font-size: 15px;
}

.mockup-icon-tile[data-tone="green"] {
    background: #ecfdf5;
    color: #059669;
}

.mockup-icon-tile[data-tone="amber"] {
    background: #fffbeb;
    color: #d97706;
}

.mockup-icon-tile[data-tone="blue"] {
    background: #eff6ff;
    color: #2563eb;
}

.mockup-icon-tile[data-tone="violet"] {
    background: #f5f3ff;
    color: #7c3aed;
}

.mockup-icon-tile[data-tone="rose"] {
    background: #fff1f2;
    color: #e11d48;
}

.mockup-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 10px 0;
}

.mockup-metric-card {
    padding: 9px 10px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.mockup-metric-card span {
    display: block;
    margin-bottom: 3px;
    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 700;
    color: #94a3b8;
}

.mockup-metric-card strong {
    display: block;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 800;
    color: #1e293b;
}

.mockup-meta-pills {
    display: flex;
    gap: 4px;
    margin-top: 3px;
    min-width: 0;
}

.mockup-meta-pills span {
    padding: 2px 5px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #64748b;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.mockup-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FF4DA6;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

/* ======= 항목 순차 활성화 애니메이션 ======= */
.anim-item .anim-check {
    opacity: 0;
    transform: scale(0.3);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.anim-item.activated .anim-check {
    opacity: 1;
    transform: scale(1);
}

.anim-item .anim-status {
    transition: color 0.3s ease;
}

.anim-item.activated {
    background: rgba(5, 150, 105, 0.04);
    border-color: rgba(5, 150, 105, 0.2);
    transition: background 0.5s ease, border-color 0.5s ease;
}

/* 수익 숫자 카운트업 효과 */
.revenue-counting {
    animation: revenuePulse 0.1s ease;
}

@keyframes revenuePulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.mockup-revenue {
    padding: 14px;
    background: #fff8fa;
    border-radius: 12px;
    border: 1px solid rgba(255, 77, 166, 0.1);
}

.mockup-url-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 77, 166, 0.08);
    border: 1px solid rgba(255, 77, 166, 0.2);
    border-radius: 100px;
    margin-bottom: 10px;
}

.mockup-url-badge span {
    font-size: 13px;
    font-weight: 700;
    color: #FF007F;
}

.mockup-url-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    padding: 10px 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    letter-spacing: -0.3px;
    font-family: 'Poppins', monospace;
    box-shadow: none;
}

.mockup-url-link::before {
    content: '';
    font-size: 12px;
}

.mockup-stat-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.mockup-stat {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.mockup-stat.accent {
    color: #059669;
    font-weight: 700;
}

.mockup-revenue-label {
    font-size: 11px;
    font-weight: 600;
    color: #FF007F;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.mockup-revenue-amount {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 2px;
}

.mockup-profile-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.mockup-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FF007F;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    flex-shrink: 0;
}

.mockup-channel-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.mockup-channel {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.mockup-channel-icon {
    font-size: 14px;
}

.mockup-channel-count {
    margin-left: auto;
    font-size: 12px;
    font-weight: 700;
    color: #FF007F;
}

.mockup-url-link::after {
    content: '복사';
    margin-left: auto;
    font-family: 'Pretendard', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background: #FF007F;
    padding: 4px 12px;
    border-radius: 6px;
    letter-spacing: 0;
}

.visual-card {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 4/3;
    background: #fff5f8;
    border-radius: 24px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 0, 127, 0.2);
}

.visual-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 0, 127, 0.15);
}

.visual-icon {
    font-size: 120px;
    opacity: 0.8;
    filter: none;
    z-index: 1;
}

.visual-number {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 100px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .core-services-header {
        padding: 60px 20px 30px;
    }

    .service-item-inner {
        flex-direction: column !important;
        gap: 30px;
    }

    .core-service-item {
        min-height: auto;
        padding: 70px 20px;
    }

    .service-text-content {
        text-align: center;
        max-width: 100%;
        min-width: auto;
    }

    .service-visual {
        max-width: 100%;
    }

    .service-visual-parallax {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 440px;
        margin: 0 auto;
        min-height: 440px;
    }

    .parallax-scene {
        justify-content: center;
    }

    .parallax-screen .mockup-card,
    .parallax-screen .mobile-mockup {
        width: 240px !important;
        max-width: 240px !important;
    }

    .screen-left {
        margin-left: -60px;
    }

    .mobile-mockup {
        height: 420px !important;
    }

    .mobile-mockup.iphone-white {
        height: 440px !important;
        border-radius: 36px !important;
    }

    .iphone-dynamic-island {
        width: 72px;
        height: 20px;
    }

    .ds-total-num {
        font-size: 26px;
    }

    .ds-graph-bar {
        height: 6px;
    }

    .service-video-visual {
        max-width: 100%;
    }

    .video-wrapper {
        border-radius: 16px;
    }

    .visual-card {
        max-width: 350px;
    }

    .service-main-title {
        font-size: 28px;
    }

    .service-features-list {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .core-service-item {
        padding: 40px 20px;
    }

    .service-main-title {
        font-size: 26px;
    }

    .service-main-desc {
        font-size: 15px;
    }

    .visual-card {
        max-width: 320px;
    }

    .visual-icon {
        font-size: 80px;
    }

    .service-visual-parallax {
        max-width: 320px;
        min-height: 360px;
    }

    .parallax-screen .mockup-card,
    .parallax-screen .mobile-mockup {
        width: 180px !important;
        max-width: 180px !important;
    }

    .screen-left {
        margin-left: -40px;
    }

    .dash-stat-value {
        font-size: 13px;
    }

    .dash-chart-bars {
        height: 40px;
    }

    .dash-earning-amount {
        font-size: 12px;
    }

    .mobile-mockup {
        height: 320px !important;
    }

    .mobile-mockup.iphone-white {
        height: 340px !important;
        border-radius: 28px !important;
    }

    .parallax-screen .mobile-mockup.iphone-white {
        border-radius: 28px !important;
    }

    .iphone-dynamic-island {
        width: 60px;
        height: 16px;
    }

    .iphone-status-bar {
        padding: 4px 12px 0;
    }

    .iphone-time {
        font-size: 10px;
    }

    .ds-total-num {
        font-size: 20px;
    }

    .ds-graph-name {
        font-size: 9px;
    }

    .ds-graph-pct {
        font-size: 10px;
    }

    .ds-graph-bar {
        height: 5px;
    }

    .ds-satisfaction {
        padding: 8px 10px;
    }

    .ds-satisfaction-score {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .service-visual-parallax {
        max-width: min(100%, 288px) !important;
        min-height: 320px;
        overflow: hidden;
    }

    .parallax-scene {
        max-width: 100%;
    }

    .parallax-screen .mockup-card,
    .parallax-screen .mobile-mockup {
        width: 162px !important;
        max-width: 162px !important;
    }

    .screen-left {
        margin-left: -36px !important;
    }

    .mobile-mockup {
        height: 304px !important;
    }

    .mobile-mockup.iphone-white {
        height: 320px !important;
    }

    .service-visual.service-video-visual {
        flex: 0 1 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .cj-logo-above {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .video-wrapper {
        width: 100% !important;
        max-width: 100%;
    }
}

/* Process Section */
.process-section {
    padding: 120px 20px;
    background: #fff5f8;
    position: relative;
    margin: 20px;
    border-radius: 24px;
}

.process-section .section-title {
    font-size: clamp(40px, 7vw, 64px);
    font-weight: 800;
    line-height: 1.3;
    background: #FF007F;
    background-size: 500% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine 8s ease-in-out infinite;
}

.process-section .section-description {
    color: #64748b;
}

.process-section .section-badge {
    background: #FF007F;
    color: #ffffff;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-grid-4 {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 0;
    align-items: center;
}

@media (max-width: 1200px) {
    .process-grid-4 {
        grid-template-columns: 1fr auto 1fr;
    }

    .process-arrow:nth-child(4) {
        display: none;
    }
}

@media (max-width: 768px) {
    .process-grid-4 {
        grid-template-columns: 1fr;
    }

    .process-arrow {
        display: none;
    }
}

.process-card {
    text-align: center;
    padding: 0;
    position: relative;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.process-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
}

.process-arrow-inner {
    display: flex;
    align-items: center;
    gap: 0;
}

.process-arrow-line {
    width: 32px;
    height: 3px;
    background: rgba(255, 77, 166, 0.15);
    border-radius: 2px;
}

.process-arrow-chevron {
    width: 14px;
    height: 14px;
    border-top: 3.5px solid #FF4DA6;
    border-right: 3.5px solid #FF4DA6;
    transform: rotate(45deg);
    margin-left: -5px;
    animation: processArrowPulse 2s ease-in-out infinite;
}

@keyframes processArrowPulse {

    0%,
    100% {
        opacity: 0.4;
        filter: none;
    }

    50% {
        opacity: 1;
        filter: none;
    }
}

.process-mockup-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1.5px solid rgba(255, 77, 166, 0.2);
    box-shadow: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.process-mockup-card:hover {
    border-color: rgba(255, 77, 166, 0.4);
    box-shadow: none;
    transform: translateY(-4px);
}

.process-mockup-card .mockup-header {
    padding: 10px 14px;
    background: rgba(255, 77, 166, 0.04);
    border-bottom: 1px solid rgba(255, 77, 166, 0.1);
}

.process-mockup-card .mockup-title-bar {
    font-weight: 800;
    color: #FF007F;
    font-size: 11px;
    letter-spacing: 1px;
}

.process-mockup-body {
    padding: 24px 20px;
    text-align: center;
}

.process-mockup-icon {
    width: 52px;
    height: 52px;
    background: rgba(212, 0, 107, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.process-mockup-title {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.process-mockup-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.process-mockup-preview {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.process-mini-item {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #FFE5ED;
}

.process-mini-item:nth-child(2) {
    background: #fce4ec;
}

.process-mini-item:nth-child(3) {
    background: #e0f2f1;
}

.process-mockup-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    font-family: 'Poppins', monospace;
}

.process-mockup-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
}

.process-mockup-badge.green {
    background: rgba(5, 150, 105, 0.08);
    border: 1px solid rgba(5, 150, 105, 0.2);
    color: #059669;
}

.process-mockup-badge.green span {
    color: #059669;
}

.process-mockup-amount {
    font-size: 22px;
    font-weight: 800;
    color: #FF007F;
    letter-spacing: -0.5px;
}

/* System Features Section */
.system-features-section {
    padding: 100px 20px;
    background: #1a0a12;
    position: relative;
    overflow: hidden;
    margin: 20px;
    border-radius: 24px;
}

.system-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 0, 127, 0.3);
}

.system-features-header {
    text-align: center;
    margin-bottom: 80px;
}

.system-features-header .section-badge {
    background: rgba(255, 0, 127, 0.2);
    color: #FF4DA6;
}

.system-features-header .section-title {
    font-size: clamp(44px, 7.5vw, 70px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    background: #FF4DA6;
    background-size: 500% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine 8s ease-in-out infinite;
}

.system-features-header .section-description {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    line-height: 1.6;
}

.system-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .system-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .system-features-grid {
        grid-template-columns: 1fr;
    }
}

.system-feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 24px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(30px);
}

.system-feature-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.system-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.system-feature-card:hover .sys-mockup-card {
    border-color: rgba(255, 77, 166, 0.35) !important;
}

/* System Mockup Card */
.sys-mockup-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 0, 127, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sys-mockup-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 0, 127, 0.1);
}

.sys-mockup-body {
    padding: 24px 20px;
    text-align: center;
}

.sys-mockup-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 77, 166, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.sys-mockup-title {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.sys-mockup-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
    margin-bottom: 16px;
}

/* System Chart */
.sys-mockup-chart {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    height: 60px;
}

.sys-chart-bar {
    width: 20px;
    background: rgba(255, 77, 166, 0.25);
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
}

.sys-chart-bar.active {
    background: #FF007F;
}

/* System White Card (like service mockup-card) */
.sys-mockup-white {
    background: rgba(255, 0, 127, 0.06) !important;
    border: 1.5px solid rgba(255, 0, 127, 0.18) !important;
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.sys-header-white {
    background: rgba(255, 0, 127, 0.1) !important;
    border-bottom: 1px solid rgba(255, 0, 127, 0.15) !important;
}

.sys-white-title-bar {
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 170, 200, 0.7);
}

.sys-mockup-white .sys-mockup-title {
    color: #ffffff !important;
}

.sys-mockup-white .sys-mockup-desc {
    color: rgba(255, 255, 255, 0.6) !important;
}

.sys-white-icon {
    background: rgba(255, 0, 127, 0.12) !important;
}

.sys-white-label {
    text-align: center;
    margin-bottom: 24px;
}

.sys-white-label-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 77, 166, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.sys-white-label-title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.sys-white-label-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

.sys-white-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1.5px solid rgba(255, 0, 127, 0.2);
    border-radius: 12px;
    margin-bottom: 8px;
    background: rgba(255, 0, 127, 0.04);
    transition: all 0.2s ease;
}

.sys-white-item:first-child {
    border-color: rgba(255, 0, 127, 0.4);
    background: rgba(255, 0, 127, 0.08);
}

.sys-white-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    flex-shrink: 0;
    background: rgba(255, 0, 127, 0.15) !important;
}

.sys-white-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.sys-white-item-name {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.sys-white-item-status {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 170, 200, 0.7);
}

.sys-white-item-status.done {
    color: #4ade80;
}

.sys-white-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FF007F;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: none;
}

.sys-white-badge-row {
    margin-top: 8px;
}

.sys-white-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(74, 222, 128, 0.08);
    border: 1px solid rgba(74, 222, 128, 0.25);
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    color: #4ade80;
}

/* System Amount Box */
.sys-mockup-amount-box {
    background: rgba(255, 77, 166, 0.1);
    border: 1px solid rgba(255, 77, 166, 0.2);
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}

.sys-amount-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
}

.sys-amount-value {
    font-size: 20px;
    font-weight: 800;
    color: #FF4DA6;
    letter-spacing: -0.5px;
}

/* System Tags */
.sys-mockup-tags {
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}

.sys-tag {
    padding: 6px 14px;
    background: rgba(255, 77, 166, 0.12);
    border: 1px solid rgba(255, 77, 166, 0.2);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #FF4DA6;
}

/* System Inbox */
.sys-mockup-inbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sys-inbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
}

.sys-inbox-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.sys-inbox-dot.new {
    background: #FF4DA6;
    box-shadow: none;
}

/* System Link List */
.sys-mockup-link-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sys-link-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Poppins', monospace;
}

/* System Channels */
.sys-mockup-channels {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sys-channel-badge {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
}

/* Value Section */
.value-section {
    padding: 100px 20px;
    background: #ffffff;
    text-align: center;
}

.value-section .section-title {
    font-size: clamp(40px, 7vw, 64px);
    font-weight: 800;
    line-height: 1.3;
    background: #FF007F;
    background-size: 500% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine 8s ease-in-out infinite;
}

.value-card {
    max-width: 1500px;
    margin: 60px auto 0;
    background: #1a0a12;
    border-radius: 24px;
    padding: 70px 60px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: rgba(255, 77, 166, 0.2);
    pointer-events: none;
}

.value-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.value-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.value-desc {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

/* FAQ Section */
.inf-faq {
    padding: 120px 40px;
    background: #ffffff;
}

.inf-faq .section-header {
    max-width: 100%;
}

.inf-faq .section-title {
    font-size: clamp(40px, 7vw, 64px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -3px;
    background: #FF007F;
    background-size: 500% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine 8s ease-in-out infinite;
}

.inf-faq .faq-question {
    color: #1a0a12;
}

.inf-faq .faq-q-label {
    background: #FF007F;
}

.inf-faq .faq-item.active {
    border-color: rgba(255, 0, 127, 0.15);
}

.inf-faq .faq-item.active .faq-icon {
    color: #FF007F;
}

/* CTA Section */
.inf-cta {
    padding: 80px 20px 120px;
    background: #ffffff;
}

.cta-banner {
    max-width: 1100px;
    margin: 0 auto;
    background: #1a0a12;
    border-radius: 24px;
    padding: 60px 80px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.cta-banner .cta-bg-image {
    position: absolute;
    top: -10px;
    right: -15px;
    bottom: -10px;
    width: 42%;
    background: url('/static/images/image_4e10910d-52d5-4530-b7aa-0f141a8d3fc5.webp') right top / cover no-repeat;
    opacity: 0.45;
    mask-image: none;
    -webkit-mask-image: none;
    filter: brightness(0.7) saturate(0.5);
    z-index: 0;
    pointer-events: none;
}

.cta-banner .cta-bg-overlay {
    display: none;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: rgba(255, 77, 166, 0.2);
    pointer-events: none;
    z-index: 2;
}

.cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 3;
}

.inf-cta .cta-content {
    flex: 1;
    max-width: 600px;
    text-align: left;
}

.inf-cta .cta-title {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 24px;
    text-align: left;
}

.inf-cta .cta-description {
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    text-align: left;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

.inf-cta .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 36px;
    background: #FF007F;
    border-radius: 14px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.inf-cta .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: none;
}


.placeholder-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
    .cta-wrapper {
        flex-direction: column;
        text-align: left;
    }

    .inf-cta .cta-content {
        text-align: left;
        max-width: 100%;
    }

    .inf-cta .cta-title,
    .inf-cta .cta-description {
        text-align: left;
    }

    .cta-buttons {
        justify-content: flex-start;
    }

}

/* Footer Styles */
.landing-footer {
    margin: 20px;
    border-radius: 24px;
    overflow: hidden;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 60px;
    align-items: start;
}

.footer-brand {
    max-width: 320px;
}

.footer-logo {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    text-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-description {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.9;
    margin-top: 20px;
}

.footer-column h4 {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 1px;
    line-height: 1;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 16px;
}

.footer-links a {
    font-size: 17px;
    font-weight: 500;
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #FF4DA6;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 1200px;
    margin: 0 auto;
}

.footer-copyright {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 5px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: rgba(255, 77, 166, 0.3);
    transform: translateY(-3px);
}

.footer-social svg {
    width: 20px;
    height: 20px;
    fill: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: span 2;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: span 1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* Footer Business Info Styles */
.footer-business-info {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.footer-business-text {
    flex: 1;
}

.footer-business-text p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    margin: 0;
}

.footer-business-text span {
    display: inline-block;
    margin-right: 20px;
}

.footer-business-text span::after {
    content: '|';
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.2);
}

.footer-business-text span:last-child::after {
    display: none;
}

.footer-cj-logo {
    margin-top: 20px;
}

.footer-cj-logo img {
    max-width: 180px;
    height: auto;
    opacity: 0.5;
    filter: brightness(0) invert(1);
}

.footer-payment-badge {
    text-align: left;
    flex-shrink: 0;
    padding-top: 0;
    margin-left: -80px;
}

.footer-payment-badge p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    margin: 0 0 10px 0;
}

.footer-payment-badge .logo-wrapper {
    width: 260px;
    height: 36px;
    overflow: hidden;
    margin-left: 5px;
}

.footer-payment-badge img {
    display: block;
    width: 300px;
    max-width: none;
    height: auto;
    margin-top: -32px;
    margin-left: -30px;
}

@media (max-width: 768px) {
    .footer-business-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-business-text span {
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .footer-business-text span::after {
        display: none;
    }

    .footer-business-text p {
        margin-bottom: 12px;
    }

    .footer-payment-badge {
        margin-top: 20px;
        margin-left: 0;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .floating-ui {
        display: none;
    }

    .inf-hero.inf-hero--banner {
        padding: 120px 16px 0;
    }

    .hero-banner {
        border-radius: 20px;
    }

    .hero-banner-wrapper {
        padding: 60px 40px 50px !important;
    }

    .hero-phone-mockup {
        right: 60px;
        width: 240px;
        /* 좁은 화면에서도 기울기 유지 (translateY + perspective + rotate) */
        transform: translateY(-50%) perspective(2400px) rotateY(-16deg) rotateZ(7deg);
    }

    .inf-hero.inf-hero--banner .hero-title {
        font-size: clamp(36px, 6vw, 56px);
    }

    .inf-hero.inf-hero--banner .hero-description {
        font-size: clamp(18px, 2.5vw, 22px);
    }
}

@media (max-width: 768px) {
    .inf-hero.inf-hero--banner {
        padding: 90px 12px 0;
    }

    .hero-banner {
        border-radius: 16px;
    }

    .hero-phone-mockup {
        display: none;
    }

    .hero-banner-wrapper {
        padding: 48px 24px 40px !important;
    }

    .hero-banner-content {
        max-width: 100% !important;
    }

    .inf-hero.inf-hero--banner .hero-title {
        font-size: clamp(24px, 6vw, 36px);
    }

    .inf-hero.inf-hero--banner .hero-description {
        font-size: 15px;
    }

    .inf-hero.inf-hero--banner .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .inf-hero.inf-hero--banner .btn-primary,
    .inf-hero.inf-hero--banner .btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 16px 28px;
    }

    .inf-hero.inf-hero--banner .hero-buttons .hero-app-btn:first-of-type {
        margin-left: 0;
    }

    nav.top-nav {
        padding: 20px 24px !important;
    }

    nav.top-nav .nav-logo {
        font-size: 24px !important;
    }
}

/* ========== Nav Menu ========== */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 64px;
    margin-left: auto;
    margin-right: 40px;
}

.nav-menu-link {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #1a0a12;
    text-decoration: none;
    transition: color 0.3s ease;
    letter-spacing: -0.5px;
}

.nav-menu-link {
    position: relative;
}

.nav-menu-link+.nav-menu-link::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5px;
    height: 16px;
    background: rgba(0, 0, 0, 0.18);
}

.nav-menu-link:hover {
    color: #FF007F;
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
}

/* ========== Wordmark Logo Link ========== */
.nav-logo-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #1a0a12;
    text-decoration: none;
}

@media (max-width: 768px) {
    .nav-logo-wrapper {
        font-size: 24px !important;
    }
}

/* ========== Scroll to Top Button ========== */
.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #FF007F;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-to-top:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: none;
}

.scroll-to-top:active {
    transform: translateY(-2px) scale(1);
}

.scroll-to-top svg {
    width: 24px;
    height: 24px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.scroll-to-top:hover svg {
    transform: translateY(-2px);
}

/* Progress Ring */
.scroll-progress {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.6;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.scroll-to-top::before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    background: #FF007F;
    z-index: 1;
}

.scroll-to-top::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 3;
    pointer-events: none;
}

/* Pulse Animation */
@keyframes scrollPulse {

    0%,
    100% {
        box-shadow: none;
    }

    50% {
        box-shadow: none;
    }
}

.scroll-to-top.visible {
    animation: scrollPulse 3s ease-in-out infinite;
}

.scroll-to-top:hover {
    animation: none;
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 24px;
        right: 24px;
        width: 48px;
        height: 48px;
    }

    .scroll-to-top svg {
        width: 20px;
        height: 20px;
    }
}

/* ========== 고객센터 / 제휴문의 모달 ========== */
.inquiry-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.inquiry-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.inquiry-modal {
    background: #ffffff;
    border-radius: 20px;
    width: 90%;
    max-width: 640px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: none;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 0, 127, 0.3) transparent;
}

.inquiry-modal::-webkit-scrollbar {
    width: 5px;
}

.inquiry-modal::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 127, 0.3);
    border-radius: 3px;
}

.inquiry-modal-overlay.show .inquiry-modal {
    transform: translateY(0) scale(1);
}

.inquiry-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 32px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.inquiry-modal-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 10px;
}

.inquiry-modal-header h3 i {
    color: #FF007F;
    font-size: 22px;
}

.inquiry-modal-close {
    width: 36px;
    height: 36px;
    border: 1px solid var(--neutral-action, #6b7280);
    background: var(--neutral-action, #6b7280);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.inquiry-modal-close i {
    font-size: 16px;
    color: #fff;
}

.inquiry-modal-close:hover {
    background: var(--neutral-action-hover, #4b5563);
    border-color: var(--neutral-action-hover, #4b5563);
}

.inquiry-modal-close:hover i {
    color: #fff;
}

.inquiry-form {
    padding: 24px 32px 32px;
}

.inquiry-form-group {
    margin-bottom: 22px;
}

.inquiry-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.inquiry-form-group label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 6px;
}

.inquiry-form-group label .required {
    color: #FF007F;
}

.inquiry-form-group input,
.inquiry-form-group select,
.inquiry-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.2s ease;
}

.inquiry-form-group input:focus,
.inquiry-form-group select:focus,
.inquiry-form-group textarea:focus {
    outline: none;
    border-color: #FF007F;
    background: #fff;
    box-shadow: none;
}

.inquiry-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.inquiry-submit-btn {
    width: 100%;
    padding: 14px 24px;
    background: #FF007F;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.inquiry-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

/* 라디오 그룹 */
.inquiry-radio-group {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.inquiry-radio {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #334155;
    cursor: pointer;
    line-height: 1;
}

.inquiry-radio input[type="radio"] {
    appearance: auto;
    -webkit-appearance: auto;
    accent-color: #FF007F;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 0;
    flex-shrink: 0;
}

/* 개인정보 동의 */
.inquiry-privacy-agree {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.inquiry-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #334155;
}

.inquiry-checkbox input[type="checkbox"] {
    accent-color: #FF007F;
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0;
}

.inquiry-checkbox strong {
    color: #FF007F;
}

.inquiry-privacy-detail {
    margin-top: 8px;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.6;
}

.inquiry-privacy-detail a {
    color: #FF007F;
    text-decoration: underline;
}

/* Below-the-fold rendering optimization */
.trust-section,
.brand-slider-section,
.system-features-section,
.value-section,
.inf-cta,
.landing-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    .inf-hero .aurora-container,
    .inf-hero .nebula,
    .inf-hero .stars-container,
    .inf-hero .shooting-stars,
    .inf-hero .particles-container,
    .inf-hero .noise,
    .inf-hero .vignette {
        display: none !important;
    }

    .inf-hero .aurora,
    .inf-hero .nebula-1,
    .inf-hero .nebula-2,
    .inf-hero .nebula-3,
    .inf-hero .stars,
    .inf-hero .stars-2,
    .inf-hero .shooting-star,
    .inf-hero .hero-title .highlight,
    .floating-ui,
    .brand-track,
    .scroll-to-top.visible,
    .delivery-bars .bar-fill,
    .dashboard-bar-fill,
    .gauge-fill {
        animation: none !important;
    }

    .service-item,
    .system-card,
    .parallax-screen,
    .mock-cursor,
    .mock-cursor-touch,
    .mock-cursor-click,
    .inquiry-submit-btn {
        transition: none !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .brand-slider-container {
        animation: slideLeft 25s linear infinite !important;
        animation-duration: 25s !important;
        animation-iteration-count: infinite !important;
    }
}

/* Main landing footer parity */
.landing-footer {
    position: relative;
    z-index: 20;
    background: var(--landing-dark);
    color: var(--landing-white);
    padding: 80px 20px 40px;
    margin: 20px;
    border-radius: 24px;
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size: 680px;
}

.landing-footer::before {
    display: none;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 60px;
    align-items: start;
}

.footer-brand {
    max-width: 320px;
    --footer-wordmark-visual-inset: 0px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    line-height: 1;
    text-shadow: none;
}

.footer-logo .krewpick-mobile-wordmark {
    display: block;
    margin-left: -17px;
}

.footer-description {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.9;
    margin-top: 0;
    padding-left: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 28px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 1200px;
    margin: 0 auto;
}

.footer-business-info {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: block;
    justify-content: normal;
    align-items: normal;
    gap: normal;
}

.footer-business-text {
    flex: initial;
    max-width: 1200px;
    text-align: left;
}

.footer-business-text p {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.9;
    margin: 0;
    white-space: nowrap;
}

.footer-business-text p + p {
    margin-top: 4px;
}

.footer-business-text span {
    display: inline-block;
    margin-right: 14px;
}

.footer-business-text span::after {
    content: '|';
    margin-left: 14px;
    color: rgba(255, 255, 255, 0.2);
}

.footer-business-text span:last-child::after {
    display: none;
}

.footer-bottom-left {
    flex: 1 1 280px;
    min-width: 0;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.footer-legal-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-legal-links a:hover {
    border-color: rgba(255, 77, 166, 0.45);
    color: #ffffff;
    background: rgba(255, 77, 166, 0.12);
}

.footer-social {
    display: flex;
    gap: 12px;
    flex: 0 0 auto;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 50%;
    margin: 0 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: rgba(255, 77, 166, 0.3);
    transform: translateY(-3px);
}

.footer-social a svg {
    width: 20px;
    height: 20px;
    fill: rgba(255, 255, 255, 0.7);
    transition: fill 0.3s ease;
}

.footer-social a:hover svg {
    fill: #ffffff;
}

.footer-payment-badge {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 1 470px;
    min-width: 360px;
    margin-left: 0;
    padding-top: 0;
    text-align: right;
}

.footer-payment-badge p {
    flex: 1 1 auto;
    max-width: 310px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.55;
    margin: 0;
}

.footer-payment-badge .logo-wrapper {
    flex: 0 0 188px;
    width: 188px;
    height: 25px;
    overflow: visible;
    margin-left: 0;
}

.footer-payment-badge img {
    display: block;
    width: 188px;
    max-width: none;
    height: auto;
    margin: 0;
    opacity: 1;
    filter: contrast(1.08) saturate(1.04);
}

@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: span 2;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: span 1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-bottom-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-legal-links {
        justify-content: center;
    }

    .footer-business-info {
        text-align: left;
    }

    .footer-business-text p {
        display: block;
        white-space: normal;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .footer-business-text span {
        display: block;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .footer-business-text span::after {
        display: none;
    }

    .footer-payment-badge {
        flex-direction: column;
        align-items: center;
        flex: 0 1 auto;
        min-width: 0;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }

    .footer-payment-badge p {
        max-width: 360px;
    }

    .footer-payment-badge .logo-wrapper {
        flex: 0 0 auto;
    }
}

/* ========== 2026 Influencer Landing Refresh ========== */
.inf-hero.inf-hero--banner .hero-banner {
    background:
        linear-gradient(112deg, rgba(96, 31, 60, 0.96) 0%, rgba(142, 42, 88, 0.93) 34%, rgba(218, 65, 128, 0.9) 68%, rgba(255, 132, 148, 0.88) 100%),
        linear-gradient(28deg, #73264a 0%, #ff168a 55%, #2dd4bf 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.inf-hero.inf-hero--banner .hero-banner::before {
    inset: 0;
    width: auto;
    height: auto;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(76deg, rgba(20, 184, 166, 0) 0%, rgba(45, 212, 191, 0.13) 54%, rgba(255, 255, 255, 0.1) 100%);
    opacity: 0.9;
    z-index: 1;
}

.inf-hero.inf-hero--banner .hero-banner::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(0deg, rgba(78, 25, 48, 0.22) 0%, rgba(78, 25, 48, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.inf-hero.inf-hero--banner .hero-banner-wrapper {
    z-index: 5;
    padding-right: clamp(360px, 38vw, 560px);
}

.inf-hero.inf-hero--banner .hero-phone-visual {
    position: absolute;
    top: 50%;
    right: clamp(12px, 4.7vw, 84px);
    z-index: 4;
    width: clamp(320px, 31vw, 500px);
    transform: translateY(-48%);
    pointer-events: none;
    opacity: 0.68;
    -webkit-mask-image: none;
    mask-image: none;
    filter: brightness(0.84) saturate(0.72) contrast(0.92);
}

.inf-hero.inf-hero--banner .hero-phone-visual picture,
.inf-hero.inf-hero--banner .hero-phone-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.inf-hero.inf-hero--banner .hero-phone-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(52, 20, 38, 0.46), rgba(165, 68, 120, 0.34) 52%, rgba(52, 20, 38, 0.36));
    -webkit-mask: url('/static/images/landing-phone-creator-product.webp') center / contain no-repeat;
    mask: url('/static/images/landing-phone-creator-product.webp') center / contain no-repeat;
    mix-blend-mode: multiply;
    opacity: 0.52;
    pointer-events: none;
}

.inf-hero.inf-hero--banner .hero-title .highlight {
    background: linear-gradient(90deg, #ffffff 0%, #ffd7e9 40%, #8ff5e8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 10px 28px rgba(255, 0, 127, 0.18));
}

.inf-hero.inf-hero--banner .hero-description {
    color: rgba(255, 255, 255, 0.92);
}

.inf-hero.inf-hero--banner .hero-product-visual {
    position: absolute;
    top: 50%;
    right: clamp(30px, 5.4vw, 82px);
    width: clamp(360px, 34vw, 505px);
    aspect-ratio: 1;
    transform: translateY(-48%);
    z-index: 4;
    pointer-events: none;
    filter:
        brightness(0.82)
        saturate(0.9)
        contrast(1.08)
        drop-shadow(0 28px 42px rgba(15, 23, 42, 0.34))
        drop-shadow(0 8px 20px rgba(26, 10, 18, 0.24));
}

.inf-hero.inf-hero--banner .hero-product-visual::before {
    content: '';
    position: absolute;
    left: 14%;
    right: 10%;
    bottom: 8%;
    height: 18%;
    border-radius: 50%;
    background: rgba(12, 8, 13, 0.46);
    filter: blur(22px);
    transform: skewX(-10deg);
    z-index: 0;
}

.inf-hero.inf-hero--banner .hero-product-visual picture,
.inf-hero.inf-hero--banner .hero-product-visual img {
    display: block;
    width: 100%;
    height: 100%;
}

.inf-hero.inf-hero--banner .hero-product-visual img {
    position: relative;
    z-index: 1;
    object-fit: contain;
    border-radius: 0;
    -webkit-mask-image: radial-gradient(ellipse 78% 72% at 62% 58%, #000 0%, #000 58%, rgba(0, 0, 0, 0.76) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 78% 72% at 62% 58%, #000 0%, #000 58%, rgba(0, 0, 0, 0.76) 72%, transparent 100%);
}

.inf-hero.inf-hero--banner .hero-phone-mockup[hidden] {
    display: none !important;
}

.inf-hero.inf-hero--banner .hero-phone-mockup {
    z-index: 4;
    filter:
        drop-shadow(18px 24px 20px rgba(17, 24, 39, 0.26))
        drop-shadow(0 6px 12px rgba(255, 255, 255, 0.08));
}

.inf-hero.inf-hero--banner .hero-phone-mockup::before {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), rgba(255, 0, 127, 0.22), rgba(20, 184, 166, 0.14));
    opacity: 0.86;
}

.inf-hero.inf-hero--banner .btn-primary,
.inf-hero.inf-hero--banner .hero-app-btn {
    box-shadow: 0 14px 34px rgba(26, 10, 18, 0.24);
}

.inf-hero.inf-hero--banner .btn-secondary {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
}

.core-service-item:nth-child(6) .service-item-inner,
.core-service-item:nth-child(7) .service-item-inner {
    align-items: center;
    gap: clamp(64px, 6vw, 96px);
}

.core-service-item:nth-child(6) .service-visual-parallax {
    flex: 0 0 640px !important;
    width: 640px !important;
    min-height: 560px;
}

.core-service-item:nth-child(6) .parallax-scene {
    min-height: 560px;
}

.core-service-item:nth-child(6) .screen-left {
    margin-left: 0;
    margin-right: -42px;
}

.core-service-item:nth-child(6) .screen-right {
    transform: perspective(2000px) rotateY(5deg) rotateX(-1deg) translateY(10px);
}

.core-service-item:nth-child(6) #deliveryStatsMockup {
    border-color: rgba(255, 0, 127, 0.16);
    background: #ffffff;
}

.core-service-item:nth-child(6) .delivery-dashboard-panel {
    padding: 14px;
    border: 1px solid rgba(255, 0, 127, 0.08);
    background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}

.core-service-item:nth-child(6) .delivery-satisfaction-row {
    margin-top: 12px;
    border: 1px solid rgba(5, 150, 105, 0.12);
    background: linear-gradient(180deg, #f1fbf6 0%, #ffffff 100%);
}

.core-service-item:nth-child(7) .service-item-inner {
    flex-direction: row;
}

.core-service-item:nth-child(7) .service-video-visual {
    flex: 0 0 560px !important;
    width: 560px !important;
    padding: 28px;
    border: 1px solid rgba(255, 0, 127, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(135deg, #ffffff 0%, #fff3f8 52%, #eafbf8 100%);
}

.core-service-item:nth-child(7) .cj-logo-above {
    margin-bottom: 18px;
    padding: 13px 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.84);
}

.core-service-item:nth-child(7) .cj-logo-above img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 42px;
    margin: 0 auto;
    opacity: 1;
}

.core-service-item:nth-child(7) .video-wrapper {
    border: 0;
    border-radius: 18px;
    background: #0f172a;
}

.system-features-section {
    background:
        linear-gradient(180deg, #fff9fc 0%, #f1fffb 58%, #ffffff 100%);
    border: 1px solid rgba(255, 0, 127, 0.12);
}

.system-features-section::before {
    inset: 0;
    height: auto;
    background:
        linear-gradient(135deg, rgba(255, 0, 127, 0.07) 0%, rgba(255, 0, 127, 0) 44%),
        linear-gradient(48deg, rgba(20, 184, 166, 0) 0%, rgba(20, 184, 166, 0.1) 100%);
    pointer-events: none;
}

.system-features-header,
.system-features-grid {
    position: relative;
    z-index: 1;
}

.system-features-header .section-badge {
    background: #ffffff;
    border: 1px solid rgba(255, 0, 127, 0.16);
    color: #FF007F;
}

.system-features-header .section-title {
    color: #1a0a12;
    background: none;
    -webkit-text-fill-color: currentColor;
    animation: none;
}

.system-features-header .section-description {
    color: #64748b;
}

.system-feature-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 0, 127, 0.14);
    border-radius: 18px;
}

.system-feature-card:hover {
    border-color: rgba(255, 0, 127, 0.28);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.system-feature-card:hover .sys-mockup-card {
    border-color: rgba(255, 0, 127, 0.24) !important;
}

.sys-mockup-white {
    background: #ffffff !important;
    border-color: rgba(255, 0, 127, 0.13) !important;
    backdrop-filter: none;
}

.sys-header-white {
    background: #fff2f8 !important;
    border-bottom-color: rgba(255, 0, 127, 0.12) !important;
}

.sys-white-title-bar {
    color: #be185d;
}

.sys-white-label-icon,
.sys-white-icon {
    background: #fff2f8 !important;
}

.sys-white-label-title,
.sys-mockup-white .sys-mockup-title,
.sys-white-item-name {
    color: #1a0a12 !important;
}

.sys-white-label-desc,
.sys-mockup-white .sys-mockup-desc,
.sys-white-item-status,
.sys-amount-label {
    color: #64748b !important;
}

.sys-white-item {
    border-color: rgba(255, 0, 127, 0.12);
    background: #ffffff;
}

.sys-white-item:first-child {
    border-color: rgba(255, 0, 127, 0.24);
    background: #fff7fb;
}

.sys-white-item-status.done,
.sys-white-badge {
    color: #059669 !important;
}

.sys-white-badge {
    background: #eefbf4;
    border-color: rgba(5, 150, 105, 0.16);
}

.sys-mockup-amount-box,
.sys-inbox-item,
.sys-link-item,
.sys-channel-badge {
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
    color: #475569;
}

.sys-tag {
    background: #fff2f8;
    border-color: rgba(255, 0, 127, 0.14);
    color: #FF007F;
}

.value-section {
    background: linear-gradient(180deg, #ffffff 0%, #fff8fc 52%, #f3fffb 100%);
}

.value-card {
    background:
        linear-gradient(118deg, #ffffff 0%, #fff1f8 48%, #e9fbf8 100%);
    border: 1px solid rgba(255, 0, 127, 0.14);
}

.value-card::before {
    inset: 0;
    width: auto;
    height: auto;
    background:
        linear-gradient(90deg, rgba(255, 0, 127, 0.1) 0%, rgba(255, 0, 127, 0) 42%),
        linear-gradient(135deg, rgba(20, 184, 166, 0) 0%, rgba(20, 184, 166, 0.14) 100%);
    z-index: 0;
}

.value-badge,
.value-title,
.value-desc {
    position: relative;
    z-index: 1;
}

.value-badge {
    background: #FF007F;
    color: #ffffff;
}

.value-title {
    color: #1a0a12;
}

.value-desc {
    color: #475569;
}

.inf-cta {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.cta-banner {
    max-width: 1180px;
    background:
        linear-gradient(120deg, rgba(14, 31, 44, 0.98) 0%, rgba(16, 84, 93, 0.94) 43%, rgba(255, 77, 166, 0.9) 100%),
        linear-gradient(26deg, #0f172a 0%, #14b8a6 48%, #FF007F 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-banner .cta-bg-image {
    right: 0;
    width: 48%;
    opacity: 0.34;
    filter: brightness(0.82) saturate(0.74);
    mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
}

.cta-banner .cta-bg-overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.32) 46%, rgba(15, 23, 42, 0.08) 100%);
    z-index: 1;
    pointer-events: none;
}

.cta-banner::before {
    inset: 0;
    width: auto;
    height: auto;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 36%),
        linear-gradient(74deg, rgba(20, 184, 166, 0) 0%, rgba(20, 184, 166, 0.14) 100%);
    z-index: 2;
}

.cta-wrapper {
    z-index: 3;
}

.inf-cta .cta-button {
    background: #ffffff;
    color: #FF007F;
}

@media (max-width: 1180px) {
    .inf-hero.inf-hero--banner .hero-phone-mockup {
        right: 76px;
        width: 205px;
    }

    .inf-hero.inf-hero--banner .hero-banner-wrapper {
        padding-right: min(36vw, 390px);
    }

    .inf-hero.inf-hero--banner .hero-phone-visual {
        right: -42px;
        width: clamp(260px, 36vw, 360px);
        opacity: 0.42;
    }

    .inf-hero.inf-hero--banner .hero-product-visual {
        right: 34px;
        width: min(42vw, 430px);
        opacity: 0.9;
    }

    .core-service-item:nth-child(6) .service-visual-parallax {
        flex-basis: 560px !important;
        width: 560px !important;
    }

    .core-service-item:nth-child(7) .service-video-visual {
        flex-basis: 500px !important;
        width: 500px !important;
    }
}

@media (max-width: 1024px) {
    .core-service-item:nth-child(6) .service-item-inner,
    .core-service-item:nth-child(7) .service-item-inner {
        flex-direction: column !important;
        gap: 42px;
    }

    .core-service-item:nth-child(6) .service-visual-parallax {
        flex: 0 0 auto !important;
        width: min(100%, 560px) !important;
        max-width: 560px;
        min-height: 500px;
    }

    .core-service-item:nth-child(6) .parallax-scene {
        min-height: 500px;
    }

    .core-service-item:nth-child(7) .service-video-visual {
        flex: 0 1 auto !important;
        width: min(100%, 620px) !important;
    }

    .inf-hero.inf-hero--banner .hero-product-visual {
        right: 18px;
        width: min(38vw, 340px);
        opacity: 0.72;
    }

    .inf-hero.inf-hero--banner .hero-banner-wrapper {
        padding-right: min(36vw, 340px) !important;
    }

    .inf-hero.inf-hero--banner .hero-phone-visual {
        right: -42px;
        width: clamp(260px, 36vw, 340px);
        opacity: 0.4;
    }

    .cta-banner {
        padding: 56px 48px;
    }
}

@media (max-width: 768px) {
    .inf-hero.inf-hero--banner .hero-banner {
        background:
            linear-gradient(142deg, rgba(96, 31, 60, 0.95) 0%, rgba(202, 58, 120, 0.92) 62%, rgba(45, 212, 191, 0.68) 100%),
            #73264a;
    }

    .inf-hero.inf-hero--banner .hero-banner-wrapper {
        padding: 48px 24px 40px !important;
    }

    .inf-hero.inf-hero--banner .hero-product-visual {
        display: none;
    }

    .inf-hero.inf-hero--banner .hero-phone-visual {
        display: none;
    }

    .system-features-section {
        margin: 12px;
        padding: 72px 16px;
    }

    .system-feature-card {
        border-radius: 16px;
    }

    .value-card,
    .cta-banner {
        padding: 44px 24px;
        border-radius: 18px;
    }

    .cta-banner .cta-bg-image {
        width: 72%;
        opacity: 0.16;
    }

    .cta-banner .cta-bg-overlay {
        background: rgba(15, 23, 42, 0.58);
    }

    .core-service-item:nth-child(6) .service-visual-parallax {
        min-height: 380px;
    }

    .core-service-item:nth-child(6) .parallax-scene {
        min-height: 380px;
    }

    .core-service-item:nth-child(6) .screen-left {
        margin-left: -34px;
        margin-right: 0;
    }

    .core-service-item:nth-child(7) .service-video-visual {
        padding: 18px;
        border-radius: 18px;
    }

    .core-service-item:nth-child(7) .cj-logo-above img {
        max-height: 36px;
    }
}

/* Brand landing banner parity */
.trust-banner,
.value-card {
    background: linear-gradient(135deg,
            #1a0a12 0%,
            #3d1428 30%,
            #5a1e3d 50%,
            #3d1428 70%,
            #1a0a12 100%);
    box-shadow: 0 10px 30px -10px rgba(212, 0, 107, 0.35);
}

.trust-banner::before,
.value-card::before {
    top: -50%;
    right: -20%;
    bottom: auto;
    left: auto;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 77, 166, 0.2) 0%, rgba(212, 0, 107, 0.08) 40%, transparent 70%);
}

.trust-banner::after {
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 77, 166, 0.15) 0%, transparent 70%);
}

.trust-item:not(:last-child)::after {
    background: linear-gradient(180deg,
            transparent 0%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 100%);
}

.value-section {
    background: #ffffff;
}

.value-section .section-title {
    background: linear-gradient(135deg,
            #FF007F 0%,
            #FF007F 25%,
            #FF4DA6 50%,
            #FF007F 75%,
            #FF007F 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease infinite;
}

.value-card {
    border: 0;
}

.value-badge {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.value-title {
    color: #ffffff;
}

.value-desc {
    color: rgba(255, 255, 255, 0.85);
}

.inf-cta {
    background: #ffffff;
}

.cta-banner {
    max-width: 1100px;
    background: linear-gradient(135deg,
            #1a0a12 0%,
            #3d1428 30%,
            #5a1e3d 50%,
            #3d1428 70%,
            #1a0a12 100%);
    border: 0;
    box-shadow: 0 10px 30px -10px rgba(212, 0, 107, 0.35);
}

.cta-banner .cta-bg-image {
    top: -10px;
    right: -15px;
    bottom: -10px;
    width: 42%;
    opacity: 0.45;
    filter: brightness(0.7) saturate(0.5);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 1) 100%);
}

.cta-banner .cta-bg-overlay {
    display: none;
}

.cta-banner::before {
    top: -50%;
    right: -20%;
    bottom: auto;
    left: auto;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 77, 166, 0.2) 0%, rgba(212, 0, 107, 0.08) 40%, transparent 70%);
    z-index: 2;
}

.inf-cta .cta-button {
    background: #FF007F;
    color: #ffffff;
}

.core-service-item:nth-child(7) .service-video-visual {
    max-width: 700px;
    flex: 0 0 520px !important;
    width: 520px !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.core-service-item:nth-child(7) .cj-logo-above {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.core-service-item:nth-child(7) .cj-logo-above img {
    display: inline;
    width: auto;
    max-width: none;
    height: 48px;
    max-height: none;
    margin: 0;
    object-fit: contain;
    opacity: 0.85;
}

.core-service-item:nth-child(7) .video-wrapper {
    border: 1px solid rgba(255, 0, 127, 0.15);
    border-radius: 20px;
    background: rgba(255, 0, 127, 0.08);
    box-shadow: none;
}

@media (max-width: 1024px) {
    .value-card {
        padding: 70px 60px;
    }

    .core-service-item:nth-child(7) .service-video-visual {
        flex: 0 1 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .core-service-item:nth-child(7) .video-wrapper {
        border-radius: 16px;
    }

    .cta-banner {
        padding: 60px 80px;
    }
}

@media (max-width: 768px) {
    .cta-banner .cta-bg-image {
        right: -15px;
        width: 42%;
        opacity: 0.45;
    }

    .core-service-item:nth-child(7) .service-video-visual {
        padding: 0;
        border-radius: 0;
    }

    .core-service-item:nth-child(7) .cj-logo-above img {
        height: 48px;
        max-height: none;
    }
}

/* Mobile landing spacing refinement */
@media (max-width: 768px) {
    body.landing-page nav.top-nav {
        padding: 10px 14px !important;
        min-height: 58px;
    }

    body.landing-page nav.top-nav .krewpick-mobile-wordmark {
        width: clamp(128px, 36vw, 148px) !important;
        max-width: 38vw !important;
    }

    body.landing-page .lang-toggle {
        min-height: 42px;
        padding: 7px 10px !important;
        border-radius: 12px !important;
    }

    body.landing-page .lang-current-flag {
        width: 28px;
        height: 18px;
    }

    body.landing-page .nav-login {
        min-height: 42px;
        padding: 10px 14px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
    }

    .inf-hero.inf-hero--banner {
        padding: 76px 12px 0;
    }

    .inf-hero.inf-hero--banner .hero-banner {
        border-radius: 18px;
    }

    .inf-hero.inf-hero--banner .hero-banner-wrapper {
        padding: 34px 24px 30px !important;
    }

    .inf-hero.inf-hero--banner .hero-banner-content {
        max-width: 100% !important;
    }

    .inf-hero.inf-hero--banner .hero-title {
        font-size: clamp(27px, 7.4vw, 34px);
        line-height: 1.25;
        letter-spacing: -1px;
        margin-bottom: 16px;
    }

    .inf-hero.inf-hero--banner .hero-description {
        font-size: 15px;
        line-height: 1.58;
        margin-bottom: 24px;
    }

    .inf-hero.inf-hero--banner .hero-buttons {
        gap: 10px;
        align-items: center;
    }

    .hero-app-btn {
        min-height: 54px;
        padding: 10px 16px;
        border-radius: 16px;
    }

    .hero-app-btn__text strong {
        font-size: 20px;
        line-height: 1.05;
    }

    .trust-section {
        padding: 32px 14px;
    }

    .trust-banner {
        padding: 30px 20px;
        border-radius: 18px;
    }

    .trust-header {
        margin-bottom: 26px;
    }

    .trust-title {
        padding: 0;
        font-size: 20px;
        line-height: 1.45;
    }

    .trust-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 14px;
    }

    .trust-item {
        padding: 0;
        min-width: 0;
    }

    .trust-number {
        font-size: 30px;
        line-height: 1.05;
        margin-bottom: 6px;
    }

    .trust-label {
        font-size: 13px;
        line-height: 1.35;
    }

    .brand-slider-section {
        padding: 14px 0 38px;
    }

    .brand-slider-section::before,
    .brand-slider-section::after {
        width: 44px;
    }

    .brand-logo-item {
        height: 58px;
        min-width: 132px;
        margin: 0 6px;
        padding: 0 22px;
        border-radius: 14px;
    }

    .brand-logo-item .logo-text {
        font-size: 18px;
        letter-spacing: 0.6px;
    }

    .core-services-section,
    .process-section,
    .system-features-section {
        margin: 12px;
        border-radius: 18px;
    }

    .core-services-header,
    .system-features-header,
    .section-header {
        padding: 42px 18px 20px;
        margin-bottom: 26px;
    }

    .section-badge {
        padding: 7px 16px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .section-title,
    .core-services-header .section-title,
    .process-section .section-title,
    .system-features-header .section-title,
    .value-section .section-title,
    .inf-faq .section-title {
        font-size: clamp(28px, 8.8vw, 34px);
        line-height: 1.22;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }

    .section-description,
    .process-section .section-description,
    .system-features-header .section-description {
        max-width: 290px;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.55;
    }

    .core-service-item {
        padding: 30px 12px;
    }

    .service-item-inner {
        gap: 18px !important;
        padding: 0 8px;
    }

    .service-text-content {
        width: 100%;
        min-width: 0;
        max-width: none;
        text-align: center;
    }

    .service-badge-label {
        margin-bottom: 14px;
        padding: 5px 14px;
        font-size: 12px;
    }

    .service-main-title {
        font-size: 24px;
        line-height: 1.32;
        letter-spacing: -0.5px;
        margin-bottom: 12px;
    }

    .service-main-desc {
        font-size: 15px;
        line-height: 1.58;
        margin-bottom: 18px;
    }

    .service-features-list {
        gap: 10px;
        text-align: left;
    }

    .service-features-list li strong {
        font-size: 15px;
    }

    .service-features-list li span {
        font-size: 13.5px;
        line-height: 1.55;
    }

    .service-visual,
    .service-video-visual,
    .service-visual-parallax,
    .core-service-item:nth-child(even) .service-visual-parallax,
    .core-service-item:nth-child(6) .service-visual-parallax,
    .core-service-item:nth-child(7) .service-video-visual {
        flex: 0 1 auto !important;
        width: 100% !important;
        max-width: 282px !important;
        min-height: 260px !important;
        margin: 0 auto;
    }

    .parallax-screen .mockup-card {
        width: 142px !important;
        max-width: 142px !important;
    }

    .screen-left,
    .core-service-item:nth-child(even) .screen-left,
    .core-service-item:nth-child(6) .screen-left {
        margin-left: -28px !important;
        margin-right: 0 !important;
    }

    .process-section {
        padding: 52px 16px;
    }

    .process-grid,
    .process-grid-4 {
        gap: 18px;
    }

    .process-card {
        padding: 0 4px;
    }

    .system-features-section {
        padding: 52px 14px;
    }

    .system-features-grid {
        gap: 14px;
    }

    .system-feature-card {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .value-section {
        padding: 52px 14px;
    }

    .value-card {
        padding: 34px 22px;
        border-radius: 18px;
    }

    .inf-faq {
        padding: 52px 14px;
    }

    .faq-container {
        width: 100%;
    }

    .faq-question {
        padding: 16px;
        gap: 10px;
        font-size: 15px;
        line-height: 1.45;
    }

    .faq-answer-content {
        margin-left: 16px;
        margin-right: 16px;
        padding: 16px 0 18px;
        font-size: 14px;
        line-height: 1.65;
    }

    .inf-cta {
        padding: 44px 14px 56px;
    }

    .cta-banner {
        padding: 34px 22px;
        border-radius: 18px;
    }

    .cta-wrapper {
        gap: 20px;
        padding: 0;
    }

    .inf-cta .cta-title {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 14px;
    }

    .inf-cta .cta-description {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    .inf-cta .cta-button {
        width: 100%;
        min-height: 52px;
        justify-content: center;
        padding: 14px 18px;
        border-radius: 14px;
        font-size: 15px;
    }

    .landing-footer {
        margin: 12px;
        padding: 52px 20px 30px;
        border-radius: 18px;
    }

    .footer-content {
        gap: 24px;
        margin-bottom: 32px;
    }

    .footer-logo {
        margin-bottom: 14px;
    }

    .footer-description {
        font-size: 15px;
        line-height: 1.65;
    }

    .footer-column h4 {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        font-size: 15px;
    }

    .footer-business-info,
    .footer-bottom {
        padding-top: 24px;
    }
}

@media (max-width: 420px) {
    .inf-hero.inf-hero--banner {
        padding-top: 68px;
    }

    .trust-container {
        gap: 22px 12px;
    }
}

@media (max-width: 768px) {
    .hero-title,
    .hero-description,
    .trust-title,
    .section-title,
    .section-description,
    .service-main-title,
    .service-main-desc,
    .service-features-list li,
    .inf-cta .cta-title,
    .inf-cta .cta-description,
    .faq-question {
        word-break: keep-all;
        overflow-wrap: normal;
    }
}

/* Landing text polish: stabilize wordmark, Korean title spacing, and dense mobile mockups. */
body.landing-page nav.top-nav .nav-logo-wrapper,
body.landing-page .footer-logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

body.landing-page nav.top-nav .nav-logo-wrapper .krewpick-mobile-wordmark,
body.landing-page .footer-logo .krewpick-mobile-wordmark {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.landing-page nav.top-nav .nav-logo-wrapper::before,
body.landing-page .footer-logo::before {
    content: "Krewpick.";
    display: block;
    color: #FF007F;
    font-family: "Arial Rounded MT Bold", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.landing-page .footer-logo::before {
    font-size: 34px;
}

body.landing-page .footer-description {
    padding-left: 0 !important;
}

body.landing-page .inf-hero.inf-hero--banner .hero-title,
body.landing-page .inf-hero.inf-hero--banner .hero-title .highlight,
body.landing-page .section-title,
body.landing-page .core-services-header .section-title,
body.landing-page .process-section .section-title,
body.landing-page .system-features-header .section-title,
body.landing-page .value-section .section-title,
body.landing-page .inf-faq .section-title,
body.landing-page .service-main-title,
body.landing-page .trust-title,
body.landing-page .cta-title,
body.landing-page .process-mockup-title,
body.landing-page .sys-white-label-title,
body.landing-page .sys-mockup-title,
body.landing-page .mockup-title-bar,
body.landing-page .mockup-url-link {
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.landing-page .mockup-product-info,
body.landing-page .sys-white-item-info,
body.landing-page .dash-stat-card,
body.landing-page .mockup-metric-card {
    min-width: 0;
}

body.landing-page .mockup-product-name,
body.landing-page .mockup-product-price,
body.landing-page .sys-white-item-name,
body.landing-page .sys-white-item-meta,
body.landing-page .dash-stat-label,
body.landing-page .dash-stat-value,
body.landing-page .dash-stat-change,
body.landing-page .mockup-revenue-amount,
body.landing-page .mockup-url-link,
body.landing-page .mockup-metric-card span,
body.landing-page .mockup-metric-card strong {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.landing-page .mockup-url-link {
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.landing-page .mockup-meta-pills span {
    font-size: 10.25px !important;
    line-height: 1.3 !important;
}

body.landing-page .dash-bar span {
    bottom: -20px !important;
}

body.landing-page .dash-bar span,
body.landing-page .delivery-badge {
    font-size: 10px !important;
    line-height: 1.25 !important;
}

@media (max-width: 768px) {
    body.landing-page nav.top-nav .nav-logo-wrapper::before {
        font-size: clamp(28px, 8.2vw, 32px);
    }

    body.landing-page .footer-logo::before {
        font-size: 30px;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-title,
    body.landing-page .section-title,
    body.landing-page .core-services-header .section-title,
    body.landing-page .process-section .section-title,
    body.landing-page .system-features-header .section-title,
    body.landing-page .value-section .section-title,
    body.landing-page .inf-faq .section-title {
        line-height: 1.32 !important;
    }

    body.landing-page .service-main-title {
        line-height: 1.38 !important;
    }

    body.landing-page .trust-number {
        min-width: 0;
        overflow: visible;
        font-size: clamp(26px, 7.2vw, 30px) !important;
        line-height: 1.12 !important;
        font-variant-numeric: tabular-nums;
    }

    body.landing-page .parallax-screen .mockup-product-name,
    body.landing-page .groupbuy-card .mockup-product-name,
    body.landing-page .mockup-product-name {
        font-size: 11.5px !important;
        line-height: 1.35 !important;
    }

    body.landing-page .parallax-screen .mockup-product-price,
    body.landing-page .groupbuy-card .mockup-product-price,
    body.landing-page .mockup-product-price {
        font-size: 10.5px !important;
        line-height: 1.35 !important;
    }

    body.landing-page .dash-stat-label,
    body.landing-page .dash-stat-change,
    body.landing-page .mockup-metric-card span,
    body.landing-page .dash-earning-label,
    body.landing-page .dash-earning-sub {
        font-size: 11px !important;
        line-height: 1.28 !important;
    }

    body.landing-page .mockup-revenue-amount,
    body.landing-page .dash-stat-value,
    body.landing-page .mockup-metric-card strong {
        line-height: 1.18 !important;
        white-space: nowrap;
    }

    body.landing-page .mockup-url-link {
        font-size: 11.5px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    body.landing-page .mockup-meta-pills {
        gap: 3px;
        flex-wrap: wrap;
    }

    body.landing-page .ds-graph-name {
        font-size: 10px !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 340px) {
    body.landing-page .mockup-product-name {
        font-size: 11px !important;
    }
}

@keyframes landingMockupMobileRoll {
    0%,
    42% {
        transform: translate3d(0, 0, 0);
    }

    50%,
    92% {
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 768px) {
    body.landing-page .inf-hero.inf-hero--banner .hero-buttons {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        justify-content: center !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 336px !important;
        margin: 0 auto !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-buttons .hero-app-btn:first-of-type {
        margin-left: 0 !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        min-height: 50px !important;
        height: 50px !important;
        padding: 8px 9px !important;
        gap: 7px !important;
        border-radius: 14px !important;
        justify-content: center !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn__icon {
        width: 22px !important;
        height: 22px !important;
        flex: 0 0 22px !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn__text {
        min-width: 0 !important;
        gap: 1px !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn__text small {
        font-size: 8px !important;
        line-height: 1.05 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn__text strong {
        font-size: 15px !important;
        line-height: 1.08 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
    }

    body.landing-page .service-visual-parallax,
    body.landing-page .core-service-item:nth-child(even) .service-visual-parallax,
    body.landing-page .core-service-item:nth-child(6) .service-visual-parallax {
        flex: 0 0 auto !important;
        width: min(100%, 322px) !important;
        max-width: 322px !important;
        min-height: clamp(360px, 98vw, 392px) !important;
        height: clamp(360px, 98vw, 392px) !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        background: transparent !important;
    }

    body.landing-page .service-visual-parallax .parallax-scene,
    body.landing-page .core-service-item:nth-child(even) .service-visual-parallax .parallax-scene,
    body.landing-page .core-service-item:nth-child(6) .service-visual-parallax .parallax-scene {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        width: 200% !important;
        min-width: 200% !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        animation: landingMockupMobileRoll 7.2s ease-in-out infinite !important;
        will-change: transform;
    }

    body.landing-page .service-visual-parallax .parallax-screen,
    body.landing-page .core-service-item:nth-child(even) .service-visual-parallax .parallax-screen,
    body.landing-page .core-service-item:nth-child(6) .service-visual-parallax .parallax-screen {
        position: relative !important;
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        background: transparent !important;
    }

    body.landing-page .service-visual-parallax .screen-left,
    body.landing-page .service-visual-parallax .screen-right,
    body.landing-page .core-service-item:nth-child(even) .service-visual-parallax .screen-left,
    body.landing-page .core-service-item:nth-child(even) .service-visual-parallax .screen-right,
    body.landing-page .core-service-item:nth-child(6) .service-visual-parallax .screen-left,
    body.landing-page .core-service-item:nth-child(6) .service-visual-parallax .screen-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
    }

    body.landing-page .service-visual-parallax .parallax-screen .mockup-card,
    body.landing-page .service-visual-parallax .parallax-screen .mobile-mockup {
        width: clamp(244px, 78vw, 292px) !important;
        max-width: 292px !important;
        min-width: 0 !important;
        height: clamp(336px, 92vw, 360px) !important;
        min-height: clamp(336px, 92vw, 360px) !important;
        max-height: 360px !important;
        margin: 0 !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        overflow: hidden !important;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12) !important;
        background: #fff !important;
    }

    body.landing-page .service-visual-parallax .parallax-screen .mobile-mockup.iphone-white,
    body.landing-page .service-visual-parallax .parallax-screen .mobile-mockup.iphone-white.no-notch {
        border-radius: 30px !important;
        border-width: 2px !important;
    }

    body.landing-page .service-visual-parallax .parallax-screen .mockup-body {
        max-height: calc(100% - 38px) !important;
        overflow: hidden !important;
    }

    body.landing-page .service-visual-parallax .parallax-glow {
        display: none !important;
    }
}

@media (max-width: 360px) {
    body.landing-page .inf-hero.inf-hero--banner .hero-buttons {
        max-width: 312px !important;
        gap: 6px !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn {
        padding: 7px 8px !important;
        gap: 6px !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn__text strong {
        font-size: 14px !important;
    }
}

@media (max-width: 340px) {
    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn {
        padding: 7px 7px !important;
        gap: 5px !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn__icon {
        width: 20px !important;
        height: 20px !important;
        flex-basis: 20px !important;
    }

    body.landing-page .inf-hero.inf-hero--banner .hero-app-btn__text strong {
        font-size: 13px !important;
    }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
    body.landing-page .service-visual-parallax .parallax-scene {
        animation: none !important;
        transform: translate3d(0, 0, 0) !important;
    }
}
