/* --- 테마: 기업 프로페셔널 (Corp Professional) --- */
/* --- 부추삼겹살 창업 전용 스타일 --- */

.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background: #ffffff;
    color: #2c2c2c;
    line-height: 1.95;
    word-break: keep-all;
    padding: 50px 45px;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.premium-title {
    font-size: 2.6em;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 3px solid #2d7a3a;
    position: relative;
}

.premium-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #c0392b;
}

.premium-content-wrapper h2 {
    font-size: 2em;
    font-weight: 700;
    color: #2d7a3a;
    text-align: left;
    padding-bottom: 15px;
    margin: 50px 0 25px 0;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
    padding-left: 18px;
}

.premium-content-wrapper h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #2d7a3a, #c0392b);
    border-radius: 2px;
}

.premium-content-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 18px;
    width: 50px;
    height: 2px;
    background: #2d7a3a;
}

.premium-content-wrapper h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: #1a1a1a;
    margin: 35px 0 18px 0;
    padding-left: 14px;
    border-left: 3px solid #2d7a3a;
}

.premium-content-wrapper p {
    font-size: 1.05em;
    margin-bottom: 18px;
    color: #444444;
    text-align: justify;
}

.premium-content-wrapper strong {
    color: #1a1a1a;
    font-weight: 700;
}

.premium-content-wrapper em {
    color: #2d7a3a;
    font-style: normal;
    font-weight: 600;
}

.premium-content-wrapper a {
    color: #2d7a3a;
    text-decoration: none;
    border-bottom: 1px solid rgba(45, 122, 58, 0.3);
    transition: all 0.3s ease;
}

.premium-content-wrapper a:hover {
    color: #1a5c28;
    border-bottom-color: #1a5c28;
}

.premium-content-wrapper ul,
.premium-content-wrapper ol {
    margin: 20px 0;
    padding-left: 25px;
}

.premium-content-wrapper li {
    margin-bottom: 12px;
    font-size: 1.02em;
    color: #444444;
    position: relative;
}

.premium-content-wrapper ul li::marker {
    color: #2d7a3a;
}

.premium-content-wrapper ol li::marker {
    color: #2d7a3a;
    font-weight: 700;
}

.premium-content-wrapper blockquote {
    background: linear-gradient(135deg, #f0faf2, #f8fdf9);
    border-left: 4px solid #2d7a3a;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    font-style: normal;
    color: #333;
}

.premium-content-wrapper blockquote p {
    margin-bottom: 0;
    font-size: 1.1em;
}

.premium-content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.premium-content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.premium-content-wrapper table th {
    background: #2d7a3a;
    color: #ffffff;
    padding: 14px 18px;
    font-weight: 600;
    text-align: left;
    font-size: 0.95em;
}

.premium-content-wrapper table td {
    padding: 13px 18px;
    border-bottom: 1px solid #eee;
    font-size: 0.98em;
}

.premium-content-wrapper table tr:nth-child(even) {
    background: #f8fdf9;
}

.premium-content-wrapper table tr:hover {
    background: #e8f5e9;
}

/* Info Box */
.info-box {
    background: #f0faf2;
    border: 1px solid #c8e6c9;
    border-radius: 10px;
    padding: 25px 30px;
    margin: 30px 0;
}

.info-box-title {
    font-size: 1.15em;
    font-weight: 700;
    color: #2d7a3a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Highlight Box */
.highlight-box {
    background: linear-gradient(135deg, #fff5f5, #fff);
    border: 1px solid #ffcdd2;
    border-left: 4px solid #c0392b;
    border-radius: 0 10px 10px 0;
    padding: 25px 30px;
    margin: 30px 0;
}

/* Number Card */
.number-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border: 2px solid #2d7a3a;
    border-radius: 12px;
    padding: 20px 30px;
    margin: 10px;
    min-width: 140px;
    box-shadow: 0 2px 12px rgba(45, 122, 58, 0.1);
}

.number-card .num {
    font-size: 2.4em;
    font-weight: 800;
    color: #2d7a3a;
    line-height: 1;
}

.number-card .label {
    font-size: 0.9em;
    color: #666;
    margin-top: 8px;
}

/* FAQ Section */
.faq-section {
    margin: 40px 0;
}

.faq-item {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #2d7a3a;
    box-shadow: 0 2px 10px rgba(45,122,58,0.08);
}

.faq-question {
    font-weight: 700;
    font-size: 1.08em;
    color: #1a1a1a;
    padding: 18px 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-question::before {
    content: 'Q';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #2d7a3a;
    color: #fff;
    border-radius: 50%;
    font-size: 0.85em;
    font-weight: 800;
    flex-shrink: 0;
}

.faq-answer {
    padding: 0 22px 18px 62px;
    color: #555;
    font-size: 1em;
    line-height: 1.8;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #2d7a3a, #1a5c28);
    color: #ffffff !important;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(45, 122, 58, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 122, 58, 0.4);
}

.cta-button-red {
    background: linear-gradient(135deg, #c0392b, #922b21);
    box-shadow: 0 4px 15px rgba(192, 57, 43, 0.3);
}

.cta-button-red:hover {
    box-shadow: 0 6px 20px rgba(192, 57, 43, 0.4);
}

/* Grid Layout */
.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.grid-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 28px;
    transition: all 0.3s ease;
}

.grid-card:hover {
    border-color: #2d7a3a;
    box-shadow: 0 4px 20px rgba(45, 122, 58, 0.1);
    transform: translateY(-3px);
}

.grid-card h4 {
    font-size: 1.2em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.grid-card p {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 0;
}

/* Step Process */
.step-item {
    display: flex;
    gap: 20px;
    margin: 25px 0;
    align-items: flex-start;
}

.step-number {
    width: 45px;
    height: 45px;
    background: #2d7a3a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2em;
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 1.15em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.step-content p {
    font-size: 0.98em;
    color: #666;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .premium-content-wrapper {
        padding: 28px 20px;
    }
    .premium-title {
        font-size: 1.8em;
    }
    .premium-content-wrapper h2 {
        font-size: 1.5em;
    }
    .content-grid {
        grid-template-columns: 1fr;
    }
    .number-card {
        min-width: 100px;
        padding: 15px 20px;
    }
}
