.greeting-text {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.greeting-text p {
    margin-bottom: 1.5em;
    text-align: justify;
}

.greeting-text p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 2em;
}

.greeting-text p:last-child {
    text-align: center;
    font-weight: 600;
    margin-top: 2em;
    color: #2c3e50;
}

.about-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .about-hero {
        min-height: 50vh;
        background-attachment: scroll;
    }
}

@media (max-width: 480px) {
    .about-hero {
        min-height: 40vh;
    }
}

.elegant-title {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #2c3e50;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    letter-spacing: -1px;
    line-height: 1.2;
}

.elegant-subtitle {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #e74c3c;
    margin-top: 10px;
}

/* Blog Layout Styles */
.blog-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.story-block {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    gap: 3rem;
    min-height: 400px;
}

.story-block.left-image {
    flex-direction: row;
}

.story-block.right-image {
    flex-direction: row-reverse;
}

.story-image {
    flex: 1;
    max-width: 500px;
}

.story-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.story-image img:hover {
    transform: scale(1.02);
}

.story-content {
    flex: 1;
    max-width: 600px;
}

.story-content h3 {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.story-content p {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 0;
    font-weight: 400;
}

.story-closing {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem 0;
}

.highlight-text {
    font-weight: 700;
    color: #2c3e50;
    background: none;
}

/* Tablet Styles */
@media (max-width: 968px) {
    .story-block {
        flex-direction: column !important;
        text-align: center;
        gap: 2rem;
        margin-bottom: 3rem;
    }
    
    /* 모바일에서 이미지를 항상 위에 배치 */
    .story-block .story-image {
        order: 1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .story-block .story-content {
        order: 2;
    }
    
    .story-image img {
        height: 280px;
    }
    
    .story-content h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
    .story-content p {
        font-size: 15px;
        text-align: left;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .blog-layout {
        padding: 0 15px;
    }
    
    .story-block {
        margin-bottom: 2.5rem;
        gap: 1.5rem;
    }
    
    /* 모바일에서 이미지를 항상 위에 배치 */
    .story-block .story-image {
        order: 1;
        max-width: 100%;
    }
    
    .story-block .story-content {
        order: 2;
    }
    
    .story-image img {
        height: 240px;
        border-radius: 8px;
    }
    
    .story-content h3 {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .story-content p {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .elegant-title {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .elegant-subtitle {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .blog-layout {
        padding: 0 10px;
    }
    
    .story-block {
        margin-bottom: 2rem;
        gap: 1rem;
    }
    
    /* 작은 모바일에서도 이미지를 항상 위에 배치 */
    .story-block .story-image {
        order: 1;
    }
    
    .story-block .story-content {
        order: 2;
    }
    
    .story-image img {
        height: 200px;
    }
    
    .story-content h3 {
        font-size: 1.2rem;
    }
    
    .story-content p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .elegant-title {
        font-size: 1.5rem;
    }
    
    .elegant-subtitle {
        font-size: 1.2rem;
    }
    
    .name-highlight {
        font-size: 1.0em;
    }
}

.name-highlight {
    font-family: 'Nanum Pen Script', cursive;
    font-weight: 400;
    color: #6c63ff;
    font-size: 1.3em;
    background: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* CTA Section Styles */
.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.cta-content h2 {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.cta-content p {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.cta-secondary {
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
}

.cta-secondary:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

.cta-arrow {
    font-style: normal;
    transition: transform 0.3s ease;
}

.cta-primary:hover .cta-arrow {
    transform: translateX(3px);
}

/* Mobile CTA Styles */
@media (max-width: 768px) {
    .cta-content {
        padding: 30px 15px;
    }
    
    .cta-content h2 {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
    }
    
    .cta-content p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .cta-primary,
    .cta-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 14px 25px;
    }
}

@media (max-width: 480px) {
    .cta-content {
        padding: 25px 10px;
    }
    
    .cta-content h2 {
        font-size: 1.4rem;
    }
    
    .cta-content p {
        font-size: 0.95rem;
    }
    
    .cta-primary,
    .cta-secondary {
        font-size: 0.9rem;
        padding: 12px 20px;
        max-width: 250px;
    }
}