/* ===== SINCAR DESIGN SYSTEM ===== */

/* ===== GLOBAL TOKENS ===== */
:root {
    /* Background Colors */
    --bg: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-tertiary: #f1f5f9;
    
    /* Text Colors */
    --text: #1a1a1a;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-tertiary: #94a3b8;
    --muted: #6B7280;
    
    /* Border & Line */
    --line: #E5E7EB;
    --border-color: #e2e8f0;
    --border-strong: #dee2e6;
    
    /* Primary Colors - 메인 파란색 */
    --primary: #2563eb;
    --primary-light: #DBEAFE;
    --primary-dark: #1D4ED8;
    --primary-hover: #1d4ed8;
    
    /* Secondary Colors - 중성 회색 */
    --secondary: #6B7280;
    --secondary-light: #F3F4F6;
    --secondary-dark: #374151;
    --secondary-color: #64748b;
    
    /* Accent Colors - 따뜻한 오렌지 */
    --accent: #F59E0B;
    --accent-light: #FEF3C7;
    --accent-dark: #D97706;
    
    /* Status Colors */
    --success: #10B981;
    --success-light: #D1FAE5;
    --success-color: #10b981;
    --warning: #F59E0B;
    --warning-light: #FEF3C7;
    --warning-color: #f59e0b;
    --danger: #EF4444;
    --danger-light: #FEE2E2;
    --danger-color: #ef4444;
    --purple-color: #8b5cf6;
    
    /* Neutral Colors */
    --chip: #F9FAFB;
    --card-bg: #ffffff;
    --overlay: rgba(0, 0, 0, 0.5);
    
    /* Border Radius */
    --radius: 12px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    
    /* Shadows */
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    
    /* Typography */
    --h1: 32px;
    --h2: 28px;
    --h3: 18px;
    --body: 16px;
    --small: 14px;
    
    /* Line Heights */
    --lh-36: 36px;
    --lh-30: 30px;
    --lh-26: 26px;
    --lh-24: 24px;
    --lh-20: 20px;
    
    /* Spacing */
    --space-4: 4px;
    --space-8: 8px;
    --space-12: 12px;
    --space-16: 16px;
    --space-20: 20px;
    --space-24: 24px;
    --space-32: 32px;
    --space-48: 48px;
    
    /* Container */
    --container-desktop: 1440px;
    --container-tablet: 720px;
    --container-max: 1440px;
    
    /* Transition */
    --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.15s ease;
}

/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    line-height: 1.5;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans KR", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== TYPOGRAPHY ===== */
h1 {
    font-size: var(--h1);
    line-height: var(--lh-36);
    font-weight: 600; 
}

h2 {
    font-size: var(--h2);
    line-height: var(--lh-30);
    font-weight: 600;
    margin-bottom: var(--space-20);
}

h3 {
    font-size: var(--h3);
    line-height: var(--lh-26);
    font-weight: 600;
    margin-bottom: var(--space-8);
}

p {
    font-size: var(--body);
    line-height: var(--lh-24);
    margin-bottom: var(--space-8);
}

.small {
    font-size: var(--small);
    line-height: var(--lh-20);
}

/* ===== 폰트 ===== */
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

/* ===== LAYOUT & CONTAINER ===== */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-16);
}

.container--wide {
    max-width: 1600px;
}

.container--fluid {
    max-width: none;
}

@media (min-width: 600px) {
    .container {
        max-width: var(--container-tablet);
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: var(--container-desktop);
    }
}

.section {
    padding: var(--space-48) 0;
}

/* ===== 공통 페이지 섹션 스타일 ===== */
.page-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    min-height: calc(100vh - 180px);
    padding: 45px 0 100px;
}

.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== 공통 서브페이지 헤더 배너 ===== */
.page-header-banner {
    margin-bottom: 25px;
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
    display: flex;
    padding: 40px 60px;
    align-items: center;
}

.page-header-banner--notice {
    background-image: url(../img/sub-notice-bg.png);
}

.page-header-banner--faq {
    background-image: url(../img/sub-qna-bg.png);
}

.page-header-banner--inquiry {
    background-image: url(../img/sub-inquiry-bg.png);
}

.page-header-banner .header-content {
    position: relative;
    z-index: 1;
}

.page-header-banner .header-title {
    font-family: 'Paperozi';
    font-size: clamp(28px, 5vw, 46px);
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.page-header-banner--dark .header-title {
    color: #fff;
}

.page-header-banner .header-description {
    font-family: 'Paperozi';
    font-size: clamp(14px, 2vw, 20px);
    color: #333;
    margin: 0;
    line-height: 1.7;
    font-weight: 500;
}

.page-header-banner--dark .header-description {
    color: #fff;
}

.page-header-banner .description-highlight {
    color: #fff;
    font-weight: 700;
    position: relative;
    padding: 0 4px;
    display: inline-block;
}

.page-header-banner .description-highlight::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: var(--primary);
    z-index: -1;
    border-radius: 2px;
}

.page-header-banner--dark .description-highlight {
    color: var(--primary);
}

.page-header-banner--dark .description-highlight::before {
    background: #fff;
}

/* 헤더 배너 반응형 */
@media (max-width: 1024px) {
    .page-header-banner {
        min-height: 180px;
        padding: 35px 50px;
    }
}

@media (max-width: 768px) {
    .page-header-banner {
        min-height: 150px;
        padding: 30px 24px;
        border-radius: var(--radius-lg);
    }
    
    .page-header-banner .header-title {
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .page-header-banner {
        min-height: 120px;
        padding: 24px 20px;
    }
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-8);
    padding: var(--space-12) var(--space-24);
    border: none;
    border-radius: var(--radius);
    font-size: var(--body);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.btn--primary {
    background: var(--primary);
    color: white;
}

.btn--primary:hover {
    background: var(--primary-dark);
    box-shadow: var(--shadow-md);
}

.btn--secondary {
    background: var(--secondary);
    color: white;
}

.btn--secondary:hover {
    background: var(--secondary-dark);
    box-shadow: var(--shadow-md);
}

.btn--accent {
    background: var(--accent);
    color: white;
}

.btn--accent:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.btn--outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn--outline:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-1px);
}

.btn--ghost {
    background: transparent;
    color: var(--text);
    border: 1px solid #e3e3e3;
}

.btn--ghost:hover {
    background: var(--chip);
    transform: translateY(-1px);
}

.btn--lg {
    padding: var(--space-16) var(--space-32);
    font-size: var(--h3);
}

.btn--sm {
    padding: var(--space-8) var(--space-16);
    font-size: var(--small);
}

.btn--glow {
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
}

.btn--glow:hover {
    box-shadow: 0 0 30px rgba(37, 99, 235, 0.5);
}

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ===== FORMS ===== */
.form-group {
    margin-bottom: var(--space-16);
}

.form-label {
    display: block;
    margin-bottom: var(--space-8);
    font-weight: 500;
    color: var(--text);
    font-size: var(--small);
}

.form-label--required::after {
    content: ' *';
    color: var(--danger);
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: var(--space-12);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-size: var(--small);
    transition: var(--transition);
    background: var(--bg);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--muted);
}

.form-input.is-error,
.form-select.is-error,
.form-textarea.is-error {
    border-color: var(--danger);
}

.form-error {
    color: var(--danger);
    font-size: 12px;
    margin-top: var(--space-4);
}

.form-textarea {
    resize: vertical;
    min-height: 96px;
}

/* ===== CHECKBOX & RADIO ===== */
.form-checkbox,
.form-radio {
    display: flex;
    align-items: center;
    gap: var(--space-8);
    margin-bottom: var(--space-8);
}

.form-checkbox input,
.form-radio input {
    width: 16px;
    height: 16px;
    accent-color: var(--primary);
}

.form-checkbox label,
.form-radio label {
    font-size: var(--small);
    cursor: pointer;
    color: var(--text);
}

/* ===== TABLE ===== */
.table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--small);
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.table th,
.table td {
    padding: var(--space-16) var(--space-20);
    text-align: left;
    border-bottom: 1px solid var(--line);
}

.table th {
    background: var(--chip);
    font-weight: 600;
    color: var(--text);
    font-size: var(--small);
}

.table tbody tr:hover {
    background: #F9FAFB;
}

.table tbody tr:last-child td {
    border-bottom: none;
}

/* ===== CARDS ===== */
.card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: var(--space-16);
    margin-bottom: var(--space-16);
    box-shadow: var(--shadow);
}

.car-card {
    display: flex;
    gap: var(--space-16);
    padding: var(--space-16);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--bg);
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.car-card:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.car-card__thumb {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.car-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}

.car-card__title {
    font-weight: 600;
    color: var(--text);
    margin: 0;
    font-size: var(--body);
}

.car-card__meta {
    color: var(--muted);
    font-size: var(--small);
}

.car-card__price {
    font-weight: 600;
    color: var(--primary);
    font-size: var(--h3);
}

.car-card--best {
    border-color: var(--warning);
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

/* ===== BADGES ===== */
.badge {
    display: inline-flex;
    align-items: center;
    padding: var(--space-4) var(--space-8);
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.badge--success {
    background: #dcfce7;
    color: var(--success);
}

.badge--warning {
    background: #fef3c7;
    color: var(--warning);
}

.badge--danger {
    background: #fee2e2;
    color: var(--danger);
}

.badge--muted {
    background: var(--chip);
    color: var(--muted);
}

.badge--primary {
    background: #dbeafe;
    color: var(--primary);
}

/* ===== CHIPS ===== */
.chip {
    display: inline-flex;
    align-items: center;
    gap: var(--space-8);
    padding: 5px 10px;
    background: var(--chip);
    border: 1px solid var(--line);
    border-radius: 5px;
    font-size: var(--small);
    color: var(--text);
    cursor: pointer;
    transition: var(--transition);
}

.chip:hover {
    background: #e5e7eb;
}

.chip.is-active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.chip__remove {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    font-size: var(--body);
    line-height: 1;
    margin-left: var(--space-4);
}

/* ===== MODAL ===== */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: var(--space-16);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.modal__content {
    background: var(--bg);
    border-radius: var(--radius-lg);
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: var(--shadow-xl);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal.is-open .modal__content {
    transform: translateY(0);
}

.modal__header {
    padding: var(--space-24);
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    font-size: var(--h2);
    font-weight: 600;
    color: var(--text);
    margin: 0;
}

.modal__close {
    background: none;
    border: none;
    font-size: var(--h2);
    color: var(--muted);
    cursor: pointer;
    padding: var(--space-8);
    border-radius: 50%;
    transition: var(--transition);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__close:hover {
    background: var(--chip);
    color: var(--text);
}

.modal__body {
    padding: var(--space-24);
}

.modal__footer {
    padding: var(--space-24);
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: flex-end;
    gap: var(--space-8);
}

/* ===== PAGINATION ===== */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-8);
    margin-top: var(--space-32);
    flex-wrap: wrap;
}

.pagination__item,
.page-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 var(--space-12);
    border: 1px solid var(--line);
    background: var(--bg);
    color: var(--text);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    font-size: var(--small);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination__item:hover,
.page-btn:hover:not(:disabled):not(.active) {
    background: var(--chip);
    border-color: var(--primary);
    color: var(--primary);
}

.pagination__item.is-active,
.page-btn.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.pagination__item:disabled,
.page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ===== SEARCH BAR ===== */
.search-wrapper {
    position: relative;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-tertiary);
    pointer-events: none;
    z-index: 1;
}

.search-input {
    width: 100%;
    padding: 14px 20px 14px 48px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary);
    background: var(--bg);
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-sizing: border-box;
}

.search-input::placeholder {
    color: var(--text-tertiary);
}

.search-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

/* ===== SKELETON ===== */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton--text {
    height: 16px;
    border-radius: var(--radius-sm);
    margin-bottom: var(--space-8);
}

.skeleton--image {
    width: 100%;
    height: 120px;
    border-radius: var(--radius-sm);
}

/* ===== UTILITIES ===== */
.hidden-mobile {
    display: none;
}

.hidden-desktop {
    display: block;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-muted {
    color: var(--muted);
}

.text-primary {
    color: var(--primary);
}

.text-success {
    color: var(--success);
}

.text-warning {
    color: var(--warning);
}

.text-danger {
    color: var(--danger);
}

/* ===== SPACING UTILITIES ===== */
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--space-4); }
.mb-2 { margin-bottom: var(--space-8); }
.mb-3 { margin-bottom: var(--space-12); }
.mb-4 { margin-bottom: var(--space-16); }
.mb-6 { margin-bottom: var(--space-24); }
.mb-8 { margin-bottom: var(--space-32); }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--space-4); }
.mt-2 { margin-top: var(--space-8); }
.mt-3 { margin-top: var(--space-12); }
.mt-4 { margin-top: var(--space-16); }
.mt-6 { margin-top: var(--space-24); }
.mt-8 { margin-top: var(--space-32); }

.p-0 { padding: 0; }
.p-1 { padding: var(--space-4); }
.p-2 { padding: var(--space-8); }
.p-3 { padding: var(--space-12); }
.p-4 { padding: var(--space-16); }
.p-6 { padding: var(--space-24); }
.p-8 { padding: var(--space-32); }

/* ===== RESPONSIVE GRID ===== */
.grid-4-3-2-1 {
    display: grid;
    gap: var(--space-16);
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 600px) {
    .grid-4-3-2-1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .grid-4-3-2-1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .grid-4-3-2-1 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1023px) {
    .hidden-mobile {
        display: block;
    }
    
    .hidden-desktop {
        display: none;
    }
    
    .header__nav {
        display: none;
    }
    
    .header__mobile-toggle {
        display: block;
    }
    
    .car-card {
        flex-direction: column;
    }
    
    .car-card__thumb {
        width: 100%;
        height: 200px;
    }
    
    .table {
        display: block;
        overflow-x: auto;
    }
    
    .modal__content {
        margin: var(--space-16);
        max-height: calc(100vh - 32px);
    }
}

@media (max-width: 768px) {
    .page-section {
        padding: 40px 0 80px;
    }
    
    .page-container {
        padding: 0 16px;
    }
}

@media (max-width: 599px) {
    .section {
        padding: var(--space-32) 0;
    }
    
    .container {
        padding: 0 var(--space-12);
    }
    
    .btn {
        width: 100%;
    }
    
    .tabs {
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .tabs__item {
        white-space: nowrap;
    }
    
    .modal__header,
    .modal__body,
    .modal__footer {
        padding: var(--space-16);
    }
    
    .pagination {
        gap: 6px;
    }

    .page-btn {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }
    
    h2 {
        font-size: 24px;
    }
}

/* ===== 공통 배너 스타일 ===== */
.cta-banner {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
    border-radius: var(--radius-xl);
    padding: 48px;
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-banner::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-banner .banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.cta-banner .banner-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.cta-banner .banner-icon-box {
    width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.cta-banner .banner-title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.cta-banner .banner-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 12px 0;
}

.cta-banner .banner-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.cta-banner .info-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cta-banner .info-divider {
    color: rgba(255, 255, 255, 0.4);
}

.cta-banner .phone-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: white;
    color: var(--primary);
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: var(--transition);
}

.cta-banner .phone-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .cta-banner {
        padding: 32px 24px;
    }
    
    .cta-banner .banner-wrapper {
        flex-direction: column;
        gap: 32px;
    }
    
    .cta-banner .banner-left {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-banner .banner-right {
        width: 100%;
    }
    
    .cta-banner .phone-link {
        justify-content: center;
        font-size: 20px;
        width: 100%;
    }
    
    .cta-banner .banner-info {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* ===== 공통 검색 바 ===== */
.search-box {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.search-box input {
    width: 100%;
    padding: 14px 18px 14px 48px;
    background: var(--bg);
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary);
    transition: var(--transition);
}

.search-box input::placeholder {
    color: var(--text-tertiary);
    font-weight: 400;
}

.search-box input:hover {
    border-color: var(--secondary-color);
}

.search-box input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.search-box .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-tertiary);
    pointer-events: none;
}

/* ===== 공통 페이지네이션 ===== */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    padding: 24px 0;
}

.pagination .page-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    background: var(--bg);
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.pagination .page-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--primary-light);
}

.pagination .page-btn.active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-color: var(--primary);
    color: white;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.pagination .page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination .page-dots {
    color: var(--text-tertiary);
    font-weight: 600;
    padding: 0 4px;
}

@media (max-width: 576px) {
    .pagination {
        gap: 4px;
    }
    
    .pagination .page-btn {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
        padding: 0 10px;
    }
}
