/* ══════════ HOME PAGE ══════════ */
#home-hero {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: flex-start;
    padding: 40px 6% 60px;
    position: relative;
    overflow: hidden;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(91, 141, 238, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 141, 238, 0.15) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 100% 85% at 50% 40%, black, transparent);
}

.hero-orb1 {
    position: absolute;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91, 141, 238, 0.28) 0%, transparent 65%);
    top: -100px;
    right: -80px;
    pointer-events: none;
}

.hero-orb2 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(129, 140, 248, 0.20) 0%, transparent 65%);
    bottom: 80px;
    left: 3%;
    pointer-events: none;
}

/* 히어로 수직 레이아웃 */
.hero-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    width: 100%;
    position: relative; z-index: 1;
}
.hero-inner {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
}
.hero-chatbot-preview {
    width: 100%;
    max-width: 1000px;
}

/* 히어로 통계 */
.hero-stats {
    margin-bottom: 1.8rem;
    margin-top: 0.4rem;
}
.stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.stat-num {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}
.stat-label {
    font-size: 0.78rem;
    color: var(--muted);
    font-weight: 500;
    white-space: nowrap;
}
.stat-div { display: none; }

/* 챗봇 프리뷰 */
.hero-chatbot-preview {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(91,141,238,0.2);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(91,141,238,0.08), 0 24px 48px rgba(0,0,0,0.3);
    backdrop-filter: blur(8px);
    animation: hcp-float 5s ease-in-out infinite;
}
@keyframes hcp-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
}
.hcp-header {
    display: flex; align-items: center; gap: 0.7rem;
    padding: 0.75rem 1rem;
    background: rgba(91,141,238,0.08);
    border-bottom: 1px solid rgba(91,141,238,0.15);
}
.hcp-dots { display: flex; gap: 5px; }
.hcp-dots span {
    width: 10px; height: 10px; border-radius: 50%;
}
.hcp-dots span:nth-child(1) { background: #ff5f57; }
.hcp-dots span:nth-child(2) { background: #febc2e; }
.hcp-dots span:nth-child(3) { background: #28c840; }
.hcp-title { font-size: 0.85rem; font-weight: 700; color: var(--text); }
.hcp-body {
    padding: 1rem;
    display: flex; flex-direction: column; gap: 0.8rem;
    height: 340px;
    min-height: 340px;
    max-height: 340px;
    overflow: hidden;
}
.hcp-msg { display: flex; align-items: flex-start; gap: 0.55rem; }
.hcp-msg.user { flex-direction: row-reverse; }
.hcp-avatar {
    width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.6rem; font-weight: 800; color: #fff;
}
.hcp-bubble {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border);
    border-radius: 12px; border-top-left-radius: 3px;
    padding: 0.6rem 0.85rem;
    font-size: 1rem; line-height: 1.55; color: var(--text);
    max-width: 85%;
}
.hcp-msg.user .hcp-bubble {
    background: rgba(91,141,238,0.1);
    border-color: rgba(91,141,238,0.25);
    border-radius: 12px; border-top-right-radius: 3px;
    color: #c7d2fe;
}
.hcp-result {
    margin-top: 0.55rem;
    display: flex; flex-direction: column; gap: 0.3rem;
}
.hcp-result-row {
    display: flex; align-items: center; gap: 0.45rem;
    font-size: 0.8rem; color: var(--muted);
    background: rgba(255,255,255,0.03);
    border-radius: 6px; padding: 0.3rem 0.5rem;
}
.hcp-badge {
    font-size: 0.62rem; font-weight: 800;
    padding: 1px 6px; border-radius: 4px; flex-shrink: 0;
}
.hcp-badge.red    { background: rgba(239,68,68,0.15);  color: #fca5a5; }
.hcp-badge.orange { background: rgba(249,115,22,0.15); color: #fdba74; }
/* 타이핑 애니메이션 */
.hcp-typing {
    display: flex; align-items: center; gap: 5px;
    padding: 0.7rem 1rem !important;
}
.hcp-ex-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--accent); flex-shrink: 0;
    box-shadow: 0 0 6px rgba(91,141,238,0.8), 0 0 12px rgba(91,141,238,0.4);
    animation: dot-pulse 1.5s ease-in-out infinite;
}
.hcp-ex-dot:nth-child(2) { animation-delay: 0.25s; }
.hcp-ex-dot:nth-child(3) { animation-delay: 0.5s; }
.hcp-online-wrap {
    display: flex; align-items: center; gap: 5px;
    margin-left: auto;
}
.hcp-online-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34,197,94,0.8), 0 0 12px rgba(34,197,94,0.4);
    animation: hcp-online-pulse 2s ease-in-out infinite;
}
@keyframes hcp-online-pulse {
    0%, 100% { box-shadow: 0 0 6px rgba(34,197,94,0.8), 0 0 12px rgba(34,197,94,0.4); }
    50%       { box-shadow: 0 0 3px rgba(34,197,94,0.4); }
}
.hcp-online-lbl {
    font-size: 0.75rem; font-weight: 700;
    color: rgba(34,197,94,0.8);
}
.hcp-input {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.7rem 1rem;
    border-top: 1px solid var(--border);
    background: rgba(255,255,255,0.02);
    font-size: 0.75rem; color: var(--muted);
}
.hcp-send {
    width: 26px; height: 26px; border-radius: 7px;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem; color: #fff; cursor: pointer;
    flex-shrink: 0;
}

.hero-cursor {
    display: inline-block;
    width: 3px;
    height: 0.85em;
    background: #5b8dee;
    margin-left: 4px;
    vertical-align: middle;
    border-radius: 1px;
    animation: hero-blink .8s step-end infinite;
}
@keyframes hero-blink {
    0%,100% { opacity: 1; }
    50%      { opacity: 0; }
}

.hero-desc-list {
    display: inline-block;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 1rem;
    text-align: left;
}
.hero-desc-lines {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 2.0rem;
    text-align: left;
    white-space: nowrap;
}
.hero-desc-plain {
    font-size: clamp(1.15rem, 1.6vw, 1.6rem);
    color: #7dd3fc;
}
.hero-desc-em {
    font-size: clamp(1.3rem, 2vw, 2rem);
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    line-height: 1.3;
    position: relative;
    display: inline;
}
.hero-desc-em::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.08em;
    height: 1.1em;
    background: rgba(245, 158, 11, 0.35);
    border-radius: 2px;
    z-index: -1;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-desc-em.hl-drawn::after {
    transform: scaleX(1);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(91, 141, 238, 0.09);
    border: 1px solid rgba(91, 141, 238, 0.25);
    color: var(--accent);
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 1.6rem;
}

.hero-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0.3
    }
}

.hero-h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 2px;
    margin-bottom: 1.2rem;
}

.hero-h1 .hl {
    background: linear-gradient(135deg, #5b8dee 0%, #818cf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    color: var(--muted);
    font-size: 1.5rem;
    line-height: 1.75;
    margin-bottom: 2.2rem;
}

.hero-ai-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.8rem;
}
.ai-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(129, 140, 248, 0.08);
    border: 1px solid rgba(129, 140, 248, 0.2);
    color: var(--accent2);
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all .2s;
}
.ai-tag:hover {
    background: rgba(129, 140, 248, 0.15);
    border-color: rgba(129, 140, 248, 0.4);
    color: #c7d2fe;
}

.hero-btns {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.hero-btns > * { flex: 1; min-width: 0; max-width: calc((100% - 0.9rem) / 2 * 0.7); justify-content: center; text-align: center; white-space: nowrap; }

.hero-stats {
    display: flex;
    justify-content: stretch;
    gap: 0;
    width: calc(100% + 12%);
    margin-left: -6%;
    margin-right: -6%;
    border-top: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    margin-top: 3rem;
}

.hs {
    flex: 1;
    padding: 1.4rem 2rem;
    border-right: 1px solid rgba(255,255,255,0.07);
    background: transparent;
}

.hs:last-child {
    border-right: none;
}

.hs-num {
    font-size: 1.6rem;
    font-weight: 900;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 4px;
}

.hs-lbl {
    font-size: 0.8rem;
    color: var(--muted);
    white-space: nowrap;
}

/* ══ AI TECHNOLOGY + 솔루션 상하 레이아웃 ══ */
.ai-sol-layout {
    display: flex;
    flex-direction: column;
    background: var(--bg);
}
.ai-sol-left  { display: flex; flex-direction: column; background: linear-gradient(180deg, #0a0c10 0%, #0d1525 100%); position: relative; }
.ai-sol-left::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(180deg, transparent 0%, #0d1525 100%);
    pointer-events: none;
    z-index: 0;
}
.ai-sol-right {
    display: flex; flex-direction: column;
    background: linear-gradient(180deg, #0d1525 0%, #0c1628 50%, #0a0c10 100%);
    position: relative;
}
.ai-sol-right::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(180deg, #0d1525 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}
.ai-sol-right .ai-tech-card {
    background: #1a2840;
    border-color: rgba(91,141,238,0.2);
}
.ai-sol-right .ai-tech-card h3 { color: var(--text); }
.ai-sol-right .ai-tech-card p  { color: var(--muted); }
/* AI 섹션 내부 그리드 4열 유지 */
.ai-sol-left .ai-tech-grid  { grid-template-columns: repeat(4, 1fr); }
/* 솔루션 카드 4열 유지 */
.ai-sol-right .sol-summary-grid { grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
/* 카드 높이 */
.ai-sol-left .ai-tech-card,
.ai-sol-right .sol-summary-grid .ai-tech-card { display: flex; flex-direction: column; justify-content: flex-start; box-sizing: border-box; }
/* 우측 ai-tech-card 호버 색상 순서 보정 */
.ai-sol-right .ai-tech-card:nth-child(1):hover { border-color: rgba(91,141,238,0.3); }
.ai-sol-right .ai-tech-card:nth-child(2):hover { border-color: rgba(129,140,248,0.3); }
.ai-sol-right .ai-tech-card:nth-child(3):hover { border-color: rgba(16,185,129,0.3); }
.ai-sol-right .ai-tech-card:nth-child(4):hover { border-color: rgba(249,115,22,0.3); }
/* 하단 스탯바 */
.ai-sol-left .ai-tech-bottom { margin-top: 2rem; }
@media (max-width: 1100px) {
    .ai-sol-left .ai-tech-grid  { grid-template-columns: 1fr 1fr; }
    .ai-sol-right .sol-summary-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .ai-sol-left .ai-tech-grid  { grid-template-columns: 1fr; }
    .ai-sol-right .sol-summary-grid { grid-template-columns: 1fr; }
}

/* ══ AI 기술 소개 섹션 ══ */
.ai-tech-section {
    position: relative;
    overflow: hidden;
    background: transparent;
}
.ai-tech-bg-orb {
    position: absolute;
    width: 700px; height: 700px; border-radius: 50%;
    background: radial-gradient(circle, rgba(129,140,248,0.07) 0%, transparent 65%);
    top: -200px; right: -200px; pointer-events: none;
}
.ai-tech-bg-orb2 {
    position: absolute;
    width: 400px; height: 400px; border-radius: 50%;
    background: radial-gradient(circle, rgba(91,141,238,0.06) 0%, transparent 65%);
    bottom: 0; left: -100px; pointer-events: none;
}
.ai-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    position: relative; z-index: 1;
    margin-bottom: 2.5rem;
}
.ai-tech-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.8rem 1.6rem;
    transition: transform .25s, border-color .25s, background .25s;
    position: relative;
    overflow: hidden;
}
.ai-tech-card::before {
    content: '';
    position: absolute;
    inset: 0; border-radius: 16px;
    opacity: 0;
    transition: opacity .25s;
}
.ai-tech-card:nth-child(1)::before { background: linear-gradient(135deg, rgba(14,165,233,0.06), transparent); }
.ai-tech-card:nth-child(2)::before { background: linear-gradient(135deg, rgba(99,102,241,0.06), transparent); }
.ai-tech-card:nth-child(3)::before { background: linear-gradient(135deg, rgba(16,185,129,0.06), transparent); }
.ai-tech-card:nth-child(4)::before { background: linear-gradient(135deg, rgba(249,115,22,0.06), transparent); }
.ai-tech-card:hover { transform: translateY(-4px); }
.ai-tech-card:hover::before { opacity: 1; }
.ai-tech-card:nth-child(1):hover { border-color: rgba(14,165,233,0.3); }
.ai-tech-card:nth-child(2):hover { border-color: rgba(99,102,241,0.3); }
.ai-tech-card:nth-child(3):hover { border-color: rgba(16,185,129,0.3); }
.ai-tech-card:nth-child(4):hover { border-color: rgba(249,115,22,0.3); }
.atc-icon-wrap {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem;
}
.atc-icon-wrap svg { width: 22px; height: 22px; }
.atc-icon-wrap.blue   { background: rgba(14,165,233,0.12);  color: #38bdf8; }
.atc-icon-wrap.purple { background: rgba(99,102,241,0.12);  color: #818cf8; }
.atc-icon-wrap.green  { background: rgba(16,185,129,0.12);  color: #34d399; }
.atc-icon-wrap.orange { background: rgba(249,115,22,0.12);  color: #fb923c; }
.atc-icon-wrap.wizflow { background: rgba(84,140,241,0.12); color: #548CF1; }
.atc-icon-wrap.wizbase { background: rgba(52,169,109,0.12); color: #34A96D; }
.atc-icon-wrap.wizlog  { background: rgba(255,88,71,0.12);  color: #FF5847; }
.atc-icon-wrap.lems    { background: rgba(138,89,169,0.12); color: #8A59A9; }
.atc-label {
    font-size: 1.2rem; font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}
.atc-label.blue   { color: #38bdf8; }
.atc-label.purple { color: #818cf8; }
.atc-label.green  { color: #34d399; }
.atc-label.orange { color: #fb923c; }
.atc-label.wizflow { color: #548CF1; }
.atc-label.wizbase { color: #34A96D; }
.atc-label.wizlog  { color: #FF5847; }
.atc-label.lems    { color: #8A59A9; }
.ai-tech-card h3 {
    font-size: 1rem; font-weight: 800;
    margin-bottom: 0.6rem; letter-spacing: -0.3px;
}
.ai-tech-card p {
    font-size: 1.12rem; color: var(--muted);
    line-height: 1.65; margin-bottom: 1rem; font-weight: 700;
}
.aiready-prob-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.8rem 1.6rem;
    flex: 1;
}
.aiready-prob-card h4 {
    font-size: 1rem; font-weight: 800;
    margin-bottom: 0.6rem;
}
.aiready-prob-card p { font-size: 1.05rem; color: var(--muted); line-height: 1.65; }
.aiready-prob-icon { margin-bottom: 1rem; }
.aiready-prob-tag {
    font-size: 0.78rem; font-weight: 800; letter-spacing: 1.2px;
    color: #fca5a5; margin-bottom: 0.5rem;
}
.aiready-problem-row {
    display: flex; gap: 1.2rem;
    margin-bottom: 2rem;
}
.aiready-step-desc { font-size: 1.02rem; }
.atc-example {
    display: flex; align-items: center; gap: 0.5rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    font-size: 0.86rem; color: var(--muted);
    font-style: italic;
    position: relative; z-index: 1;
}
.atc-ex-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--accent); flex-shrink: 0;
    box-shadow: 0 0 6px rgba(14,165,233,0.8), 0 0 12px rgba(14,165,233,0.4);
    animation: dot-pulse 1.5s ease-in-out infinite;
}
@keyframes dot-pulse {
    0%, 100% { opacity: 1; transform: scale(1);    box-shadow: 0 0 6px rgba(14,165,233,0.8), 0 0 12px rgba(14,165,233,0.4); }
    50%       { opacity: 0.3; transform: scale(0.7); box-shadow: none; }
}
/* AI 기술 하단 스탯바 */
.ai-tech-bottom {
    display: flex; align-items: center; justify-content: center;
    gap: 0; position: relative; z-index: 1;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border);
    border-radius: 16px; overflow: hidden;
}
.atb-stat {
    flex: 1; text-align: center;
    padding: 1.4rem 1rem;
}
.atb-num {
    font-size: 2rem; font-weight: 900;
    background: linear-gradient(135deg, #38bdf8, #818cf8);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0.35rem;
}
.atb-num span { font-size: 1rem; }
.atb-lbl { font-size: 0.82rem; color: var(--muted); }
.atb-div {
    width: 1px; height: 48px;
    background: var(--border); flex-shrink: 0;
}

/* 홈 클라이언트 배너 */
.home-clients {
    padding: 28px 6%;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--bg2);
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.hc-lbl {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    white-space: nowrap;
}

.hc-div {
    width: 1px;
    height: 24px;
    background: var(--border);
    flex-shrink: 0;
}

.hc-list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.hc-item {
    color: rgba(200, 220, 255, 0.25);
    font-size: 0.88rem;
    font-weight: 700;
    white-space: nowrap;
    transition: color .2s;
    cursor: default;
}

.hc-item:hover {
    color: rgba(200, 220, 255, 0.5);
}

/* 홈 섹션 */
.home-section {
    padding: 70px 6%;
}
.ai-tech-section.ai-sol-left {
    padding-top: 20px;
    padding-bottom: 0;
}

.home-section.alt {
    background: var(--bg2);
}

.hs-header {
    margin-bottom: 2.5rem;
}

.hs-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
}

/* 솔루션 요약 그리드 */
.sol-summary-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 1.2rem;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
}

.ssol {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.8rem 1.6rem;
    position: relative;
    cursor: pointer;
    transition: transform .25s, border-color .25s, background .25s;
    overflow: hidden;
}
.ssol::before {
    content: ''; position: absolute; inset: 0; border-radius: 16px;
    opacity: 0; transition: opacity .25s;
}
.ssol:nth-child(1)::before { background: linear-gradient(135deg, rgba(14,165,233,0.06), transparent); }
.ssol:nth-child(2)::before { background: linear-gradient(135deg, rgba(99,102,241,0.06), transparent); }
.ssol:nth-child(3)::before { background: linear-gradient(135deg, rgba(16,185,129,0.06), transparent); }
.ssol:nth-child(4)::before { background: linear-gradient(135deg, rgba(249,115,22,0.06), transparent); }
.ssol:hover { transform: translateY(-4px); }
.ssol:hover::before { opacity: 1; }
.ssol:nth-child(1):hover { border-color: rgba(14,165,233,0.3); }
.ssol:nth-child(2):hover { border-color: rgba(99,102,241,0.3); }
.ssol:nth-child(3):hover { border-color: rgba(16,185,129,0.3); }
.ssol:nth-child(4):hover { border-color: rgba(249,115,22,0.3); }

.ssol-badge {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 1rem;
}

.ssol-icon {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}

.ssol h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.ssol .ssol-sub {
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.ssol p {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.6;
}

.ssol-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.ssol-top-row .ssol-badge { margin-bottom: 0; }
.ssol-ai-badge {
    font-size: 0.75rem; font-weight: 800;
    padding: 3px 8px; border-radius: 20px;
    background: rgba(99,102,241,0.12);
    border: 1px solid rgba(99,102,241,0.25);
    color: #a5b4fc;
    white-space: nowrap;
    animation: ai-badge-glow 3s ease-in-out infinite;
}
@keyframes ai-badge-glow {
    0%, 100% { box-shadow: none; }
    50%       { box-shadow: 0 0 8px rgba(99,102,241,0.4); }
}
.ssol-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid var(--border);
}
.ssol-arr {
    font-size: 0.85rem;
    color: var(--muted);
    opacity: 0;
    transition: opacity .2s, transform .2s;
}
.ssol:hover .ssol-arr {
    opacity: 1;
    transform: translateX(3px);
}
.ssol-chat-btn {
    font-size: 0.7rem; font-weight: 700;
    padding: 4px 10px; border-radius: 20px;
    background: rgba(14,165,233,0.08);
    border: 1px solid rgba(14,165,233,0.2);
    color: #38bdf8; cursor: pointer;
    transition: all .2s;
    opacity: 0;
    white-space: nowrap;
}
.ssol:hover .ssol-chat-btn {
    opacity: 1;
}
.ssol-chat-btn:hover {
    background: rgba(14,165,233,0.18);
    border-color: rgba(14,165,233,0.45);
    box-shadow: 0 0 10px rgba(14,165,233,0.25);
}

/* 솔루션 카드 이동 표시 */
.ssol-link-card {
    position: relative;
}
.ssol-link-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.95rem;
    color: rgba(84,140,241,0.3);
    transition: color .25s, transform .25s;
    line-height: 1;
    pointer-events: none;
}
.ssol-link-card:hover .ssol-link-icon {
    color: #548CF1;
    transform: translate(2px, -2px);
}
.ssol-link-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.8rem;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 800;
    color: var(--muted);
    background: transparent;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .25s, transform .25s, color .25s, background .25s;
}
.ssol-link-arr {
    font-size: 1.1rem;
    font-weight: 900;
    transition: transform .25s;
}
.ssol-link-card:hover .ssol-link-footer {
    opacity: 1;
    transform: translateY(0);
    color: #548CF1;
    background: rgba(84,140,241,0.1);
    border: 1px solid rgba(84,140,241,0.25);
    box-shadow: 0 0 10px rgba(84,140,241,0.15);
}
.ssol-link-card:hover .ssol-link-arr {
    transform: translateX(5px);
}
.ssol-link-card:hover {
    box-shadow: 0 0 20px rgba(84,140,241,0.15);
}

/* 홈 고객사 그리드 */
.cust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.cust-cat { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 1.4rem; }
.cc-label { font-size: 0.8rem; font-weight: 800; letter-spacing: 1px; margin-bottom: 0.9rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--border); display: block; }
.cc-items { display: flex; flex-direction: column; gap: 0.4rem; }
.cc-item { font-size: 0.85rem; color: var(--muted); display: flex; align-items: center; gap: 0.5rem; }
.cc-item::before { content: "·"; font-size: 1.2rem; line-height: 1; color: var(--border); }
@media (max-width: 900px) { .cust-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cust-grid { grid-template-columns: 1fr; } }

/* 홈 사례 요약 */
.case-sum-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 1.2rem;
}

.cs-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.6rem;
    transition: border-color .2s, transform .2s;
    cursor: pointer;
}

.cs-card:hover {
    border-color: rgba(14, 165, 233, 0.3);
    transform: translateY(-3px);
}

.cs-sector {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0.8rem;
}

.cs-card h3 {
    font-size: 0.97rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    line-height: 1.4;
}

.cs-card p {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.55;
    margin-bottom: 1rem;
}

.cs-metrics {
    display: flex;
    gap: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid var(--border);
}

.cs-val {
    font-size: 1.1rem;
    font-weight: 900;
}

.cs-lbl {
    font-size: 0.78rem;
    color: var(--muted);
    margin-top: 1px;
}

/* ══ AI READY LAB 섹션 ══ */
.aiready-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0d1525 0%, #0f1c32 35%, #0f1c32 65%, #0d1525 100%);
    padding-top: 60px !important;
    padding-bottom: 50px;
}
.aiready-bg-orb1 {
    position: absolute;
    width: 700px; height: 700px; border-radius: 50%;
    background: radial-gradient(circle, rgba(14,165,233,0.10) 0%, transparent 65%);
    top: -200px; right: -150px; pointer-events: none;
}
.aiready-bg-orb2 {
    position: absolute;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.09) 0%, transparent 65%);
    bottom: -100px; left: -100px; pointer-events: none;
}
.aiready-bg-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(14,165,233,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14,165,233,0.07) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black, transparent);
    pointer-events: none;
}
.aiready-label {
    color: #38bdf8 !important;
}
.aiready-hl {
    background: linear-gradient(135deg, #38bdf8 0%, #818cf8 55%, #34d399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 문제 카드 3개 */
.aiready-problem-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-bottom: 2.5rem;
}
.aiready-prob-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(239,68,68,0.2);
    border-radius: 16px;
    padding: 1.8rem 1.6rem;
    text-align: center;
    transition: transform .25s, border-color .25s;
}
.aiready-prob-card:hover {
    transform: translateY(-4px);
    border-color: rgba(239,68,68,0.4);
    background: rgba(239,68,68,0.04);
}
.aiready-prob-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 0.7rem;
}
.aiready-prob-tag {
    display: inline-block;
    font-size: 1.05rem; font-weight: 800;
    letter-spacing: 1.2px;
    padding: 2px 10px; border-radius: 3px;
    background: rgba(239,68,68,0.1);
    border: 1px solid rgba(239,68,68,0.25);
    color: #fca5a5;
    margin-bottom: 0.8rem;
}
.aiready-prob-card h4 {
    font-size: 1.35rem; font-weight: 800;
    margin-bottom: 0.5rem; color: var(--text);
}
.aiready-prob-card p {
    font-size: 1.05rem; color: var(--muted); line-height: 1.65; font-weight: 700;
}

/* 흐름 화살표 */
.aiready-arrow-row {
    margin-bottom: 2.5rem;
}
.aiready-arrow-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    padding: 1.2rem 2rem;
    background: rgba(14,165,233,0.06);
    border: 1px solid rgba(14,165,233,0.3);
    border-radius: 12px;
}
.aiready-arrow-txt {
    font-size: 1.35rem; font-weight: 800;
    color: var(--text);
    white-space: nowrap;
}
.aiready-chevron {
    font-size: 2rem;
    color: #38bdf8;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(56,189,248,0.8), 0 0 20px rgba(56,189,248,0.4);
    line-height: 1;
}
.aiready-arrow-hl {
    font-size: 1.4rem; font-weight: 900;
    background: linear-gradient(135deg, #38bdf8, #818cf8);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
/* 화살표 라인 순차 등장 */
.aiready-arrow-line .aiready-arrow-txt,
.aiready-arrow-line .aiready-chevron,
.aiready-arrow-line .aiready-arrow-hl {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}
.aiready-arrow-line.is-visible .aiready-arrow-txt:nth-child(1) { opacity:1; transform:none; transition-delay:0s; }
.aiready-arrow-line.is-visible .aiready-chevron:nth-child(2)   { opacity:1; transform:none; transition-delay:0.25s; }
.aiready-arrow-line.is-visible .aiready-arrow-txt:nth-child(3) { opacity:1; transform:none; transition-delay:0.5s; }
.aiready-arrow-line.is-visible .aiready-chevron:nth-child(4)   { opacity:1; transform:none; transition-delay:0.75s; }
.aiready-arrow-line.is-visible .aiready-arrow-txt:nth-child(5) { opacity:1; transform:none; transition-delay:1.0s; }
.aiready-arrow-line.is-visible .aiready-chevron:nth-child(6)   { opacity:1; transform:none; transition-delay:1.25s; }
.aiready-arrow-line.is-visible .aiready-arrow-hl:nth-child(7)  { opacity:1; transform:none; transition-delay:1.5s; }

/* Step 카드 3열 */
.aiready-step-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.4rem;
    margin-bottom: 3rem;
    align-items: stretch;
}
.aiready-step-card {
    border-radius: 18px;
    padding: 2rem 1.8rem;
    position: relative; overflow: hidden;
    display: flex; flex-direction: column; gap: 0.8rem;
}
.aiready-step-card.step1 {
    background: rgba(52,169,109,0.06);
    border: 1px solid rgba(52,169,109,0.3);
}
.aiready-step-card.step2 {
    background: rgba(84,140,241,0.06);
    border: 1px solid rgba(84,140,241,0.3);
}
.aiready-step-card.result {
    background: linear-gradient(145deg, rgba(14,165,233,0.08), rgba(99,102,241,0.08));
    border: 1px solid rgba(56,189,248,0.3);
    box-shadow: 0 0 40px rgba(14,165,233,0.08);
}
.aiready-step-num {
    font-size: 0.72rem; font-weight: 900;
    letter-spacing: 2px; text-transform: uppercase;
    color: #34A96D;
}
.aiready-step-card.step2 .aiready-step-num { color: #548CF1; }
.aiready-step-product {
    font-size: 1.1rem; font-weight: 900;
    color: var(--text); letter-spacing: -0.3px;
}
.aiready-step-type {
    font-size: 0.72rem; font-weight: 800;
    padding: 2px 7px; border-radius: 4px;
    background: rgba(52,169,109,0.12);
    color: #34A96D;
    margin-left: 4px;
    vertical-align: middle;
}
.aiready-step-card.step2 .aiready-step-type {
    background: rgba(84,140,241,0.12);
    color: #548CF1;
}
.aiready-step-card h3 {
    font-size: 1.15rem; font-weight: 800;
    letter-spacing: -0.3px; color: var(--text);
    margin: 0;
}
.aiready-step-desc {
    font-size: 1.05rem; color: var(--muted); line-height: 1.7;
    margin: 0; font-weight: 700;
}
.aiready-feat-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 0.5rem;
}
.aiready-feat-list li {
    display: flex; align-items: flex-start; gap: 0.55rem;
    font-size: 1.0rem; color: var(--muted); line-height: 1.5;
}
.aiready-feat-list strong { color: var(--text); }
.aiready-feat-dot {
    width: 8px; height: 8px; border-radius: 50%;
    flex-shrink: 0; margin-top: 5px;
}
.aiready-feat-dot.blue {
    background: #34A96D;
    box-shadow: 0 0 6px rgba(52,169,109,0.7);
}
.aiready-feat-dot.purple {
    background: #548CF1;
    box-shadow: 0 0 6px rgba(84,140,241,0.7);
}
.aiready-step-btn {
    margin-top: auto;
    background: rgba(52,169,109,0.1);
    border: 1px solid rgba(52,169,109,0.3);
    color: #34A96D;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    font-size: 0.88rem; font-weight: 700;
    cursor: pointer; transition: all .2s;
    align-self: flex-start;
}
.aiready-step-btn:hover {
    background: rgba(52,169,109,0.18);
    border-color: rgba(52,169,109,0.5);
    box-shadow: 0 0 14px rgba(52,169,109,0.25);
}
.aiready-step-btn.purple {
    background: rgba(84,140,241,0.1);
    border-color: rgba(84,140,241,0.3);
    color: #548CF1;
}
.aiready-step-btn.purple:hover {
    background: rgba(84,140,241,0.18);
    border-color: rgba(84,140,241,0.5);
    box-shadow: 0 0 14px rgba(84,140,241,0.25);
}

/* 결과 카드 전용 */
.aiready-result-badge {
    display: inline-block;
    font-size: 0.8rem; font-weight: 900;
    letter-spacing: 1.5px;
    padding: 4px 14px; border-radius: 999px;
    background: linear-gradient(135deg, rgba(14,165,233,0.15), rgba(99,102,241,0.15));
    border: 1px solid rgba(56,189,248,0.35);
    background-clip: padding-box;
    color: #38bdf8;
    margin-bottom: 0.3rem;
    align-self: flex-start;
}
.aiready-result-tags {
    display: flex; flex-wrap: wrap; gap: 0.5rem;
    margin-top: 0.3rem;
}
.aiready-result-tags span {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 0.82rem; font-weight: 600;
    padding: 4px 11px; border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--muted);
    transition: all .2s;
}
.aiready-result-tags span:hover {
    background: rgba(14,165,233,0.1);
    border-color: rgba(14,165,233,0.3);
    color: #7dd3fc;
}
.aiready-result-quote {
    margin-top: auto;
    font-size: 1.3rem; font-weight: 900;
    line-height: 1.6;
    background: linear-gradient(135deg, #f0abfc, #38bdf8, #34d399);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    padding-top: 1rem;
    border-top: 1px solid rgba(14,165,233,0.15);
    letter-spacing: -0.3px;
}

/* 하단 CTA */
.aiready-cta {
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(14,165,233,0.15);
    border-radius: 16px;
}
.aiready-cta p {
    font-size: 1.45rem; color: var(--text);
    margin-bottom: 1.5rem;
}
.aiready-cta-btns {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* 반응형 */
@media (max-width: 1100px) {
    .aiready-step-grid { grid-template-columns: 1fr 1fr; }
    .aiready-step-card.result { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 1.2rem; }
    .aiready-step-card.result .aiready-result-tags { flex: 1; min-width: 200px; }
}
@media (max-width: 750px) {
    .aiready-problem-row { grid-template-columns: 1fr; }
    .aiready-step-grid { grid-template-columns: 1fr; }
    .aiready-step-card.result { flex-direction: column; }
    .aiready-arrow-line { gap: 0.6rem; }
}

/* ══ AI 챗봇 체험 섹션 ══ */
.chatbot-demo-section {
    background: linear-gradient(180deg, #0a0c10 0%, #0d1118 85%, #0c1020 100%);
    position: relative; overflow: hidden;
}
.home-clients-section {
    background: linear-gradient(180deg, #0c1020 0%, #0a0c10 100%);
    position: relative;
}
.cbd-bg-orb {
    position: absolute;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.07) 0%, transparent 65%);
    top: -150px; right: -150px; pointer-events: none;
}
.cbd-wrap {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.5rem;
    height: 520px;
}
/* 좌측 패널 */
.cbd-left {
    display: flex; flex-direction: column; gap: 1rem;
}
.cbd-sol-list {
    display: flex; flex-direction: column; gap: 0.4rem;
}
.cbd-sol {
    display: flex; align-items: center; gap: 0.75rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border);
    border-radius: 12px; padding: 0.8rem 1rem;
    cursor: pointer; transition: all .2s; text-align: left;
    color: var(--muted); width: 100%;
}
.cbd-sol:hover { border-color: rgba(14,165,233,0.3); color: var(--text); background: rgba(14,165,233,0.04); }
.cbd-sol.active { border-color: rgba(14,165,233,0.5); color: var(--text); background: rgba(14,165,233,0.08); }
.cbd-sol-icon { font-size: 1.3rem; flex-shrink: 0; }
.cbd-sol-name { font-size: 0.92rem; font-weight: 700; }
.cbd-sol-desc { font-size: 0.8rem; color: var(--muted); margin-top: 1px; }
.cbd-sol.active .cbd-sol-desc { color: #7dd3fc; }
.cbd-suggestions {
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border);
    border-radius: 12px; padding: 0.9rem;
    flex: 1; overflow-y: auto;
}
.cbd-sug-title {
    font-size: 0.85rem; font-weight: 800;
    color: var(--muted); letter-spacing: 1px;
    text-transform: uppercase; margin-bottom: 0.6rem;
}
.cbd-sug-btn {
    display: block; width: 100%; text-align: left;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border); border-radius: 8px;
    padding: 0.5rem 0.7rem; margin-bottom: 0.4rem;
    font-size: 0.88rem; color: var(--muted); cursor: pointer;
    transition: all .2s;
}
.cbd-sug-btn:hover { border-color: rgba(14,165,233,0.3); color: var(--text); background: rgba(14,165,233,0.06); }
/* 우측 챗 */
.cbd-chat {
    display: flex; flex-direction: column;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border); border-radius: 16px;
    overflow: hidden;
}
.cbd-chat-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.8rem 1.1rem;
    border-bottom: 1px solid var(--border);
    background: rgba(255,255,255,0.02);
    flex-shrink: 0;
}
.cbd-chat-status { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; font-weight: 700; }
.cbd-online {
    width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
    box-shadow: 0 0 6px rgba(34,197,94,0.7);
    animation: dot-pulse 2s ease-in-out infinite;
}
.cbd-reset {
    background: transparent; border: 1px solid var(--border);
    border-radius: 7px; padding: 0.3rem 0.7rem;
    font-size: 0.82rem; color: var(--muted); cursor: pointer;
    transition: all .2s;
}
.cbd-reset:hover { border-color: rgba(255,255,255,0.2); color: var(--text); }
.cbd-messages {
    flex: 1; overflow-y: auto; padding: 1rem;
    display: flex; flex-direction: column; gap: 0.9rem;
    scroll-behavior: smooth;
}
.cbd-messages::-webkit-scrollbar { width: 4px; }
.cbd-messages::-webkit-scrollbar-track { background: transparent; }
.cbd-messages::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; }
.cbd-msg { display: flex; align-items: flex-start; gap: 0.6rem; }
.cbd-msg.user { flex-direction: row-reverse; }
.cbd-msg-avatar {
    width: 30px; height: 30px; border-radius: 9px; flex-shrink: 0;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.62rem; font-weight: 800; color: #fff;
}
.cbd-msg-bubble {
    max-width: 78%;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 14px; border-top-left-radius: 4px;
    padding: 0.65rem 0.95rem;
    font-size: 0.88rem; line-height: 1.6; color: var(--text);
}
.cbd-msg.user .cbd-msg-bubble {
    background: rgba(14,165,233,0.1);
    border-color: rgba(14,165,233,0.25);
    border-radius: 14px; border-top-right-radius: 4px;
    color: #bae6fd;
}
.cbd-typing-dot {
    width: 7px; height: 7px; border-radius: 50%; background: #38bdf8;
    box-shadow: 0 0 6px rgba(14,165,233,0.8), 0 0 12px rgba(14,165,233,0.4);
    animation: dot-pulse 1.5s ease-in-out infinite;
    display: inline-block;
}
.cbd-typing-dot:nth-child(2) { animation-delay: 0.25s; }
.cbd-typing-dot:nth-child(3) { animation-delay: 0.5s; }
.cbd-typing-wrap { display: flex; gap: 5px; align-items: center; padding: 0.2rem 0; }
.cbd-input-area {
    display: flex; align-items: center; gap: 0.6rem;
    padding: 0.8rem 1rem;
    border-top: 1px solid var(--border);
    background: rgba(255,255,255,0.01);
    flex-shrink: 0;
}
.cbd-input {
    flex: 1; background: rgba(255,255,255,0.04);
    border: 1px solid var(--border); border-radius: 10px;
    padding: 0.6rem 0.9rem; font-size: 0.82rem;
    color: var(--text); outline: none;
    transition: border-color .2s;
}
.cbd-input:focus { border-color: rgba(14,165,233,0.4); }
.cbd-input::placeholder { color: var(--muted); }
.cbd-send-btn {
    width: 36px; height: 36px; flex-shrink: 0;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    border: none; border-radius: 10px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all .2s;
}
.cbd-send-btn:hover { box-shadow: 0 0 16px rgba(14,165,233,0.4); transform: scale(1.05); }
.cbd-send-btn svg { width: 15px; height: 15px; color: #fff; }
@media (max-width: 900px) {
    .cbd-wrap { grid-template-columns: 1fr; height: auto; }
    .cbd-left { flex-direction: row; flex-wrap: wrap; }
    .cbd-sol-list { flex-direction: row; }
    .cbd-suggestions { display: none; }
    .cbd-chat { height: 400px; }
}

/* 홈 CTA 배너 */
.home-cta-banner {
    padding: 70px 6%;
    background: var(--bg);
}

.cta-inner {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.07), rgba(99, 102, 241, 0.06));
    border: 1px solid rgba(14, 165, 233, 0.18);
    border-radius: 20px;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.cta-orb {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.1), transparent 65%);
    top: -80px;
    right: -60px;
    pointer-events: none;
}

.cta-left h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 0.6rem;
}

.cta-left p {
    color: var(--muted);
    font-size: 1.15rem;
    line-height: 1.7;
}

.cta-right {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}

/* ══ 고객사 CI 슬라이더 섹션 ══ */
.home-clients-section { position: relative; }

/* 필터 탭 */
.ci-filter-tabs {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
}
.ci-ftab {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--muted);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
}
/* 전체 */
.ci-ftab-all {
    border-color: var(--border);
    color: var(--muted);
}
.ci-ftab-all:hover,
.ci-ftab-all.active {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.3);
    color: rgba(200,220,255,0.85);
}
/* 제약·바이오 — 파란색 #38bdf8 */
.ci-ftab[onclick*="'pharma'"] {
    border-color: rgba(14,165,233,0.3);
    color: rgba(56,189,248,0.6);
}
.ci-ftab[onclick*="'pharma'"]:hover,
.ci-ftab[onclick*="'pharma'"].active {
    background: rgba(14,165,233,0.07);
    border-color: rgba(14,165,233,0.4);
    color: rgba(56,189,248,0.85);
}
/* 공공·공기업 — 보라색 #818cf8 */
.ci-ftab[onclick*="'public'"] {
    border-color: rgba(99,102,241,0.3);
    color: rgba(129,140,248,0.6);
}
.ci-ftab[onclick*="'public'"]:hover,
.ci-ftab[onclick*="'public'"].active {
    background: rgba(99,102,241,0.07);
    border-color: rgba(99,102,241,0.4);
    color: rgba(129,140,248,0.85);
}
/* 식품·화학·소재 — 초록색 #34d399 */
.ci-ftab[onclick*="'food'"] {
    border-color: rgba(16,185,129,0.3);
    color: rgba(52,211,153,0.6);
}
.ci-ftab[onclick*="'food'"]:hover,
.ci-ftab[onclick*="'food'"].active {
    background: rgba(16,185,129,0.07);
    border-color: rgba(16,185,129,0.4);
    color: rgba(52,211,153,0.85);
}
/* 연구소·대학 — 노란색 #facc15 */
.ci-ftab[onclick*="'research'"] {
    border-color: rgba(250,204,21,0.3);
    color: rgba(250,204,21,0.6);
}
.ci-ftab[onclick*="'research'"]:hover,
.ci-ftab[onclick*="'research'"].active {
    background: rgba(250,204,21,0.06);
    border-color: rgba(250,204,21,0.4);
    color: rgba(250,204,21,0.85);
}

/* 슬라이더 래퍼 */
.ci-slider-wrap {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding-top: 6px;
}
.ci-slider-viewport {
    flex: 1;
    overflow: hidden;
    padding-top: 6px;
    margin-top: -6px;
    padding-bottom: 4px;
}
.ci-slider-track {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 0.8rem;
    transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}

/* 개별 CI 카드 */
.ci-card {
    flex: none;
    background: #141820;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 1.2rem 0.8rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    transition: border-color .2s, transform .2s, background .2s;
    transition-delay: 0s !important;
    cursor: default;
}
.ci-card:hover {
    border-color: rgba(91,141,238,0.4);
    background: #1a2240;
    transform: translateY(-3px);
}
.ci-card:hover .ci-name {
    opacity: 1;
    color: var(--text);
}
.ci-logo-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    background: white;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 6% 8%;
    box-sizing: border-box;
    overflow: hidden;
}
.ci-logo-box img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    border-radius: 6px !important;
}
.ci-abbr {
    font-size: 0.8rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.45;
    letter-spacing: 0.2px;
}
.ci-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text);
    text-align: center;
    line-height: 1.45;
    word-break: keep-all;
    opacity: 0.85;
}

/* 좌우 화살표 버튼 */
.ci-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--card);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ci-arrow:hover {
    background: rgba(14,165,233,0.12);
    border-color: rgba(14,165,233,0.4);
    color: #38bdf8;
}
.ci-arrow:disabled { opacity: 0.3; cursor: default; }

/* 페이지 돷 인디케이터 */
.ci-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1.2rem;
}
.ci-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--border);
    transition: all .2s;
    cursor: pointer;
}
.ci-dot.active {
    background: #38bdf8;
    width: 18px;
    border-radius: 3px;
}

@media (max-width: 900px) {
    .ci-card { flex: 0 0 calc((100% - 2rem) / 3); }
}

/* ══ 적용 장비 목록 보러가기 버튼 펄스+호버 ══ */
@keyframes equip-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(52,169,109,0.7); }
    70%  { box-shadow: 0 0 0 8px rgba(52,169,109,0); }
    100% { box-shadow: 0 0 0 0 rgba(52,169,109,0); }
}
.equip-btn-badge {
    animation: equip-pulse 1.8s ease-out infinite;
    transition: background .2s, transform .15s, box-shadow .15s;
}
.equip-btn-badge:hover {
    background: #27c47a !important;
    transform: scale(1.07);
    box-shadow: 0 4px 18px rgba(52,169,109,0.55);
}

/* ══ 솔루션 카드 자세히 보기 버튼 하단 고정 ══ */
.ssol-link-card {
    display: flex;
    flex-direction: column;
}
.ssol-link-card .ssol-link-footer {
    margin-top: auto;
}
