/* 화려한 메인 스타일 */

/* 전역 스타일 */
body {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    min-height: 100vh;
    margin: 0;
    padding: 0;
    color: #e2e8f0;
}

/* ========================================
   블로그 포스트 페이지 디자인
   ======================================== */

/* 포스트 컨테이너 */
.wp-site-blocks {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    min-height: 100vh;
}

/* 포스트 헤더 영역 */
.wp-block-post-title {
    color: #fff !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    text-align: center;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 포스트 메타 정보 */
.wp-block-post-author-name,
.wp-block-post-date {
    color: #94a3b8 !important;
    font-size: 0.95rem !important;
}

.wp-block-post-author-name a {
    color: #fbbf24 !important;
    text-decoration: none;
    font-weight: 600;
}

.wp-block-post-author-name a:hover {
    color: #f59e0b !important;
}

/* 태그 */
.wp-block-post-terms {
    margin: 20px 0 !important;
}

.wp-block-post-terms a {
    color: #fff !important;
    background: rgba(251, 191, 36, 0.2);
    border: 1px solid rgba(251, 191, 36, 0.3);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin: 5px 5px 5px 0;
    transition: all 0.3s ease;
}

.wp-block-post-terms a:hover {
    background: rgba(251, 191, 36, 0.3);
    border-color: #fbbf24;
    transform: translateY(-2px);
}

/* 포스트 콘텐츠 영역 */
.entry-content,
.wp-block-post-content {
    color: #e2e8f0;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-size: 1.1rem;
    line-height: 1.9;
}

/* 제목 스타일 */
.entry-content h1,
.wp-block-post-content h1 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 50px 0 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(251, 191, 36, 0.3);
}

.entry-content h2,
.wp-block-post-content h2 {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    margin: 45px 0 18px;
    padding-left: 15px;
    border-left: 4px solid #fbbf24;
}

.entry-content h3,
.wp-block-post-content h3 {
    color: #fbbf24;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 40px 0 16px;
}

.entry-content h4,
.wp-block-post-content h4 {
    color: #e2e8f0;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 35px 0 14px;
}

.entry-content h5,
.wp-block-post-content h5,
.entry-content h6,
.wp-block-post-content h6 {
    color: #cbd5e1;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 30px 0 12px;
}

/* 문단 */
.entry-content p,
.wp-block-post-content p {
    color: #e2e8f0;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.entry-content p:first-of-type {
    font-size: 1.15rem;
    line-height: 2;
}

/* 링크 */
.entry-content a,
.wp-block-post-content a {
    color: #fbbf24;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(251, 191, 36, 0.3);
    transition: all 0.3s ease;
}

.entry-content a:hover,
.wp-block-post-content a:hover {
    color: #f59e0b;
    border-bottom-color: #f59e0b;
}

/* 강조 텍스트 */
.entry-content strong,
.wp-block-post-content strong,
.entry-content b,
.wp-block-post-content b {
    color: #fff;
    font-weight: 700;
}

.entry-content em,
.wp-block-post-content em {
    color: #fbbf24;
    font-style: italic;
}

/* 리스트 */
.entry-content ul,
.wp-block-post-content ul,
.entry-content ol,
.wp-block-post-content ol {
    color: #e2e8f0;
    margin: 25px 0;
    padding-left: 30px;
}

.entry-content ul,
.wp-block-post-content ul {
    list-style: none;
}

.entry-content ul li,
.wp-block-post-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.8;
}

.entry-content ul li::before,
.wp-block-post-content ul li::before {
    content: "💎";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.9rem;
}

.entry-content ol,
.wp-block-post-content ol {
    counter-reset: item;
}

.entry-content ol li,
.wp-block-post-content ol li {
    counter-increment: item;
    margin-bottom: 12px;
    line-height: 1.8;
    padding-left: 10px;
}

.entry-content ol li::marker,
.wp-block-post-content ol li::marker {
    color: #fbbf24;
    font-weight: 700;
}

/* 인용구 */
.entry-content blockquote,
.wp-block-post-content blockquote,
.wp-block-quote {
    background: rgba(251, 191, 36, 0.05);
    border-left: 5px solid #fbbf24;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    position: relative;
    font-style: italic;
}

.entry-content blockquote p,
.wp-block-post-content blockquote p,
.wp-block-quote p {
    color: #cbd5e1;
    font-size: 1.15rem;
    line-height: 1.8;
    margin: 0;
}

.entry-content blockquote::before,
.wp-block-post-content blockquote::before,
.wp-block-quote::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 4rem;
    color: rgba(251, 191, 36, 0.2);
    font-family: Georgia, serif;
    line-height: 1;
}

/* 이미지 */
.entry-content img,
.wp-block-post-content img,
.wp-block-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 30px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.entry-content img:hover,
.wp-block-post-content img:hover,
.wp-block-image img:hover {
    transform: scale(1.02);
}

.wp-block-image {
    margin: 30px 0;
}

.wp-block-image figcaption {
    color: #94a3b8;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 10px;
    font-style: italic;
}

/* 테이블 */
.entry-content table,
.wp-block-post-content table,
.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    overflow: hidden;
}

.entry-content th,
.wp-block-post-content th,
.wp-block-table th {
    background: rgba(251, 191, 36, 0.2);
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #fbbf24;
}

.entry-content td,
.wp-block-post-content td,
.wp-block-table td {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

.entry-content tr:hover,
.wp-block-post-content tr:hover,
.wp-block-table tr:hover {
    background: rgba(251, 191, 36, 0.05);
}

/* 코드 블록 */
.entry-content code,
.wp-block-post-content code,
.wp-block-code code {
    background: rgba(0, 0, 0, 0.4);
    color: #fbbf24;
    padding: 3px 8px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    font-size: 0.95rem;
}

.entry-content pre,
.wp-block-post-content pre,
.wp-block-code {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
    overflow-x: auto;
}

.entry-content pre code,
.wp-block-post-content pre code,
.wp-block-code code {
    background: transparent;
    padding: 0;
    color: #10b981;
}

/* 구분선 */
.entry-content hr,
.wp-block-post-content hr,
.wp-block-separator {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.5), transparent);
    margin: 50px 0;
}

/* 버튼/CTA */
.entry-content .wp-block-button,
.wp-block-post-content .wp-block-button {
    margin: 25px 0;
}

.entry-content .wp-block-button__link,
.wp-block-post-content .wp-block-button__link {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #0f172a;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.entry-content .wp-block-button__link:hover,
.wp-block-post-content .wp-block-button__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.4);
}

/* 댓글 섹션 */
.wp-block-comments {
    color: #e2e8f0;
    max-width: 800px;
    margin: 60px auto 0;
    padding: 40px 20px;
}

.wp-block-comments h2 {
    color: #fbbf24;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.wp-block-comment {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.wp-block-comment-author-name {
    color: #fbbf24;
    font-weight: 700;
}

.wp-block-comment-date {
    color: #94a3b8;
    font-size: 0.9rem;
}

.wp-block-comment-content p {
    color: #e2e8f0;
    line-height: 1.7;
}

/* 포스트 네비게이션 */
.wp-block-post-navigation-link {
    margin: 40px 0;
}

.wp-block-post-navigation-link a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 10px;
    color: #fbbf24;
    text-decoration: none;
    transition: all 0.3s ease;
}

.wp-block-post-navigation-link a:hover {
    background: rgba(251, 191, 36, 0.1);
    border-color: #fbbf24;
    transform: translateX(5px);
}

.post-navigation-link-previous a:hover {
    transform: translateX(-5px);
}

.main-content {
    min-height: 100vh;
    padding: 100px 0 80px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-gradient {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gold {
    color: #fbbf24;
}

/* 네비게이션 */
.main-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.logo:hover .logo-icon {
    transform: rotate(12deg);
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0;
}

.nav-menu {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-link {
    color: #d1d5db;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.nav-link:hover {
    color: #22d3ee;
    transform: scale(1.1);
}

.nav-link-admin {
    background: linear-gradient(to right, #9333ea, #ec4899);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    color: white !important;
}

.btn-nav {
    background: linear-gradient(to right, #FFD700, #FFA500, #FF4500);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    animation: pulse 2s infinite;
}

.btn-nav:hover {
    transform: scale(1.1);
}

/* 히어로 섹션 */
.hero-section {
    position: relative;
    padding: 6rem 0;
    text-align: center;
    overflow: hidden;
}

.particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.particle {
    position: absolute;
    border-radius: 50%;
    mix-blend-mode: multiply;
    filter: blur(60px);
    opacity: 0.2;
}

.particle-1 {
    top: 5rem;
    left: 2.5rem;
    width: 18rem;
    height: 18rem;
    background: #3b82f6;
    animation: float 6s ease-in-out infinite;
}

.particle-2 {
    top: 10rem;
    right: 2.5rem;
    width: 24rem;
    height: 24rem;
    background: #8b5cf6;
    animation: float 6s ease-in-out infinite 2s;
}

.particle-3 {
    bottom: -8rem;
    left: 33%;
    width: 24rem;
    height: 24rem;
    background: #06b6d4;
    animation: float 6s ease-in-out infinite 4s;
}

.hero-badge {
    display: inline-block;
    background: linear-gradient(to right, #FFD700, #FFA500);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    animation: pulse 4s infinite;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle-main {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #d1d5db;
    margin-bottom: 2.5rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 15px;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.revenue-counter {
    max-width: 48rem;
    margin: 0 auto;
    background: linear-gradient(to right, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.2));
    border: 2px solid rgba(16, 185, 129, 0.5);
    text-align: center;
}

.counter-label {
    color: #d1d5db;
    margin-bottom: 0.5rem;
}

.counter-value {
    font-size: 3.75rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.counter-note {
    font-size: 0.875rem;
    color: #9ca3af;
}

/* 수익 증명 섹션 */
.proof-section {
    padding: 5rem 0;
}

.section-title {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.proof-card {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2));
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.3s;
}

.proof-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.3);
}

.proof-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.user-info {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.user-avatar {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.user-name {
    font-weight: bold;
}

.user-rank {
    font-size: 0.75rem;
    color: #9ca3af;
}

.verified-badge {
    background: #10b981;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: bold;
}

.keyword-box {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 0.75rem;
}

.keyword-label {
    font-size: 0.875rem;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}

.keyword-value {
    font-size: 1.125rem;
    font-weight: bold;
    color: #22d3ee;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.stats-label {
    font-size: 0.75rem;
    color: #9ca3af;
}

.stats-value {
    font-size: 1.125rem;
    font-weight: bold;
}

.text-green {
    color: #10b981;
}

/* 기능 섹션 */
.features-section {
    padding: 5rem 0;
}

.section-subtitle {
    text-align: center;
    color: #d1d5db;
    font-size: 1.125rem;
    margin-bottom: 3rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    position: relative;
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s;
    text-decoration: none;
    color: white;
    overflow: hidden;
}

.feature-card:hover {
    transform: scale(1.05);
}

.feature-blue {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(6, 182, 212, 0.3));
    border: 2px solid rgba(59, 130, 246, 0.5);
}

.feature-green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.3), rgba(5, 150, 105, 0.3));
    border: 2px solid rgba(16, 185, 129, 0.5);
}

.feature-orange {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.3), rgba(239, 68, 68, 0.3));
    border: 2px solid rgba(249, 115, 22, 0.5);
}

.feature-blue:hover {
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.5);
}

.feature-green:hover {
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.5);
}

.feature-orange:hover {
    box-shadow: 0 20px 60px rgba(249, 115, 22, 0.5);
}

.feature-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(to right, #FFD700, #FFA500);
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: bold;
    animation: bounce 3s infinite;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-title {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.feature-desc {
    color: #d1d5db;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.feature-box {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.feature-box-title {
    color: #FBBF24;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.feature-box-content {
    font-size: 0.875rem;
    color: #d1d5db;
    line-height: 1.6;
}

.feature-revenue-box {
    background: linear-gradient(to right, rgba(180, 83, 9, 0.4), rgba(194, 65, 12, 0.4));
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(245, 158, 11, 0.3);
    margin-bottom: 1rem;
}

.revenue-box-title {
    color: #FBBF24;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.revenue-box-value {
    font-size: 2.25rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.revenue-box-note {
    font-size: 0.75rem;
    color: #d1d5db;
}

/* 통계 섹션 */
.stats-section {
    padding: 5rem 0;
}

.stats-card {
    background: linear-gradient(to right, rgba(147, 51, 234, 0.2), rgba(236, 72, 153, 0.2));
    border: 2px solid rgba(147, 51, 234, 0.5);
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-icon {
    font-size: 3.75rem;
    margin-bottom: 1rem;
    animation: bounce 3s infinite;
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #d1d5db;
    font-size: 1.125rem;
    font-weight: 600;
}

/* CTA 섹션 */
.cta-section {
    padding: 5rem 0;
}

.cta-card {
    background: linear-gradient(to right, rgba(180, 83, 9, 0.3), rgba(194, 65, 12, 0.3), rgba(153, 27, 27, 0.3));
    border: 2px solid rgba(245, 158, 11, 0.5);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(245, 158, 11, 0.1), rgba(249, 115, 22, 0.1), rgba(239, 68, 68, 0.1));
    animation: pulse 4s infinite;
}

.cta-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    animation: bounce 3s infinite;
    position: relative;
    z-index: 10;
}

.cta-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 10;
}

.cta-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #e5e7eb;
    position: relative;
    z-index: 10;
}

.cta-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    max-width: 48rem;
    margin: 0 auto 2rem;
    background: rgba(0, 0, 0, 0.4);
    padding: 1.5rem;
    border-radius: 16px;
    position: relative;
    z-index: 10;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.benefit-check {
    font-size: 1.875rem;
}

.benefit-title {
    font-weight: bold;
}

.benefit-desc {
    font-size: 0.875rem;
    color: #9ca3af;
}

.btn-large {
    padding: 1.5rem 4rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 10;
}

.cta-note {
    color: #9ca3af;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    position: relative;
    z-index: 10;
}

/* 푸터 */
.main-footer {
    margin-top: 5rem;
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 23, 42, 0.5);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.footer-desc {
    color: #9ca3af;
    font-size: 0.875rem;
}

.footer-title {
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #22d3ee;
}

.footer-revenue-box {
    background: linear-gradient(to right, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.2));
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.footer-revenue-label {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}

.footer-revenue-value {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.footer-revenue-growth {
    font-size: 0.75rem;
    color: #10b981;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

.footer-tagline {
    font-size: 0.875rem;
    color: #6b7280;
}

/* 반응형 */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .counter-value {
        font-size: 2.5rem;
    }

    .features-grid,
    .proof-grid,
    .stats-row {
        grid-template-columns: 1fr;
    }

    .cta-title {
        font-size: 2rem;
    }

    .btn-large {
        padding: 1rem 2rem;
        font-size: 1.125rem;
    }
}

/* 로딩 및 에러 상태 */
.loading-state, .error-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 215, 0, 0.2);
    border-top-color: #FFD700;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    font-size: 1.2rem;
    color: #e2e8f0;
    margin-bottom: 10px;
}

.loading-hint {
    font-size: 1rem;
    color: #94a3b8;
}

.error-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.error-text {
    font-size: 1.1rem;
    color: #ef4444;
    margin-bottom: 20px;
    text-align: center;
}

.generated-content-wrapper {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.content-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.content-keyword {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFD700;
}

.content-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.meta-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #94a3b8;
}

/* Settings Page Styles */
.settings-page .page-hero {
    text-align: center;
    padding: 60px 0 40px;
    margin-bottom: 40px;
}

.settings-page .page-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.settings-page .page-subtitle {
    font-size: 1.2rem;
    color: #94a3b8;
    line-height: 1.8;
}

.settings-page .settings-container {
    max-width: 900px;
    margin: 0 auto;
}

.settings-page .settings-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.settings-page .card-title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.settings-page .form-group {
    margin-bottom: 25px;
}

.settings-page .form-label {
    display: block;
    color: #e2e8f0;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1rem;
}

.settings-page .form-input,
.settings-page .form-select,
.settings-page .form-textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s;
}

.settings-page .form-input:focus,
.settings-page .form-select:focus,
.settings-page .form-textarea:focus {
    outline: none;
    border-color: #fbbf24;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
}

.settings-page .form-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.settings-page .field-note {
    font-size: 0.875rem;
    color: #94a3b8;
    margin-top: 8px;
}

.settings-page .btn-primary {
    background: linear-gradient(to right, #fbbf24, #f59e0b);
    color: #0f172a;
    padding: 14px 32px;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.settings-page .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
}

.settings-page .btn-danger {
    background: linear-gradient(to right, #ef4444, #dc2626);
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.settings-page .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
}

.settings-page .success-message {
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #10b981;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.settings-page .info-box {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
}

.settings-page .info-box p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

.settings-page .danger-zone {
    background: rgba(239, 68, 68, 0.1);
    border: 2px solid rgba(239, 68, 68, 0.3);
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
}

.settings-page .danger-zone .card-title {
    color: #ef4444;
}

/* 로딩 상태 */
.settings-page .btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.settings-page .btn-primary.loading::after {
    content: "...";
    animation: dots 1.5s infinite;
}

@keyframes dots {
    0%, 20% { content: "."; }
    40% { content: ".."; }
    60%, 100% { content: "..."; }
}

/* ========================================
   모바일 반응형 디자인
   ======================================== */

@media (max-width: 1024px) {
    /* 태블릿 사이즈 */
    .entry-content,
    .wp-block-post-content {
        padding: 30px 15px;
        font-size: 1.05rem;
    }

    .wp-block-post-title {
        font-size: 2.2rem !important;
    }

    .entry-content h1,
    .wp-block-post-content h1 {
        font-size: 2rem;
    }

    .entry-content h2,
    .wp-block-post-content h2 {
        font-size: 1.7rem;
    }

    .entry-content h3,
    .wp-block-post-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    /* 모바일 사이즈 */

    /* 포스트 제목 */
    .wp-block-post-title {
        font-size: 1.8rem !important;
        padding: 0 15px;
        line-height: 1.4 !important;
    }

    /* 포스트 콘텐츠 */
    .entry-content,
    .wp-block-post-content {
        padding: 20px 15px;
        font-size: 1rem;
    }

    /* 제목들 */
    .entry-content h1,
    .wp-block-post-content h1 {
        font-size: 1.7rem;
        margin: 35px 0 15px;
    }

    .entry-content h2,
    .wp-block-post-content h2 {
        font-size: 1.5rem;
        margin: 30px 0 14px;
        padding-left: 12px;
    }

    .entry-content h3,
    .wp-block-post-content h3 {
        font-size: 1.3rem;
        margin: 28px 0 12px;
    }

    .entry-content h4,
    .wp-block-post-content h4 {
        font-size: 1.2rem;
        margin: 25px 0 10px;
    }

    .entry-content h5,
    .wp-block-post-content h5,
    .entry-content h6,
    .wp-block-post-content h6 {
        font-size: 1.1rem;
        margin: 22px 0 10px;
    }

    /* 문단 */
    .entry-content p,
    .wp-block-post-content p {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 1.2rem;
    }

    .entry-content p:first-of-type {
        font-size: 1.05rem;
    }

    /* 리스트 */
    .entry-content ul,
    .wp-block-post-content ul,
    .entry-content ol,
    .wp-block-post-content ol {
        padding-left: 20px;
        margin: 20px 0;
    }

    .entry-content ul li,
    .wp-block-post-content ul li {
        padding-left: 20px;
        margin-bottom: 10px;
    }

    /* 인용구 */
    .entry-content blockquote,
    .wp-block-post-content blockquote,
    .wp-block-quote {
        padding: 20px 20px 20px 25px;
        margin: 25px 0;
    }

    .entry-content blockquote p,
    .wp-block-post-content blockquote p,
    .wp-block-quote p {
        font-size: 1.05rem;
    }

    .entry-content blockquote::before,
    .wp-block-post-content blockquote::before,
    .wp-block-quote::before {
        font-size: 3rem;
        top: 5px;
        left: 5px;
    }

    /* 이미지 */
    .entry-content img,
    .wp-block-post-content img,
    .wp-block-image img {
        margin: 20px 0;
        border-radius: 10px;
    }

    /* 테이블 */
    .entry-content table,
    .wp-block-post-content table,
    .wp-block-table table {
        font-size: 0.9rem;
    }

    .entry-content th,
    .wp-block-post-content th,
    .wp-block-table th,
    .entry-content td,
    .wp-block-post-content td,
    .wp-block-table td {
        padding: 10px;
    }

    /* 코드 블록 */
    .entry-content code,
    .wp-block-post-content code,
    .wp-block-code code {
        font-size: 0.85rem;
        padding: 2px 6px;
    }

    .entry-content pre,
    .wp-block-post-content pre,
    .wp-block-code {
        padding: 15px;
        margin: 20px 0;
        font-size: 0.85rem;
    }

    /* 버튼 */
    .entry-content .wp-block-button__link,
    .wp-block-post-content .wp-block-button__link {
        padding: 12px 25px;
        font-size: 1rem;
    }

    /* 댓글 */
    .wp-block-comments {
        padding: 30px 15px;
    }

    .wp-block-comments h2 {
        font-size: 1.6rem;
    }

    .wp-block-comment {
        padding: 15px;
    }

    /* 포스트 네비게이션 */
    .wp-block-post-navigation-link a {
        padding: 12px 20px;
        font-size: 0.95rem;
    }

    /* 태그 */
    .wp-block-post-terms a {
        padding: 5px 12px;
        font-size: 0.85rem;
        margin: 4px 4px 4px 0;
    }

    /* Settings 페이지 */
    .settings-page .page-title {
        font-size: 2rem;
    }

    .settings-page .settings-card {
        padding: 20px;
    }

    .settings-page .btn-primary {
        padding: 12px 24px;
    }
}

@media (max-width: 480px) {
    /* 작은 모바일 사이즈 */

    .wp-block-post-title {
        font-size: 1.5rem !important;
    }

    .entry-content,
    .wp-block-post-content {
        padding: 15px 10px;
        font-size: 0.95rem;
    }

    .entry-content h1,
    .wp-block-post-content h1 {
        font-size: 1.5rem;
    }

    .entry-content h2,
    .wp-block-post-content h2 {
        font-size: 1.3rem;
    }

    .entry-content h3,
    .wp-block-post-content h3 {
        font-size: 1.2rem;
    }

    .entry-content blockquote,
    .wp-block-post-content blockquote,
    .wp-block-quote {
        padding: 15px 15px 15px 20px;
    }

    .entry-content .wp-block-button__link,
    .wp-block-post-content .wp-block-button__link {
        padding: 10px 20px;
        font-size: 0.95rem;
        width: 100%;
        text-align: center;
    }
}

/* ===================================
   포트폴리오 섹션 스타일
   =================================== */

.portfolio-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.portfolio-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(251, 191, 36, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.portfolio-section .container {
    position: relative;
    z-index: 1;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.portfolio-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.portfolio-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(251, 191, 36, 0.2);
    border-color: rgba(251, 191, 36, 0.3);
}

.portfolio-card:hover::before {
    opacity: 1;
}

.portfolio-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.portfolio-date {
    font-size: 0.9rem;
    color: #94a3b8;
}

.portfolio-badge {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.portfolio-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.portfolio-title a {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.portfolio-title a:hover {
    opacity: 0.8;
}

.portfolio-excerpt {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.portfolio-footer {
    display: flex;
    justify-content: flex-end;
}

.btn-portfolio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-portfolio:hover {
    background: rgba(251, 191, 36, 0.2);
    border-color: rgba(251, 191, 36, 0.5);
    transform: translateX(3px);
}

.portfolio-more {
    text-align: center;
    margin-top: 50px;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1a1a2e;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);
}

.btn-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(251, 191, 36, 0.4);
}

.no-portfolio {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
}

.no-portfolio p {
    color: #94a3b8;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

/* 포트폴리오 반응형 */
@media (max-width: 768px) {
    .portfolio-section {
        padding: 50px 0;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .portfolio-card {
        padding: 20px;
    }

    .portfolio-title {
        font-size: 1.2rem;
    }

    .portfolio-more {
        margin-top: 30px;
    }

    .btn-more {
        padding: 12px 30px;
        font-size: 1rem;
    }
}
