/* =========================
   consult.css
   다크 테마 컨설팅 문의 페이지
========================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    background: #18191d;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Pretendard', 'Apple SD Gothic Neo', sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.csl-container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 32px;
}
.csl-container--wide {
    max-width: 1100px;
}

/* ── 배지 ── */
.csl-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(234,84,26,0.12);
    border: 1px solid rgba(234,84,26,0.3);
    color: #ea541a;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}

/* ══ 히어로 ══ */
.csl-hero {
    padding: 100px 32px 72px;
    text-align: center;
    background: #18191d;
}
.csl-hero__title {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 18px;
}
.csl-hero__desc {
    font-size: 17px;
    color: rgba(255,255,255,0.5);
    line-height: 1.75;
}
.csl-hero__desc em {
    color: #ea541a;
    font-style: normal;
    font-weight: 700;
}

/* ══ 도입 기업 ══ */
.csl-clients {
    padding: 0 32px 80px;
}
.csl-clients__inner {
    max-width: 780px;
    margin: 0 auto;
    background: #26272b;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 36px 40px;
}
.csl-clients__title {
    font-size: 13px;
    color: rgba(255,255,255,0.35);
    font-weight: 600;
    text-align: center;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}
.csl-clients__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.csl-client {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    transition: border-color 0.2s, background 0.2s;
}
.csl-client:hover {
    border-color: rgba(234,84,26,0.2);
    background: rgba(234,84,26,0.04);
}
.csl-client__icon {
    font-size: 32px;
    line-height: 1;
}
.csl-client__name {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    font-weight: 600;
    text-align: center;
}

/* ══ 폼 ══ */
.csl-form-wrap {
    padding: 0 32px 80px;
}
.csl-form-box {
    max-width: 780px;
    margin: 0 auto;
    background: #26272b;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 48px 52px;
}
.csl-form-box__title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.csl-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}
.csl-field label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
}
.csl-field label .csl-required {
    color: #ea541a;
    margin-left: 2px;
}
.csl-field input,
.csl-field select,
.csl-field textarea {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 13px 16px;
    color: #fff;
    font-size: 15px;
    outline: none;
    transition: border-color 0.15s;
    font-family: inherit;
    width: 100%;
}
.csl-field input::placeholder,
.csl-field textarea::placeholder { color: rgba(255,255,255,0.2); }
.csl-field input:focus,
.csl-field select:focus,
.csl-field textarea:focus { border-color: rgba(234,84,26,0.5); }
.csl-field input.is-error,
.csl-field select.is-error,
.csl-field textarea.is-error { border-color: #ef4444; }

.csl-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.3)' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
}
.csl-field select option { background: #26272b; color: #fff; }

.csl-field textarea {
    resize: vertical;
    min-height: 130px;
    line-height: 1.65;
}
.csl-field__hint {
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    margin-top: -4px;
}
.csl-field__error {
    font-size: 12px;
    color: #ef4444;
    min-height: 16px;
}

.csl-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* 개인정보 동의 */
.csl-privacy {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 18px 20px;
    margin: 8px 0 24px;
}
.csl-privacy__check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 10px;
}
.csl-privacy__check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    flex-shrink: 0;
    accent-color: #ea541a;
    cursor: pointer;
}
.csl-privacy__check-label {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
}
.csl-privacy__check-label em {
    color: #ea541a;
    font-style: normal;
}
.csl-privacy__desc {
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    line-height: 1.7;
    padding-left: 30px;
}

.csl-submit {
    width: 100%;
    padding: 17px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    background: #ea541a;
    color: #fff;
    transition: background 0.2s;
    font-family: inherit;
}
.csl-submit:hover { background: #d44817; }
.csl-submit:disabled {
    background: rgba(234,84,26,0.4);
    cursor: not-allowed;
}

/* ══ 도움말 카드 ══ */
.csl-helps {
    padding: 0 32px 80px;
}
.csl-helps__grid {
    max-width: 780px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.csl-help {
    background: #26272b;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    transition: border-color 0.2s, transform 0.2s;
    cursor: pointer;
}
.csl-help:hover {
    border-color: rgba(234,84,26,0.25);
    transform: translateY(-2px);
}
.csl-help__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(234,84,26,0.1);
    color: #ea541a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}
.csl-help__title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.csl-help__desc {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 1.65;
}

/* ══ 신뢰 섹션 ══ */
.csl-trust {
    padding: 0 32px 100px;
}
.csl-trust__inner {
    max-width: 780px;
    margin: 0 auto;
    background: rgba(234,84,26,0.05);
    border: 1px solid rgba(234,84,26,0.2);
    border-radius: 20px;
    padding: 40px 52px;
    text-align: center;
}
.csl-trust__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
}
.csl-trust__items {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}
.csl-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.csl-trust__item-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(234,84,26,0.12);
    color: #ea541a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.csl-trust__item-label {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.csl-trust__item-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
}

/* ══ 반응형 ══ */
@media (max-width: 768px) {
    .csl-hero { padding: 72px 20px 52px; }
    .csl-hero__title { font-size: 34px; }

    .csl-clients { padding: 0 16px 56px; }
    .csl-clients__inner { padding: 28px 20px; }
    .csl-clients__grid { grid-template-columns: repeat(4, 1fr); gap: 6px; }
    .csl-client { padding: 14px 8px; }
    .csl-client__icon { font-size: 24px; }

    .csl-form-wrap { padding: 0 16px 56px; }
    .csl-form-box { padding: 28px 24px; }
    .csl-row { grid-template-columns: 1fr; }

    .csl-helps { padding: 0 16px 56px; }
    .csl-helps__grid { grid-template-columns: 1fr; }

    .csl-trust { padding: 0 16px 72px; }
    .csl-trust__inner { padding: 32px 24px; }
    .csl-trust__items { gap: 28px; }

    .csl-container { padding: 0 16px; }
}
