@charset "UTF-8";

.consult-guide-page,
.consult-guide-page * {
    box-sizing: border-box;
}

.consult-guide-page {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
    color: #111827;
}

.consult-guide-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.consult-guide-header {
    max-width: 672px;
    margin-bottom: 64px;
}

.consult-guide-eyebrow {
    margin: 0 0 16px;
    color: #9ca3af;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.consult-guide-title {
    margin: 0 0 16px;
    color: #111827;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

.consult-guide-description {
    margin: 0;
    color: #6b7280;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.015em;
    word-break: keep-all;
}

.consult-guide-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 80px;
}

.consult-guide-type {
    min-width: 0;
    padding: 32px;
    border-radius: 16px;
}

.consult-guide-type-phone {
    background: #eff6ff;
}

.consult-guide-type-visit {
    background: #f5f3ff;
}

.consult-guide-type-online {
    background: #f0fdf4;
}

.consult-guide-type-icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow:
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.consult-guide-type-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.consult-guide-type-phone .consult-guide-type-icon {
    color: #2563eb;
}

.consult-guide-type-visit .consult-guide-type-icon {
    color: #7c3aed;
}

.consult-guide-type-online .consult-guide-type-icon {
    color: #16a34a;
}

.consult-guide-type-title {
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.consult-guide-type-description {
    min-height: 68px;
    margin: 0 0 16px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    word-break: keep-all;
}

.consult-guide-type-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.consult-guide-type-meta svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.consult-guide-information {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
    margin-bottom: 80px;
}

.consult-guide-section-title {
    margin: 0 0 24px;
    color: #111827;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.consult-guide-section-description {
    margin: 0 0 24px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.01em;
    word-break: keep-all;
}

.consult-guide-prepare-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.consult-guide-prepare-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #374151;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.consult-guide-prepare-item svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-top: 3px;
    fill: none;
    stroke: #9ca3af;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.consult-guide-contact {
    padding: 32px;
    border-radius: 16px;
    background: #f9fafb;
}

.consult-guide-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}

.consult-guide-contact-row {
    margin: 0;
}

.consult-guide-contact-row dt {
    margin: 0 0 4px;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.consult-guide-contact-row dd {
    margin: 0;
    color: #1f2937;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
    word-break: keep-all;
}

.consult-guide-contact-row a {
    color: inherit;
    text-decoration: none;
}

.consult-guide-contact-row a:hover {
    color: #1f89ff;
}

.consult-guide-process {
    margin-bottom: 80px;
}

.consult-guide-process .consult-guide-section-title {
    margin-bottom: 40px;
}

.consult-guide-process-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.consult-guide-process-item {
    min-width: 0;
}

.consult-guide-process-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.consult-guide-process-number {
    flex: 0 0 auto;
    color: #9ca3af;
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.consult-guide-process-line {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
}

.consult-guide-process-title {
    margin: 0 0 4px;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.consult-guide-process-description {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.01em;
    word-break: keep-all;
}

.consult-guide-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 40px;
    border-radius: 16px;
    background: #000000;
    color: #ffffff;
}

.consult-guide-cta-title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.consult-guide-cta-description {
    margin: 0;
    color: #9ca3af;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.consult-guide-cta-button {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    text-decoration: none;
    transition:
        color 200ms ease,
        background-color 200ms ease;
}

.consult-guide-cta-button:hover {
    background: #ffffff;
    color: #000000;
}

.consult-guide-cta-button svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 1023px) {
    .consult-guide-container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .consult-guide-types {
        grid-template-columns: 1fr;
    }

    .consult-guide-type-description {
        min-height: 0;
    }

    .consult-guide-information {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .consult-guide-process-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .consult-guide-process-line {
        display: none;
    }
}

@media (max-width: 767px) {
    .consult-guide-page {
        padding: 64px 0;
    }

    .consult-guide-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .consult-guide-header {
        margin-bottom: 48px;
    }

    .consult-guide-title {
        font-size: 40px;
    }

    .consult-guide-description {
        font-size: 16px;
    }

    .consult-guide-types,
    .consult-guide-information,
    .consult-guide-process {
        margin-bottom: 64px;
    }

    .consult-guide-type,
    .consult-guide-contact {
        padding: 24px;
    }

    .consult-guide-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 32px 24px;
    }

    .consult-guide-cta-button {
        width: 100%;
    }
}