@charset "utf-8";

/* 테마 변수 정의 */
:root {
    --bg-color: #ffffff;
    --text-color: #555555;
    --heading-color: #000;
    --header-bg: rgba(255, 255, 255, 0.9);
    --header-border: rgba(0, 0, 0, 0.05);
    --header-border2: rgba(0, 0, 0, 0.15);
    
    --primary-color: #00afab;
    --primary-hover: #008c89;
    
    --lida-bg: #fff;
    --lida-btn-bg: transparent;
    --lida-btn-active: #000;
    --lida-btn-color: #eee;
    --lida-btn-active-color: #000;
    
    --footer-bg: #000;
    --footer-text: #8d8d8d;
    --footer-title: #ffffff;

    --transition-speed: 0.3s;
}

[data-theme="dark"] {
    --bg-color: #000000;
    --text-color: #bbbbbb;
    --heading-color: #fff;
    --header-bg: rgba(18, 18, 20, 0.9);
    --header-border: rgba(255, 255, 255, 0.08);
    --header-border2: rgba(255, 255, 255, 0.15);
    
    --lida-bg: #000;
    --lida-btn-active: #fff;
    --lida-btn-color: #212121;
    --lida-btn-active-color: #fff;
    
    --footer-bg: #000;
    --footer-text: #8d8d8d;
    --footer-title: #fff;
}

/* layout */
html, body { height:100%;}
body { 
    background-color: var(--bg-color);
    color: var(--text-color); 
    letter-spacing:-.05em; 
    -webkit-text-size-adjust:none; 
    -webkit-font-smoothing:antialiased;
}

/* 테마 전환 시 부드러운 트랜지션 적용 */
body, #header, #footer, section, div, p, h1, h2, h3, h4, h5, h6, a, button {
    transition: background-color var(--transition-speed) ease, 
                color var(--transition-speed) ease, 
                border-color var(--transition-speed) ease, 
                box-shadow var(--transition-speed) ease;
}

#wrap {	position:relative; width:100%; min-width:320px;height:100%; font-size:1rem; }
.inner {	width:1280px;	position:relative;	margin-left:auto;	margin-right:auto;}


@media all and (max-width:1279px) {	
    .inner {width:94%;}
}

/* btn_box */
.btn_box{display: flex; justify-content: center; gap:10px;}
.btn_box > a{line-height: 48px; border-radius: 40px;}
.btn_box .btn1{background-color: var(--lida-btn-color); color:var(--lida-btn-active-color); padding: 0 30px; font-weight: 700;}
.btn_box .btn2{padding: 0 25px 0 25px; background-color: var(--lida-btn-active); color:var(--lida-bg); font-weight: 700; font-size: 16px;}
.btn_box .btn2.free{padding: 0 25px 0 14px;}
.btn_box .btn2 span{background-color: var(--lida-bg); color:var(--lida-btn-active); font-size: 15px; font-weight: 700; padding: 0px 8px; border-radius: 30px; display: inline-block; line-height: 30px; margin-right: 3px;}

@media all and (max-width:1280px) {
    .btn_box > a{line-height: 45px;}
    .btn_box .btn1{padding: 0 28px;}
    .btn_box .btn2{padding: 0 23px;}
    .btn_box .btn2.free{padding: 0 23px 0 13px;}
    .btn_box .btn2 span{padding: 0 7px; line-height: 28px;}
}
@media all and (max-width:1024px) {
    .btn_box > a{line-height: 43px;}
    .btn_box .btn1{padding: 0 26px; font-size: 15px;}
    .btn_box .btn2{padding: 0 21px; font-size: 15px;}
    .btn_box .btn2.free{padding: 0 21px 0 12px;}
    .btn_box .btn2 span{padding: 0 7px; line-height: 27px; font-size: 14px;}
}
@media all and (max-width:768px) {
    .btn_box > a{line-height: 41px;}
    .btn_box .btn1{padding: 0 24px;}
    .btn_box .btn2{padding: 0 19px;}
    .btn_box .btn2.free{padding: 0 19px 0 11px;}
    .btn_box .btn2 span{padding: 0 6px; line-height: 26px;}
}
@media all and (max-width:500px) {
    .btn_box > a{line-height: 39px;}
    .btn_box .btn1{padding: 0 22px;}
    .btn_box .btn2{padding: 0 17px;}
    .btn_box .btn2.free{padding: 0 17px 0 10px;}
}


/* header */
#header{height: 80px; background-color: transparent; position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
#header.on{background-color: rgba(255,255,255,0.5); backdrop-filter: blur(5px);}
[data-theme="dark"] #header.on{background-color: rgba(0,0,0,0.5); backdrop-filter: blur(5px);}
#header .inner{height: 100%;}
#header .inner #logo{ width: 144px; height: 40px; background: url(/images/common/logo.webp) no-repeat left center / contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); filter: invert(1); z-index: 99;}
#header .inner #logo a{display: block; width: 100%; height: 100%; background: url(/images/common/logo.webp) no-repeat left center / contain;}
[data-theme="dark"] #header .inner #logo{filter: none;}
#header .inner .pcGnb{height: 100%;}
#header .inner .pcGnb > ul{display: flex; gap:45px; justify-content: center; align-items: center; height: 100%;}
#header .inner .pcGnb > ul > li{position: relative;}
#header .inner .pcGnb > ul > li > div{}
#header .inner .pcGnb > ul > li > div > a{color:var(--heading-color); font-size: 16px; font-weight: 600; display: block; line-height: 50px;}
#header .inner .pcGnb > ul > li > ul{display: none; position: absolute; width: max-content; background-color: var(--heading-color); border-radius: 10px; left: 0; top: 50px; padding: 10px; border: 1px solid var(--header-border); box-shadow: 2px 8px 12px var(--header-border2);}
#header .inner .pcGnb > ul > li > ul > li{}
#header .inner .pcGnb > ul > li > ul > li + li{margin-top: 5px;}
#header .inner .pcGnb > ul > li > ul > li > a{color:var(--bg-color); font-size: 15px; padding: 0 12px; display: block; line-height: 36px; border-radius: 5px;}
#header .inner .pcGnb > ul > li > ul > li:hover > a{background-color: #333;}
[data-theme="dark"] #header .inner .pcGnb > ul > li > ul > li:hover > a{background-color: #eee;}
#header .inner .btn{position: absolute; top:50%; right:0; transform: translateY(-50%); gap:15px; display: flex; align-items: center;}
#header .inner .btn .lida{}
#header .inner .btn .lida button{display: none;}
#header .inner .btn .lida button.on{display: block;}
#header .inner .btn .btn2{background-color: var(--lida-btn-active); color:var(--lida-bg); font-size: 15px; font-weight: 700; padding: 6px 10px;border-radius: 30px; padding-right: 15px; display: flex; gap:5px; align-items: center;}
#header .inner .btn .btn2 span{background-color: var(--lida-bg); color:var(--lida-btn-active); font-size: 13.5px; font-weight: 700; padding: 4px 6px; border-radius: 30px; display: inline-block;}

@media all and (max-width:1280px){

}
@media all and (max-width:1024px){
    #header{height: 70px;}
    #header .inner #logo{width: 127px;}
    #header .inner .pcGnb{display: none;}
    #header .inner .btn{gap:10px;}
    #header .inner .btn .btn2{padding: 5px 8px; font-size: 14px; padding-right: 13px;}
    #header .inner .btn .btn2 span{font-size: 12px; padding: 3px 6px;}
}
@media all and (max-width:768px){
    #header{height: 62px;}
    #header .inner #logo{width: 115px;;}
}
@media all and (max-width:500px){
    
}


/* footer */
#footer {	
    background-color: #060407;
    padding: 80px 0;
}
#footer .inner{}
#footer .inner .top{display: flex; justify-content: space-between;}
#footer .inner .top .l_cont{}
#footer .inner .top .l_cont .f_logo{display: flex; align-items: center; gap:10px; margin-bottom: 30px;}
#footer .inner .top .l_cont .f_logo img{max-height: 35px;}
#footer .inner .top .l_cont .f_logo img.webtro{max-height: 18px; filter:brightness(10)}
#footer .inner .top .l_cont .f_logo span{color: #777; font-weight: 200;}
[data-theme="dark"] #footer .inner .top .l_cont .f_logo{filter: none;}
#footer .inner .top .l_cont .info{}
#footer .inner .top .l_cont .info p{font-size: 14px; color:#fff; opacity: 0.6; line-height: 1.7em; font-weight: 300;}
#footer .inner .top .l_cont .link{margin-top: 50px; display: flex; gap:10px;}
#footer .inner .top .l_cont .link li{}
#footer .inner .top .l_cont .link li a{color:#fff; font-size: 14px;}
#footer .inner .top .l_cont .link li a b{}
#footer .inner .top .c_cont{}
#footer .inner .top .c_cont .info{}
#footer .inner .top .c_cont .info h2{color:#fff; font-weight: 600; font-size: 15px; margin-bottom: 15px;}
#footer .inner .top .c_cont .info p{font-size: 14px; color:#8d8d8d; line-height: 1.7em; font-weight: 300;}
#footer .inner .top .c_cont .info p a{color:#fff; text-decoration: underline; text-underline-position: under;}
#footer .inner .top .c_cont .info .tel{margin-top: 20px;}
#footer .inner .top .c_cont .info .tel h3{color:#fff; font-size: 24px;}
#footer .inner .top .c_cont .info .tel .mail{font-size: 16px; font-weight: 400; color:#fff; margin-top: 2px;}
#footer .inner .top .c_cont .info .tel .time{font-size: 14px; font-weight: 400; color:#fff; opacity: 0.5; margin-top: 10px;}
#footer .inner .top .r_cont{}
#footer .inner .top .r_cont > ul{display: flex; gap:70px}
#footer .inner .top .r_cont > ul > li{}
#footer .inner .top .r_cont > ul > li > div{margin-bottom: 12px;}
#footer .inner .top .r_cont > ul > li > div > a{color:#fff; font-weight: 600; font-size: 16px; margin-bottom: 15px;}
#footer .inner .top .r_cont > ul > li > ul{}
#footer .inner .top .r_cont > ul > li > ul > li{}
#footer .inner .top .r_cont > ul > li > ul > li + li{margin-top: 8px;}
#footer .inner .top .r_cont > ul > li > ul > li > a{color:var(--text-color); font-size:15px;}
#footer .inner .top .r_cont > ul > li > ul > li:hover > a{color:var(--heading-color);}
#footer .inner .bottom{margin-top: 70px; padding-top: 40px; border-top: 1px solid #333;}
#footer .inner .bottom .cert{display: flex; align-items: center; gap:20px;}
#footer .inner .bottom .cert li{display: flex; align-items: center; gap:10px;}
#footer .inner .bottom .cert li img{max-width:100%;}
#footer .inner .bottom .cert li p{font-size: 14px; font-weight: 600; color:#eee;}

@media all and (max-width:1280px) {
    #footer .inner .top { flex-wrap: wrap; }
    #footer .inner .top .l_cont { width: 50%; }
    #footer .inner .top .c_cont { width: 50%; }
    #footer .inner .top .r_cont > ul{gap:50px;}
    #footer .inner .top .r_cont { display: none; }
}
@media all and (max-width:1024px) {
    #footer { padding: 60px 0; }
    #footer .inner .bottom { margin-top: 50px; padding-top: 30px; }
    
    /* 2열 그리드로 정밀 정돈 및 각 셀 내부 중앙 정렬 */
    #footer .inner .bottom .cert {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 30px;
    }
    #footer .inner .bottom .cert li {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    #footer .inner .bottom .cert li:last-child {
        grid-column: span 2;
        justify-content: center;
    }
}
@media all and (max-width:768px) {
    #footer { padding: 50px 0; }
    #footer .inner .top { flex-direction: column; align-items: center; text-align: center; }
    #footer .inner .top .l_cont { width: 100%; }
    #footer .inner .top .l_cont .f_logo { margin: 0 auto 15px;  justify-content: center;}
    #footer .inner .top .l_cont .link { margin-top: 30px; justify-content: center; }
    #footer .inner .top .c_cont { width: 100%; margin-top: 40px; }
    #footer .inner .bottom { margin-top: 40px; padding-top: 25px; }
    
    /* 2열 격자를 유지하며 내부 아이템들을 셀 가로 중앙에 배치 */
    #footer .inner .bottom .cert {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 20px;
    }
    #footer .inner .bottom .cert li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    #footer .inner .bottom .cert li:last-child {
        grid-column: span 2;
        justify-content: center;
    }
}
@media all and (max-width:500px) {
    #footer { padding: 40px 0; }
    #footer .inner .top .l_cont .info p { font-size: 13px; }
    #footer .inner .top .l_cont .link { margin-top: 25px; gap: 15px; }
    #footer .inner .top .l_cont .link li a { font-size: 13px; }
    #footer .inner .top .c_cont { margin-top: 35px; }
    #footer .inner .top .c_cont .info h2 { font-size: 14px; margin-bottom: 10px; }
    #footer .inner .top .c_cont .info p { font-size: 13px; }
    #footer .inner .top .c_cont .info .tel { margin-top: 15px; }
    #footer .inner .top .c_cont .info .tel h3 { font-size: 20px; }
    #footer .inner .top .c_cont .info .tel .mail { font-size: 14px; }
    #footer .inner .top .c_cont .info .tel .time { font-size: 13px; }
    #footer .inner .bottom { margin-top: 35px; }
    
    /* 모바일 뷰포트에서 세로 정렬 시 각 아이템의 중심을 화면 정중앙에 정확히 고정 */
    #footer .inner .bottom .cert {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    #footer .inner .bottom .cert li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
    #footer .inner .bottom .cert li p { font-size: 12px; }
}


/* quick */
#quick_menu{position: fixed; right: 30px; bottom: 30px; z-index: 99; display: flex; flex-direction: column; gap:8px;}
#quick_menu li{text-align: center;}
#quick_menu li a{
    display: block;
    transition: transform 0.2s ease-in-out;
}
#quick_menu li a:hover {
    transform: translateY(-2px);
}
#quick_menu li a .icon{
    overflow: visible;
}
#quick_menu li a .icon img{
    max-width: 56px;
    height: auto;
    transition: transform 0.2s ease-in-out;
}
#quick_menu li a p{
    color: var(--heading-color); 
    font-size: 13px; 
    font-weight: 600; 
    margin-top: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 
        -1px -1px 1px var(--bg-color),  
         1px -1px 1px var(--bg-color),
        -1px  1px 1px var(--bg-color),
         1px  1px 1px var(--bg-color),
         0 0 1px var(--bg-color);
}

/* 퀵메뉴 전화문의 말풍선 */
.quick-tel-tooltip {
    position: absolute;
    right: calc(100% + 10px);
    top: 13px;
    background: #ffffff;
    color: #2c71e9;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 100;
    transition: transform 0.2s ease;
}

@media all and (max-width:768px) {
    #quick_menu{gap:7px;}
    #quick_menu{right: 3%; bottom: 3%;}
    #quick_menu li a .icon img{width: 48px;}
    #quick_menu li a p{font-size: 12px;}
    .quick-tel-tooltip{display: none;}
}

/* ===== 챗봇 테마 변수 및 스타일 ===== */
:root {
    --cb-bg: #f5f6f8;
    --cb-card-bg: #ffffff;
    --cb-text: #222222;
    --cb-text-muted: #666666;
    --cb-primary: #1e1e24;
    --cb-primary-hover: #333338;
    --cb-primary-text: #ffffff;
    --cb-border: #e9ecef;
    --cb-header-bg: #ffffff;
    --cb-user-bubble: #1e1e24;
    --cb-user-text: #ffffff;
    --cb-bot-bubble: #ffffff;
    --cb-bot-text: #222222;
    --cb-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

[data-theme="dark"] {
    --cb-bg: #121214;
    --cb-card-bg: #1a1a1e;
    --cb-text: #f0f0f5;
    --cb-text-muted: #a0a0ab;
    --cb-primary: #ffffff;
    --cb-primary-hover: #e4e4e9;
    --cb-primary-text: #121214;
    --cb-border: #2a2a30;
    --cb-header-bg: #1a1a1e;
    --cb-user-bubble: #ffffff;
    --cb-user-text: #121214;
    --cb-bot-bubble: #1a1a1e;
    --cb-bot-text: #f0f0f5;
    --cb-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* 챗봇 컨테이너 */
#waver-chatbot {
    display: none;
    position: fixed;
    right: 100px;
    bottom: 30px;
    width: 370px;
    height: 600px;
    max-height: 85vh;
    background-color: var(--cb-bg);
    border-radius: 24px;
    box-shadow: var(--cb-shadow);
    z-index: 10000;
    overflow: hidden;
    flex-direction: column;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
    transform: translateY(20px) scale(0.95);
    opacity: 0;
}

#waver-chatbot.active {
    display: flex;
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* 챗봇 헤더 */
.cb-header {
    height: 64px;
    background-color: var(--cb-header-bg);
    border-bottom: 1px solid var(--cb-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.cb-header-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cb-header-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.cb-header-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--cb-text);
    letter-spacing: -0.5px;
}

.cb-close-btn {
    background: none;
    border: none;
    font-size: 28px;
    color: var(--cb-text-muted);
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: color 0.2s;
}

.cb-close-btn:hover {
    color: var(--cb-text);
}

/* 챗봇 바디 */
.cb-body {
    flex: 1;
    overflow: hidden;
    position: relative;
    background-color: var(--cb-bg);
    display: flex;
    flex-direction: column;
}

.cb-screen {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.cb-screen.active {
    display: flex;
}

/* 웰컴 화면 */
#cb-screen-welcome {
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
}

.cb-welcome-card {
    background-color: var(--cb-card-bg);
    border-radius: 20px;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--cb-border);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cb-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cb-card-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.cb-card-header-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cb-bot-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--cb-text);
}

.cb-bot-subtitle {
    font-size: 12px;
    color: var(--cb-text-muted);
}

.cb-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cb-card-message {
    font-size: 14px;
    line-height: 1.6;
    color: var(--cb-text);
}

.cb-card-message strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.cb-card-message p {
    margin: 0;
    color: var(--cb-text-muted);
    font-size: 13px;
}

.cb-card-footer-text {
    font-size: 13px;
    color: var(--cb-text-muted);
    font-weight: 500;
    margin-top: 4px;
}

.cb-start-btn {
    background-color: var(--cb-primary);
    color: var(--cb-primary-text);
    border: none;
    border-radius: 14px;
    height: 48px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s, transform 0.1s;
}

.cb-start-btn:hover {
    background-color: var(--cb-primary-hover);
    transform: translateY(-1px);
}

.cb-start-btn:active {
    transform: translateY(0);
}

/* 대화 화면 */
.cb-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-behavior: smooth;
}

/* 메시지 버블 */
.cb-message-row {
    display: flex;
    gap: 8px;
    width: 100%;
    animation: cb-fade-in 0.25s ease-out forwards;
}

.cb-bot-row {
    justify-content: flex-start;
}

.cb-user-row {
    justify-content: flex-end;
}

.cb-msg-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.cb-msg-bubble {
    max-width: 75%;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    word-break: break-all;
    box-sizing: border-box;
}

.cb-bot-bubble {
    background-color: var(--cb-bot-bubble);
    color: var(--cb-bot-text);
    border: 1px solid var(--cb-border);
    border-top-left-radius: 4px;
}

.cb-user-bubble {
    background-color: var(--cb-user-bubble);
    color: var(--cb-user-text);
    border-top-right-radius: 4px;
}

/* 타이핑 인디케이터 */
.cb-typing-bubble {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 18px;
}

.cb-typing-bubble .dot {
    width: 6px;
    height: 6px;
    background-color: var(--cb-text-muted);
    border-radius: 50%;
    opacity: 0.4;
    animation: cb-typing 1.4s infinite both;
}

.cb-typing-bubble .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.cb-typing-bubble .dot:nth-child(3) {
    animation-delay: 0.4s;
}

/* 입력 바 */
.cb-input-wrapper {
    height: 64px;
    background-color: var(--cb-header-bg);
    border-top: 1px solid var(--cb-border);
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 12px;
    flex-shrink: 0;
    box-sizing: border-box;
}

#cb-input {
    flex: 1;
    height: 40px;
    border: 1px solid var(--cb-border);
    background-color: var(--cb-bg);
    color: var(--cb-text);
    border-radius: 20px;
    padding: 0 16px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

#cb-input:focus {
    border-color: var(--cb-text-muted);
}

#cb-send-btn {
    width: 40px;
    height: 40px;
    background-color: var(--cb-primary);
    color: var(--cb-primary-text);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
    padding: 0;
}

#cb-send-btn:hover {
    opacity: 0.9;
}

#cb-send-btn span {
    font-size: 20px;
}

/* 동적 버튼 액션 */
.cb-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    width: 100%;
}

.cb-action-btn {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--cb-border);
    background-color: var(--cb-card-bg);
    color: var(--cb-text);
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.cb-action-btn:hover {
    background-color: var(--cb-bg);
    border-color: var(--cb-text-muted);
}

.cb-action-btn.cb-submit-btn {
    background-color: var(--cb-primary);
    color: var(--cb-primary-text);
    border: none;
}

.cb-action-btn.cb-submit-btn:hover {
    opacity: 0.9;
}

/* Animations */
@keyframes cb-fade-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cb-typing {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.4;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive */
@media screen and (max-width:768px) {
    #waver-chatbot{right: 80px;}
}
@media screen and (max-width: 500px) {
    #waver-chatbot {
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        border-radius: 0 !important;
        z-index: 100000 !important;
    }
    
    .cb-header {
        height: 60px;
    }
}