/* 마케팅 페이지 디자인 개선 */

/* 아이콘 공통 스타일 */
.fas, .fab, .far {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* 프로세스 스텝 아이콘 개선 */
.process-step i {
    width: 60px;
    height: 60px;
    background: #e15022;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.process-items i {
    font-size: 32px;
    color: #1ec800;
    margin-bottom: 12px;
    display: block;
}

/* 광고 타입 카드 아이콘 개선 */
.ad-type-card i {
    width: 60px;
    height: 60px;
    background: #F7E600;
    color: #333;
    font-size: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

/* 특성 아이콘 개선 */
.feature i {
    font-size: 36px;
    color: #2964ed;
    margin-bottom: 10px;
    display: block !important;
}

/* 서비스 아이콘 개선 */
.xhs-service .icon i {
    font-size: 24px;
    color: white;
}

/* 혜택 아이콘 개선 */
.benefit-item i {
    font-size: 20px;
    color: #e74c3c;
}

/* 전체 레이아웃 개선 */
.marketing-page {
    background: #f8f9fa;
}

.marketing-section {
    padding: 60px 0;
    background: #fff;
}

/* 섹션 헤더 개선 */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
    letter-spacing: -0.5px;
}

.section-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* 서비스 컨텐츠 개선 */
.service-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* 전체 너비 컨텐츠 */
.content-full {
    grid-column: 1 / -1;
    width: 100%;
}

.content-full h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.content-full > p {
    font-size: 13px;
    line-height: 1.9;
    color: #555;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 40px;
    word-break: keep-all;
}

.content-left h4,
.content-right h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.content-left p,
.content-right p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

/* 리워드 마케팅 개선 */
.process-flow {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
    padding: 40px 20px;
    background: linear-gradient(to bottom, #fff, #f8f9fa);
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.process-step {
    text-align: center;
    flex: 1;
    position: relative;
}

.process-step i {
    width: 60px;
    height: 60px;
    background: #e15022;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.process-step span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.process-arrow {
    position: absolute;
    right: -20px;
    top: 25px;
    color: #ddd;
    font-size: 20px;
}

.process-step:last-child .process-arrow {
    display: none;
}

/* 네이버 마케팅 개선 */
.process-items {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 15px;
}

.process-items .process-item {
    flex: 1;
    text-align: center;
    padding: 25px 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    transition: all 0.3s;
}

.process-items .process-item:hover {
    border-color: #1ec800;
    box-shadow: 0 5px 20px rgba(30, 200, 0, 0.1);
}

.process-items .step {
    display: inline-block;
    padding: 3px 12px;
    background: #1ec800;
    color: white;
    font-size: 11px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.process-items i {
    font-size: 32px;
    color: #1ec800;
    margin-bottom: 12px;
    display: block;
}

.process-items h6 {
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

/* 네이버 광고 유형 섹션 - 카드 형태 */
.naver-ad-types {
    margin-top: 50px;
}

.naver-ad-types h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
}

/* 광고 타입 카드 그리드 */
.ad-type-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.ad-type {
    background: white;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
    text-align: center;
}

.ad-type:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(30, 200, 0, 0.12);
    border-color: #1ec800;
}

.ad-type h6 {
    font-size: 16px;
    color: #333;
    margin: 0 0 15px 0;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.ad-type h6 i {
    width: 50px;
    height: 50px;
    background: #e8f5e8;
    color: #1ec800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

.ad-type h6 span {
    line-height: 1.3;
}

.ad-type p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.7;
    word-break: keep-all;
}

/* 모바일 반응형 */
@media (max-width: 1024px) {
    .ad-type-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .naver-stats {
        grid-template-columns: 1fr;
    }
    
    .naver-ad-types .ad-type-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .ad-type {
        padding: 25px 20px;
    }
    
    .ad-type:hover {
        transform: translateY(-3px);
    }
    
    .ad-type h6 i {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

.ad-type h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ad-type h6 i {
    width: 35px;
    height: 35px;
    background: #e8f5e8;
    color: #1ec800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}

.ad-type p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* 카카오 마케팅 개선 */
.ad-types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.ad-type-card {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.ad-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: #F7E600;
}

.ad-type-card i {
    width: 60px;
    height: 60px;
    background: #F7E600;
    color: #333;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.ad-type-card h6 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.ad-type-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* 통계 리스트 개선 */
.stats-list .stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.stats-list .stat-item:hover {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.stats-list .stat-item i {
    width: 40px;
    height: 40px;
    background: #F7E600;
    color: #333;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

/* 구글 마케팅 개선 */
.ad-types-list {
    margin-top: 30px;
}

.ad-type-item {
    display: flex;
    gap: 25px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s;
    align-items: center;
}

.ad-type-item:hover {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.ad-type-item .icon-wrap {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.ad-type-item .icon-wrap i {
    font-size: 24px;
    color: #4285f4;
}

.ad-type-item .content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.ad-type-item .content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.5;
}

.ad-type-item .billing {
    display: inline-block;
    padding: 3px 10px;
    background: #e8f0fe;
    color: #4285f4;
    font-size: 12px;
    border-radius: 15px;
    font-weight: 500;
}

/* 생태계 그리드 개선 */
.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.eco-item {
    text-align: center;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s;
}

.eco-item:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.eco-item i {
    margin-bottom: 10px;
}

.eco-item span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* 메타 마케팅 개선 */
.meta-platforms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.platform {
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
}

.platform-header {
    padding: 20px;
    text-align: center;
    color: white;
}

.platform-header.fb {
    background: #1877f2;
}

.platform-header.ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.platform-header i {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.platform-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.platform ul {
    padding: 20px;
    margin: 0;
    list-style: none;
}

.platform li {
    padding: 8px 0;
    font-size: 14px;
    color: #555;
    padding-left: 20px;
    position: relative;
}

.platform li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #999;
}

/* 메타 도구 개선 */
.tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.tools-grid span {
    display: inline-block;
    padding: 8px 16px;
    background: #e8f0fe;
    color: #2964ed;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

/* 샤오홍서 개선 */
.xiaohongshu-intro {
    text-align: center;
    margin-bottom: 50px;
}

.xhs-logo {
    margin-bottom: 30px;
}

.xhs-logo .chinese {
    font-size: 48px;
    font-weight: 700;
    color: #e74c3c;
    display: block;
    margin-bottom: 5px;
}

.xhs-logo .korean {
    font-size: 18px;
    color: #666;
}

.xhs-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.xhs-stats .stat {
    text-align: center;
}

.xhs-stats .stat h4 {
    font-size: 36px;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 5px;
}

.xhs-stats .stat p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* 키워드 클라우드 개선 */
.keyword-cloud {
    margin-top: 25px;
}

.keyword-category {
    margin-bottom: 25px;
}

.keyword-category h5 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #333;
    font-weight: 600;
}

.keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.keywords span {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, #ffe4e1, #ffd6d1);
    color: #e74c3c;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
}

.keywords span:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(231, 76, 60, 0.2);
}

/* 가격표 개선 */
.pricing-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.pricing-table th {
    padding: 15px;
    background: #333;
    color: white;
    font-weight: 500;
    font-size: 14px;
}

.pricing-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

.pricing-table tr.highlight {
    background: #fff3f0;
}

.pricing-table tr.highlight td {
    font-weight: 600;
    color: #e74c3c;
}

/* CTA 버튼 개선 */
.cta-section {
    text-align: center;
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #e74c3c, #d63b2b);
    color: white;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(231, 76, 60, 0.4);
}

.btn-primary i {
    font-size: 18px;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background: #fff;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #e74c3c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.btn-secondary i {
    font-size: 18px;
}

/* Success Note 개선 */
.success-note {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff8e1;
    border-left: 3px solid #F7E600;
    border-radius: 0 8px 8px 0;
    margin-top: 30px;
}

.success-note i {
    font-size: 24px;
    color: #f9a825;
    flex-shrink: 0;
}

.success-note p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Special Badge 개선 */
.special-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #e74c3c, #d63b2b);
    color: white;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.special-badge i {
    margin-right: 5px;
}

/* 네이버 배지 스타일 */
.naver-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #1ec800, #16a000);
    color: white;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.naver-badge i {
    margin-right: 5px;
}

/* Stats 섹션 개선 */
.stats {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(to bottom, #fff, #f8f9fa);
    border-radius: 12px;
}

.stat-item {
    text-align: center;
}

.stat-item .number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #e15022;
    margin-bottom: 5px;
}

.stat-item .label {
    display: block;
    font-size: 14px;
    color: #666;
}

/* Feature Items 개선 */
.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-item i {
    width: 40px;
    height: 40px;
    background: #ffe4e1;
    color: #e15022;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.feature-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* 글로벌 도달 범위 개선 */
.global-reach {
    margin-top: 30px;
}

.global-reach h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.reach-stats {
    display: flex;
    justify-content: space-around;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
}

.reach-stats .stat {
    text-align: center;
}

.reach-stats .stat i {
    font-size: 32px;
    color: #4285f4;
    margin-bottom: 10px;
    display: block;
}

.reach-stats .stat span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* 메타 케이스 스터디 개선 */
.case-study {
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-top: 20px;
}

.case-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.case-header .industry {
    padding: 5px 15px;
    background: #2964ed;
    color: white;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.case-header .period {
    font-size: 13px;
    color: #666;
}

.case-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.case-results .result {
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 8px;
}

.case-results .metric {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.case-results .value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #2964ed;
}

/* 플랫폼 비교 카드 개선 */
.platform-comparison {
    margin-top: 30px;
}

.platform-comparison h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.platform-card {
    padding: 25px;
    background: linear-gradient(to right, #fff, #f8f9fa);
    border-left: 3px solid #e74c3c;
    border-radius: 0 10px 10px 0;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.platform-card:hover {
    transform: translateX(5px);
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.platform-card h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.platform-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* 인사이트 그리드 개선 */
.market-insight {
    margin-top: 40px;
    padding: 40px;
    background: linear-gradient(135deg, #f8f9fa, #fff);
    border-radius: 15px;
}

.market-insight h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
}

.insight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.insight-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.insight-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.insight-item i {
    width: 50px;
    height: 50px;
    background: #ffe4e1;
    color: #e74c3c;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

/* 반응형 수정 */
@media (max-width: 768px) {
    .service-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .process-flow {
        flex-direction: column;
        gap: 30px;
    }
    
    .process-arrow {
        display: none;
    }
    
    .process-items {
        flex-direction: column;
    }
    
    .ad-types-grid {
        grid-template-columns: 1fr;
    }
    
    .ecosystem-grid {
        grid-template-columns: 1fr;
    }
    
    .meta-platforms {
        grid-template-columns: 1fr;
    }
    
    .xhs-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .pricing-table {
        font-size: 12px;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 10px 5px;
    }
}

/* xhs-services 그리드 레이아웃 */
.xhs-services {
    margin-top: 30px;
}

.xhs-services h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}

/* 2x2 그리드 레이아웃 */
.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

/* 개별 서비스 아이템 스타일 */
.xhs-service {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
}

.xhs-service:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.1);
    transform: translateY(-3px);
    border-color: #e74c3c;
}

.xhs-service .icon {
    width: 50px;
    height: 50px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.xhs-service .icon i {
    font-size: 24px;
    color: white;
}

.xhs-service h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.xhs-service p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* 반응형 - 모바일에서는 1열로 */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .xhs-service {
        padding: 20px;
    }
}

.naver-process {
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.naver-process h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
    color: #333;
}

/* 간단한 프로세스 스타일 */
.process-simple {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    background: linear-gradient(135deg, #f0f9f0, #f5faf5);
    padding: 40px 30px;
    border-radius: 15px;
}

.process-item-simple {
    text-align: center;
    background: white;
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s;
}

.process-item-simple:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(30, 200, 0, 0.15);
}

.process-header {
    position: relative;
    margin-bottom: 15px;
}

.process-num {
    position: absolute;
    top: -5px;
    right: 50%;
    transform: translateX(50%);
    background: #1ec800;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.process-item-simple i {
    font-size: 32px;
    color: #1ec800;
    display: block;
    margin-bottom: 15px;
}

.process-item-simple h6 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.process-item-simple p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* 화살표 추가 (선택사항) */
.process-item-simple:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: #1ec800;
    font-size: 20px;
    opacity: 0.5;
}

@media (max-width: 1200px) {
    .process-simple {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .process-item-simple:nth-child(3)::after,
    .process-item-simple:last-child::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .process-simple {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 25px 15px;
    }
    
    .process-item-simple::after {
        display: none;
    }
    
    .process-item-simple {
        padding: 20px;
    }
}

/* 기존 스타일 제거 */
.process-vertical,
.process-step,
.step-number,
.step-content,
.step-icon,
.step-text,
.process-line {
    display: none;
}

/* 반응형 - 타임라인 */
@media (max-width: 768px) {
    .process-vertical {
        padding: 25px 20px;
    }
    
    .step-content {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .step-text h6 {
        margin-bottom: 5px;
    }
    
    .timeline-arrow {
        transform: rotate(90deg);
        padding: 10px 0;
    }
    
    .cta-section {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* 구글 통계 박스 */
.google-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.google-stat-box {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
}

.google-stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(66, 133, 244, 0.15);
    border-color: #4285f4;
}

.google-stat-box i {
    font-size: 40px;
    color: #4285f4;
    margin-bottom: 15px;
    display: block;
}

.google-stat-box h4 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.google-stat-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* 구글 광고 카드 */
.google-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.google-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.google-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(66, 133, 244, 0.15);
    border-color: #4285f4;
}

.google-card.youtube:hover {
    box-shadow: 0 8px 30px rgba(255, 0, 0, 0.15);
    border-color: #ff0000;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.card-header i {
    width: 45px;
    height: 45px;
    background: #f0f4ff;
    color: #4285f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
}

.google-card.youtube .card-header i {
    background: #ffe0e0;
    color: #ff0000;
}

.card-header h6 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.google-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 20px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.billing-type {
    font-size: 12px;
    color: #999;
    background: #f5f5f5;
    padding: 4px 10px;
    border-radius: 12px;
}

.effectiveness {
    font-size: 14px;
}

/* 구글 생태계 그리드 */
.google-ecosystem {
    margin-top: 50px;
}

.google-ecosystem h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ecosystem-item {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
}

.ecosystem-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(66, 133, 244, 0.15);
}

.eco-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    transition: all 0.3s;
}

.eco-icon.search {
    background: #e3f2fd;
    color: #4285f4;
}

.eco-icon.youtube {
    background: #ffebee;
    color: #ff0000;
}

.eco-icon.display {
    background: #e8f5e9;
    color: #34a853;
}

.eco-icon.shopping {
    background: #fff8e1;
    color: #fbbc04;
}

.eco-icon.gmail {
    background: #ffebee;
    color: #ea4335;
}

.eco-icon.maps {
    background: #e8f5e9;
    color: #34a853;
}

.ecosystem-item:hover .eco-icon {
    transform: scale(1.1);
}

.ecosystem-item h6 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.ecosystem-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* 반응형 - 구글 마케팅 */
@media (max-width: 1024px) {
    .google-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .google-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ecosystem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 반응형 - 구글 마케팅 */
@media (max-width: 1024px) {
    .google-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .google-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ecosystem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .google-stats {
        grid-template-columns: 1fr;
    }
    
    .google-cards {
        grid-template-columns: 1fr;
    }
    
    .ecosystem-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .ecosystem-item {
        padding: 20px;
    }
    
    .eco-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
}

/* 네이버 마케팅 특별 스타일 */
#naver-page .marketing-section {
    background: linear-gradient(to bottom, #fff, #fafffe);
}

/* 네이버 통계 박스 추가 */
.naver-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.naver-stat-box {
    background: linear-gradient(135deg, #e8f5e8, #f0f9f0);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.naver-stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(30, 200, 0, 0.1);
}

.naver-stat-box i {
    font-size: 40px;
    color: #1ec800;
    margin-bottom: 15px;
    display: block;
}

.naver-stat-box h4 {
    font-size: 28px;
    font-weight: 700;
    color: #1ec800;
    margin-bottom: 5px;
}

.naver-stat-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {
    .naver-stats {
        grid-template-columns: 1fr;
    }
    
    .naver-ad-types .ad-type-list {
        grid-template-columns: 1fr;
    }
    
    .ad-type {
        transform: none;
    }
    
    .ad-type:hover {
        transform: translateX(5px);
    }
}

/* 샤오홍슈 가격표 모바일 반응형 개선 */
@media (max-width: 768px) {
    /* 가격표를 카드 형태로 변경 */
    .xhs-pricing .pricing-table-wrapper {
        overflow-x: visible;
        margin-top: 20px;
    }
    
    .xhs-pricing .pricing-table {
        display: block;
        border: none;
        box-shadow: none;
        background: transparent;
    }
    
    .xhs-pricing .pricing-table thead {
        display: none;
    }
    
    .xhs-pricing .pricing-table tbody {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .xhs-pricing .pricing-table tr {
        display: block;
        background: white;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 3px 15px rgba(0,0,0,0.08);
        border: 1px solid #e8e8e8;
        transition: all 0.3s;
        position: relative;
    }
    
    .xhs-pricing .pricing-table tr:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    }
    
    .xhs-pricing .pricing-table tr.highlight {
        background: linear-gradient(135deg, #fff3f0, #ffe8e5);
        border: 2px solid #e74c3c;
        transform: scale(1.02);
    }
    
    .xhs-pricing .pricing-table tr.highlight::before {
        content: '추천';
        position: absolute;
        top: -10px;
        right: 20px;
        background: #e74c3c;
        color: white;
        padding: 4px 12px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .xhs-pricing .pricing-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
    }
    
    .xhs-pricing .pricing-table td:last-child {
        border-bottom: none;
        padding-top: 15px;
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }
    
    .xhs-pricing .pricing-table td:before {
        content: attr(data-label);
        font-weight: 500;
        color: #666;
        flex-shrink: 0;
    }
    
    .xhs-pricing .pricing-table tr.highlight td {
        color: #e74c3c;
    }
    
    .xhs-pricing .pricing-table tr.highlight td:last-child {
        font-size: 18px;
        font-weight: 700;
    }
}

/* 태블릿용 반응형 (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .xhs-pricing .pricing-table {
        font-size: 13px;
    }
    
    .xhs-pricing .pricing-table th,
    .xhs-pricing .pricing-table td {
        padding: 12px 10px;
    }
}