/* ===== 마케팅 대행 페이지 섹션 스타일 ===== */

/* ===== 2. 문제1 - 기존 대행사의 한계 ===== */
.problem1-section-modern {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: var(--white);
  position: relative;
}

.problem1-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="problem1-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23problem1-pattern)"/></svg>');
  opacity: 0.3;
  z-index: -1;
}

.problem1-content-modern {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.problem1-title-modern {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--white);
}

.problem1-subtitle-modern {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.problem1-subtitle-modern strong {
  color: var(--white);
  font-weight: 600;
}

/* 대행사 비교 */
.agency-comparison-modern {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
}

.comparison-before-modern,
.comparison-after-modern {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
}

.comparison-before-modern h4,
.comparison-after-modern h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--white);
}

.agency-structure-modern {
  margin-bottom: 1rem;
}

.agency-item-modern {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 0.5rem;
  transition: var(--transition);
}

.agency-item-modern:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}

.agency-icon-modern {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.agency-content-modern h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 0.25rem 0;
}

.agency-content-modern p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.problem-result-modern,
.solution-result-modern {
  text-align: left;
}

.result-item-modern {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 5px;
}

.problem-result-modern .result-item-modern {
  color: #fecaca;
  background: rgba(239, 68, 68, 0.2);
}

.solution-result-modern .result-item-modern {
  color: #bbf7d0;
  background: rgba(16, 185, 129, 0.2);
}

.comparison-vs-modern {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== 3. 해결1 - 제니스의 통합 팀 시너지 ===== */
.solution1-section-modern {
  background: var(--white);
  color: var(--text-primary);
}

.solution1-content-modern {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.solution1-title-modern {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.solution1-subtitle-modern {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

/* 시너지 효과 */
.synergy-benefits-modern {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.synergy-card-modern {
  background: #f8fafc;
  border-radius: 15px;
  padding: 1.5rem;
  border-left: 4px solid var(--marketing-primary);
  transition: var(--transition);
}

.synergy-card-modern:hover {
  background: #f1f5f9;
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.synergy-icon-modern {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  background: var(--marketing-primary);
  color: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.synergy-content-modern h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 0.5rem 0;
}

.synergy-content-modern p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
}

/* ===== 4. 문제2 - 비싼 마케팅 비용과 낮은 효율 ===== */
.problem2-section-modern {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: var(--white);
  position: relative;
}

.problem2-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="problem2-pattern" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23problem2-pattern)"/></svg>');
  opacity: 0.3;
  z-index: -1;
}

.problem2-content-modern {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.problem2-title-modern {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--white);
}

.problem2-subtitle-modern {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.problem2-subtitle-modern strong {
  color: var(--white);
  font-weight: 600;
}

/* 비용 효율 비교 차트 */
.cost-efficiency-comparison-modern {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 2rem;
}

.comparison-chart-modern {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.chart-item-modern {
  text-align: center;
}

.chart-item-modern h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--white);
}

.chart-bar-modern {
  background: linear-gradient(180deg, #ef4444, #dc2626);
  border-radius: 5px 5px 0 0;
  margin: 0 auto 0.5rem;
  width: 60px;
  transition: var(--transition);
}

.chart-item-modern.zenith .chart-bar-modern {
  background: linear-gradient(180deg, #10B981, #059669);
}

.bar-label-modern {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
}

/* ===== 5. 해결2 - 제니스의 빅데이터 기반 최적화 ===== */
.solution2-section-modern {
  background: var(--white);
  color: var(--text-primary);
}

.solution2-content-modern {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.solution2-title-modern {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.solution2-subtitle-modern {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

/* 최적화 프로세스 */
.data-optimization-modern {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.optimization-step-modern {
  background: #f8fafc;
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  flex: 1;
  min-width: 120px;
  transition: var(--transition);
}

.optimization-step-modern:hover {
  background: #f1f5f9;
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.step-number-modern {
  font-size: 1.5rem;
  font-weight: 700;
  width: 40px;
  height: 40px;
  background: var(--marketing-primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.step-content-modern h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 0.5rem 0;
}

.step-content-modern p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

.optimization-arrow-modern {
  font-size: 1.5rem;
  color: var(--marketing-primary);
  font-weight: 700;
}

/* 폭발 후킹 마케팅 대행 페이지 전용 스타일 */

/* ROI 대시보드 스타일 */
.roi-dashboard-modern {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 450px;
}

.roi-metrics-modern {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}

.metric-item-modern {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.metric-item-modern:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.metric-icon-modern {
    font-size: 2rem;
    min-width: 3rem;
    text-align: center;
}

.metric-content-modern {
    flex: 1;
}

.metric-number-modern {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
}

.metric-label-modern {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.channel-performance-modern {
    margin-top: 2rem;
}

.performance-bar-modern {
    margin-bottom: 1rem;
}

.channel-name-modern {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.performance-fill-modern {
    background: linear-gradient(90deg, var(--accent-color), #4facfe);
    height: 8px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.performance-fill-modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

.performance-text-modern {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

/* 문제 공감 섹션 스타일 */
.problem-empathy-section-modern {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.problem-empathy-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.empathy-title-modern {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.problem-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.problem-item-modern {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.problem-item-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.problem-icon-modern {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.problem-item-modern h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.problem-item-modern p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
}

.empathy-insight-modern {
    text-align: center;
}

.insight-box-modern {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.insight-icon-modern {
    font-size: 1.5rem;
}

.insight-text-modern {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
}

/* 제니스 방식 섹션 스타일 */
.zenith-approach-section-modern {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    position: relative;
    overflow: hidden;
}

.zenith-approach-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M30 30c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20zm0 0c0 11.046 8.954 20 20 20s20-8.954 20-20-8.954-20-20-20-20 8.954-20 20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.approach-title-modern {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.process-timeline-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.process-step-modern {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.process-step-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.step-number-modern {
    background: var(--accent-color);
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 auto 1rem;
}

.step-content-modern h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.step-content-modern p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
}

/* 채널 전략 섹션 스타일 */
.channel-strategy-section-modern {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    position: relative;
    overflow: hidden;
}

.channel-strategy-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M30 30c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20zm0 0c0 11.046 8.954 20 20 20s20-8.954 20-20-8.954-20-20-20-20 8.954-20 20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.strategy-title-modern {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.channel-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.channel-card-modern {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.channel-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.channel-icon-modern {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.channel-content-modern h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.channel-content-modern p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
}

.strategy-example-modern {
    text-align: center;
}

.example-box-modern {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.example-icon-modern {
    font-size: 1.5rem;
}

.example-text-modern {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

/* 데이터 효율 섹션 스타일 */
.data-efficiency-section-modern {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.data-efficiency-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.efficiency-title-modern {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.comparison-table-modern {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.table-header-modern {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: rgba(255, 255, 255, 0.2);
    padding: 1.5rem;
}

.header-item-modern {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.table-row-modern {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.table-row-modern:hover {
    background: rgba(255, 255, 255, 0.05);
}

.table-row-modern:last-child {
    border-bottom: none;
}

.row-label-modern {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.row-value-modern {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-value-modern.old {
    color: #ff6b6b;
}

.row-value-modern.new {
    color: #51cf66;
    font-weight: 600;
}

/* 실전 경험 섹션 스타일 */
.real-experience-section-modern {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    position: relative;
    overflow: hidden;
}

.real-experience-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M30 30c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20zm0 0c0 11.046 8.954 20 20 20s20-8.954 20-20-8.954-20-20-20-20 8.954-20 20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.experience-title-modern {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.case-studies-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.case-study-modern {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.case-study-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.case-icon-modern {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.case-content-modern h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.case-content-modern p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* 최종 CTA 섹션 스타일 */
.final-cta-section-modern {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    position: relative;
    overflow: hidden;
}

.final-cta-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M30 30c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20zm0 0c0 11.046 8.954 20 20 20s20-8.954 20-20-8.954-20-20-20-20 8.954-20 20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.final-cta-title-modern {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
}

.final-cta-subtitle-modern {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1.6;
}

.final-cta-buttons-modern {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.final-cta-btn-modern {
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

/* 애니메이션 */
@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .empathy-title-modern,
    .approach-title-modern,
    .strategy-title-modern,
    .efficiency-title-modern,
    .experience-title-modern,
    .final-cta-title-modern {
        font-size: 2rem;
    }
    
    .problem-grid-modern,
    .process-timeline-modern,
    .channel-grid-modern,
    .case-studies-modern {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .insight-box-modern,
    .example-box-modern {
        padding: 1rem 1.5rem;
    }
    
    .insight-text-modern,
    .example-text-modern {
        font-size: 1rem;
    }
    
    .table-header-modern,
    .table-row-modern {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .header-item-modern,
    .row-label-modern,
    .row-value-modern {
        text-align: center;
        padding: 0.5rem;
    }
    
    .final-cta-buttons-modern {
        flex-direction: column;
        align-items: center;
    }
    
    .final-cta-btn-modern {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .empathy-title-modern,
    .approach-title-modern,
    .strategy-title-modern,
    .efficiency-title-modern,
    .experience-title-modern,
    .final-cta-title-modern {
        font-size: 1.8rem;
    }
    
    .problem-item-modern,
    .process-step-modern,
    .channel-card-modern,
    .case-study-modern {
        padding: 1.5rem;
    }
    
    .problem-item-modern h3,
    .process-step-modern h3,
    .channel-content-modern h3,
    .case-content-modern h3 {
        font-size: 1.1rem;
    }
}
