.solid-home {
    max-width: 1080px;
    margin: 0 auto;
    padding: 56px 20px;
}

.solid-hero {
    text-align: center;
    margin-bottom: 36px;
}

.solid-hero-badge {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.solid-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.12;
    letter-spacing: -0.04em;
    color: #111827;
}

.solid-hero p {
    max-width: 680px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
    color: #4b5563;
}

.solid-main-tool {
    margin-top: 34px;
}

.solid-tool {
    max-width: 760px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.solid-tool-header {
    margin-bottom: 22px;
}

.solid-tool-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #2563eb;
}

.solid-tool-header h2 {
    margin: 0 0 8px;
    font-size: 28px;
    letter-spacing: -0.03em;
    color: #111827;
}

.solid-tool-header p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}

.solid-tool-box {
    display: grid;
    gap: 10px;
}

.solid-tool-box label {
    font-size: 14px;
    font-weight: 800;
    color: #374151;
    margin-top: 10px;
}

.solid-tool-box label span {
    color: #9ca3af;
    font-weight: 700;
}

.solid-tool-box input,
.solid-result-row input {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 0 14px;
    font-size: 15px;
}

.solid-tool-box button,
.solid-result-row button {
    height: 50px;
    border: 0;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.solid-tool-box button {
    margin-top: 14px;
}

.solid-tool-box button:hover,
.solid-result-row button:hover {
    background: #000000;
}

.solid-tool-box select {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 0 14px;
    font-size: 15px;
    background: #ffffff;
}

/* .solid-channel-preview {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
}

.solid-channel-preview p:last-child {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #374151;
    font-weight: 800;
} */

.solid-result-box {
    margin-top: 22px;
    padding: 18px;
    border-radius: 18px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.solid-result-label {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 800;
    color: #374151;
}

.solid-result-row {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 10px;
}

.solid-result-help {
    margin: 12px 0 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
}

.solid-result-success {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.solid-result-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: 16px;
    font-weight: 900;
    flex: 0 0 auto;
}

.solid-result-title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 900;
    color: #111827;
}

.solid-result-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
}

.solid-result-section {
    margin-top: 12px;
}

.solid-result-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.solid-result-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.solid-result-actions a:hover {
    background: #f3f4f6;
}

/* .solid-original-preview {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
}

.solid-original-preview p:last-child {
    margin: 0;
    word-break: break-all;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
} */

.solid-recent-section {
    margin-top: 34px;
}

.solid-recent-links {
    max-width: 760px;
    margin: 0 auto;
}

.solid-section-header {
    margin-bottom: 16px;
}

.solid-section-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 900;
    color: #2563eb;
}

.solid-section-header h2 {
    margin: 0 0 6px;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #111827;
}

.solid-section-header p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
    font-size: 14px;
}

.solid-empty-box {
    padding: 18px;
    border: 1px dashed #d1d5db;
    border-radius: 18px;
    background: #f9fafb;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.solid-link-list {
    display: grid;
    gap: 12px;
}

.solid-link-item {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.solid-link-top {
    display: grid;
    grid-template-columns: 1fr 72px;
    gap: 10px;
    align-items: center;
}

.solid-short-link {
    color: #111827;
    font-weight: 900;
    text-decoration: none;
    word-break: break-all;
}

.solid-short-link:hover {
    color: #2563eb;
}

.solid-copy-link-button {
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.solid-copy-link-button:hover {
    background: #000000;
}

.solid-original-link {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
}

.solid-link-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.solid-link-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 12px;
    font-weight: 800;
}

.solid-link-item-new {
    animation: solidFadeInUp 0.28s ease-out;
    border-color: #bfdbfe;
    background: #eff6ff;
}

.solid-qr-canvas-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.solid-qr-canvas-wrap canvas {
    width: 180px;
    height: 180px;
}

.solid-download-qr {
    width: 100%;
    height: 44px;
    margin-top: 12px;
    border: 0;
    border-radius: 14px;
    background: #2563eb;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.solid-download-qr:hover {
    background: #1d4ed8;
}

@keyframes solidFadeInUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .solid-link-top {
        grid-template-columns: 1fr;
    }

    .solid-copy-link-button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .solid-home {
        padding: 36px 16px;
    }

    .solid-result-row {
        grid-template-columns: 1fr;
    }

    .solid-tool {
        padding: 22px;
        border-radius: 20px;
    }
}

/* .solid-share-message-box {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
} */

.solid-share-message-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.solid-share-message-desc {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
}

.solid-copy-share-message {
    min-width: 90px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.solid-copy-share-message:hover {
    background: #000000;
}

#solid-share-message-output {
    width: 100%;
    min-height: 132px;
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    line-height: 1.7;
    resize: vertical;
}

@media (max-width: 640px) {
    .solid-share-message-header {
        flex-direction: column;
    }

    .solid-copy-share-message {
        width: 100%;
    }
}

/* .solid-title-preview {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
}

.solid-title-preview p:last-child {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #374151;
    font-weight: 800;
} */

.solid-link-title {
    margin: 8px 0 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 900;
}

.solid-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
    cursor: pointer;
}

.solid-checkbox-row input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

/* 공유 링크 패키지 결과 영역 */
.solid-package-result {
    display: grid;
    gap: 16px;
}

.solid-package-head {
    padding-bottom: 2px;
}

.solid-package-grid {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 14px;
}

.solid-package-card {
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
}

.solid-package-card-main {
    background: #f9fafb;
}

.solid-package-card-head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.solid-package-card-head h3 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.02em;
}

.solid-package-card-head p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #6b7280;
}

.solid-package-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    flex: 0 0 auto;
}

.solid-result-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.solid-result-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.solid-result-actions a:hover {
    background: #f3f4f6;
}

.solid-qr-canvas-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    border-radius: 18px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.solid-qr-canvas-wrap canvas {
    width: 180px;
    height: 180px;
}

.solid-download-qr {
    width: 100%;
    height: 44px;
    margin-top: 12px;
    border: 0;
    border-radius: 14px;
    background: #2563eb;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.solid-download-qr:hover {
    background: #1d4ed8;
}

.solid-share-message-box {
    margin-top: 0;
    padding-top: 18px;
    border-top: 0;
}

.solid-share-message-header {
    justify-content: space-between;
}

.solid-share-message-header > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.solid-copy-share-message {
    min-width: 90px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.solid-copy-share-message:hover {
    background: #000000;
}

#solid-share-message-output {
    width: 100%;
    min-height: 132px;
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    background: #f9fafb;
    color: #111827;
    font-size: 14px;
    line-height: 1.7;
    resize: vertical;
}

.solid-tracking-card {
    background: #fcfcfd;
}

.solid-tracking-list {
    display: grid;
    gap: 10px;
}

.solid-tracking-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.solid-tracking-item span {
    color: #6b7280;
    font-size: 13px;
    font-weight: 800;
}

.solid-tracking-item p {
    margin: 0;
    color: #111827;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    word-break: break-all;
}

@media (max-width: 820px) {
    .solid-package-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .solid-share-message-header {
        flex-direction: column;
    }

    .solid-share-message-header > div {
        width: 100%;
    }

    .solid-copy-share-message {
        width: 100%;
    }

    .solid-tracking-item {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

.solid-hero-highlight {
    display: inline;
    padding: 2px 6px;
    border-radius: 8px;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 900;
}

.solid-checkbox-row span {
    display: grid;
    gap: 2px;
}

.solid-checkbox-row small {
    color: #9ca3af;
    font-size: 12px;
    line-height: 1.45;
}

.solid-form-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0 4px;
    color: #111827;
}

.solid-form-section-label-spaced {
    margin-top: 22px;
}

.solid-form-section-label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.solid-form-section-label strong {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.solid-checkbox-row span {
    display: grid;
    gap: 2px;
}

.solid-checkbox-row small {
    color: #9ca3af;
    font-size: 12px;
    line-height: 1.45;
}

.solid-info-section,
.solid-faq-section {
    max-width: 960px;
    margin: 56px auto 0;
}

.solid-info-header {
    text-align: center;
    margin-bottom: 22px;
}

.solid-info-header span {
    display: inline-block;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
}

.solid-info-header h2 {
    margin: 0 0 10px;
    font-size: clamp(26px, 4vw, 36px);
    line-height: 1.25;
    letter-spacing: -0.04em;
    color: #111827;
}

.solid-info-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.solid-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.solid-info-card {
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.solid-info-card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.solid-info-card p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.75;
}

.solid-faq-list {
    display: grid;
    gap: 10px;
    max-width: 820px;
    margin: 0 auto;
}

.solid-faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

.solid-faq-item summary {
    cursor: pointer;
    padding: 17px 18px;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    list-style: none;
}

.solid-faq-item summary::-webkit-details-marker {
    display: none;
}

.solid-faq-item summary::after {
    content: "+";
    float: right;
    color: #2563eb;
    font-weight: 900;
}

.solid-faq-item[open] summary::after {
    content: "−";
}

.solid-faq-item p {
    margin: 0;
    padding: 0 18px 18px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 820px) {
    .solid-info-grid {
        grid-template-columns: 1fr;
    }

    .solid-info-section,
    .solid-faq-section {
        margin-top: 42px;
    }
}

.solid-short-link-field {
    width: 100%;
}

.solid-short-link-field input {
    width: 100%;
    box-sizing: border-box;
    height: 52px;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    padding: 0 16px;
    background: #ffffff;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.solid-short-link-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.solid-short-link-actions button,
.solid-short-link-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.solid-short-link-actions button {
    border: 0;
    background: #111827;
    color: #ffffff;
}

.solid-short-link-actions button:hover {
    background: #000000;
}

.solid-short-link-actions a {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
}

.solid-short-link-actions a:hover {
    background: #f3f4f6;
}

/* Solid Tools 공통 페이지 템플릿 */
.solid-page {
    max-width: 1080px;
    margin: 0 auto;
    padding: 56px 20px;
}

.solid-page-hero {
    text-align: center;
    padding: 40px 0 28px;
}

.solid-page-badge,
.solid-page-label {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px;
}

.solid-page-hero h1 {
    max-width: 820px;
    margin: 0 auto 16px;
    color: #111827;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.12;
    letter-spacing: -0.05em;
    font-weight: 900;
}

.solid-page-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.8;
}

.solid-page-section {
    margin-top: 56px;
}

.solid-page-section-head {
    text-align: center;
    margin-bottom: 24px;
}

.solid-page-section-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
}

.solid-page-section-head h2,
.solid-page-split h2,
.solid-page-highlight h2,
.solid-page-cta h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.25;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.solid-page-section-head p,
.solid-page-highlight p,
.solid-page-cta p {
    max-width: 760px;
    margin: 0 auto;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.solid-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.solid-feature-card {
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.solid-feature-card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.solid-feature-card p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.75;
}

.solid-page-split {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
    align-items: start;
    padding: 28px;
    border-radius: 28px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.solid-check-list {
    display: grid;
    gap: 10px;
}

.solid-check-item {
    position: relative;
    padding: 14px 16px 14px 42px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 800;
}

.solid-check-item::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-weight: 900;
}

.solid-channel-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.solid-channel-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbeafe;
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 900;
}

.solid-page-highlight {
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #eff6ff, #ffffff);
    border: 1px solid #dbeafe;
    text-align: center;
}

.solid-page-highlight p + p {
    margin-top: 12px;
}

.solid-page-highlight strong {
    color: #2563eb;
    font-weight: 900;
}

.solid-page-cta {
    margin-top: 58px;
    padding: 34px 24px;
    border-radius: 28px;
    text-align: center;
    background: #111827;
    color: #ffffff;
}

.solid-page-cta h2 {
    color: #ffffff;
}

.solid-page-cta p {
    color: #d1d5db;
}

.solid-page-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 18px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.solid-page-cta a:hover {
    background: #f3f4f6;
}

@media (max-width: 920px) {
    .solid-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solid-page-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .solid-page {
        padding: 36px 16px;
    }

    .solid-feature-grid {
        grid-template-columns: 1fr;
    }

    .solid-page-split,
    .solid-page-highlight,
    .solid-page-cta {
        border-radius: 22px;
        padding: 24px 20px;
    }
}

/* 소개 페이지 Direction 박스 간격 보정 */
.solid-page-highlight .solid-page-label {
    margin-bottom: 22px;
}

.solid-page-highlight h2 {
    margin-bottom: 24px;
}

.solid-page-highlight p {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.solid-page-highlight p + p {
    margin-top: 5px;
}

/* 개인정보 처리방침 페이지 */
.solid-policy-card {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.solid-policy-card h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.3;
    letter-spacing: -0.03em;
    font-weight: 900;
}

.solid-policy-card p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.85;
}

.solid-policy-card p + p {
    margin-top: 12px;
}

.solid-policy-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.solid-policy-list > div {
    padding: 16px;
    border-radius: 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.solid-policy-list strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
}

.solid-policy-list p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.solid-policy-bullet-list {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.solid-policy-bullet-list li {
    position: relative;
    padding-left: 24px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.75;
}

.solid-policy-bullet-list li::before {
    content: "•";
    position: absolute;
    left: 6px;
    top: 0;
    color: #2563eb;
    font-weight: 900;
}

@media (max-width: 640px) {
    .solid-policy-card {
        padding: 22px 18px;
        border-radius: 20px;
    }
}

.solid-site-footer {
    max-width: 960px;
    margin: 56px auto 0;
    padding: 28px 20px 0;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.solid-footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.solid-footer-links a {
    color: #374151;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.solid-footer-links a:hover {
    color: #2563eb;
}

.solid-site-footer p {
    max-width: 680px;
    margin: 0 auto;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.7;
}

/* 문의 페이지 */
.solid-contact-card {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #eff6ff, #ffffff);
    border: 1px solid #dbeafe;
    text-align: center;
}

.solid-contact-card h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: clamp(26px, 4vw, 36px);
    line-height: 1.25;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.solid-contact-card p {
    max-width: 620px;
    margin: 0 auto;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.solid-contact-email {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.solid-contact-email:hover {
    background: #000000;
    color: #ffffff;
}

@media (max-width: 640px) {
    .solid-contact-card {
        padding: 26px 20px;
        border-radius: 22px;
    }
}

/* 블로그 목록 페이지 */
.solid-blog-list {
    display: grid;
    gap: 18px;
    max-width: 920px;
    margin: 36px auto 0;
}

.solid-blog-card {
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.04);
}

.solid-blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.solid-blog-card-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
}

.solid-blog-card h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.3;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.solid-blog-card h2 a {
    color: #111827;
    text-decoration: none;
}

.solid-blog-card h2 a:hover {
    color: #2563eb;
}

.solid-blog-card p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.solid-blog-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 18px;
    padding: 0 16px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.solid-blog-read-more:hover {
    background: #000000;
    color: #ffffff;
}

.solid-blog-pagination {
    max-width: 920px;
    margin: 28px auto 0;
}

.solid-blog-pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.solid-blog-pagination a,
.solid-blog-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background: #ffffff;
}

.solid-blog-pagination .current {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
}

.solid-empty-blog {
    max-width: 760px;
    margin: 36px auto 0;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    text-align: center;
}

.solid-empty-blog h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.solid-empty-blog p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 640px) {
    .solid-blog-card {
        padding: 22px 18px;
        border-radius: 20px;
    }
}