/*
 * Cello Mark Redesign Stylesheet
 * 스코프: .mark-redesign
 * 모든 스타일은 이 클래스 하위에서만 적용됨
 */

/* Channel Talk (채널톡) Global Fix */
/* body와 html에 채널톡을 위한 공간 확보 */
body.mark-redesign,
html {
  position: relative !important;
}

#ch-plugin {
  z-index: 999999 !important;
  position: fixed !important;
}

#ch-plugin-launcher,
#ch-plugin-core {
  z-index: 999999 !important;
}

/* 데스크톱 및 태블릿: 기본 채널톡 동작 유지 */
@media (min-width: 768px) {
  #ch-plugin iframe {
    /* 채널톡 기본 스타일 유지 */
  }
}

/* 모바일에서만 전체 화면 채팅창 */
@media (max-width: 767px) {
  #ch-plugin {
    right: 0 !important;
    bottom: 0 !important;
  }

  #ch-plugin iframe {
    max-width: 100vw !important;
  }

  /* 모바일에서 채팅창 전체 화면 사용 */
  #ch-plugin iframe[name="ch-plugin-messenger-frame"] {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
  }
}

/* Reset and Base */
.mark-redesign * {
    box-sizing: border-box;
}

.mark-redesign {
    font-family: 'Noto Sans KR', 'Arimo', sans-serif;
    color: #0a0a0a;
    line-height: 1.6;
    overflow-x: hidden; /* 가로 스크롤 방지, 세로는 허용 */
    padding-top: 108px; /* 배너(44px) + 헤더(64px) = 108px */
    transition: padding-top 0.3s ease;
}

/* 배너가 닫힌 상태 */
.mark-redesign.banner-hidden {
    padding-top: 64px; /* 헤더만 남음 (64px) */
}

/* 색상 변수 정의 */
.mark-redesign {
    --color-primary: #9810fa;
    --color-primary-light: #ad46ff;
    --color-primary-dark: #8200db;
    --color-secondary: #c27aff;
    --color-text: #0a0a0a;
    --color-text-secondary: #4a5565;
    --color-text-muted: #364153;
    --color-bg-light: #f8fafc;
    --color-bg-purple: #faf5ff;
    --color-bg-blue: #eef2ff;
    --color-border: #f3e8ff;
}

/* 헤더 스타일 */
.mark-redesign .header {
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 0.8px solid var(--color-border);
    padding: 0 32px;
    z-index: 9000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, top 0.3s ease;
}

.mark-redesign .header-container {
    max-width: 1280px;
    margin: 0 auto;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mark-redesign .header-logo {
    width: 48.35px;
    height: 32px;
}

.mark-redesign .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mark-redesign .header-nav {
    display: flex;
    gap: 32px;
    align-items: center;
}

.mark-redesign .header-nav a {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.mark-redesign .header-nav a:hover {
    color: var(--color-primary);
}

.mark-redesign .header-actions {
    display: flex;
    gap: 16px;
    align-items: center;
}

.mark-redesign .btn {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.mark-redesign .btn-login {
    color: var(--color-primary);
    background: transparent;
}

.mark-redesign .btn-primary {
    background: linear-gradient(to right, #9810fa, #ad46ff);
    color: white;
    box-shadow: 0px 10px 15px -3px #e9d4ff, 0px 4px 6px -4px #e9d4ff;
}

.mark-redesign .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0px 15px 20px -3px #e9d4ff, 0px 6px 8px -4px #e9d4ff;
}

/* 히어로 섹션 */
.mark-redesign .hero-section {
    position: relative;
    height: 878.75px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.mark-redesign .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145.53deg, #f8fafc 0%, #faf5ff 50%, #eef2ff 100%);
}

.mark-redesign .hero-bg-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 100%;
    max-width: 100%;
}

.mark-redesign .hero-blur-1 {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 80px;
    left: 600px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(194, 122, 255, 0.7) 0%, rgba(124, 134, 255, 0.7) 100%);
    filter: blur(96px);
}

.mark-redesign .hero-blur-2 {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 298.75px;
    left: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(81, 162, 255, 0.7) 0%, rgba(194, 122, 255, 0.7) 100%);
    filter: blur(96px);
}

.mark-redesign .hero-content {
    position: relative;
    max-width: 896px;
    margin: 0 auto;
    padding-top: 52px; /* Reduced from 160px: 108px(banner+header) already handled by .mark-redesign */
    padding-bottom: 80px;
    text-align: center;
    z-index: 10;
}

.mark-redesign .hero-badge {
    display: inline-block;
    background: #f3e8ff;
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 36px;
}

.mark-redesign .hero-badge-text {
    font-size: 14px;
    line-height: 20px;
    color: #8200db;
}

.mark-redesign .hero-title {
    margin-bottom: 24px;
}

.mark-redesign .hero-title-brand {
    font-size: 60px;
    line-height: 75px;
    font-weight: bold;
    background: linear-gradient(90deg, #9810fa 0%, #c27aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}

.mark-redesign .hero-title-text {
    font-size: 60px;
    line-height: 75px;
    font-weight: bold;
    color: #0a0a0a;
}

.mark-redesign .hero-subtitle {
    font-size: 20px;
    line-height: 32.5px;
    color: #4a5565;
    margin-bottom: 64px;
}

.mark-redesign .hero-quote-box {
    background: linear-gradient(166.27deg, #ffffff 0%, rgba(250, 245, 255, 0.3) 50%, #ffffff 100%);
    border-radius: 24px;
    padding: 40px;
    margin: 0 112px 48px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.mark-redesign .hero-quote-title {
    font-size: 24px;
    line-height: 39px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 16px;
}

.mark-redesign .hero-quote-text {
    font-size: 18px;
    line-height: 29.25px;
    color: #101828;
}

.mark-redesign .hero-quote-text strong {
    color: var(--color-primary);
    font-weight: bold;
}

.mark-redesign .btn-large {
    padding: 18px 40px;
    font-size: 20px;
    line-height: 28px;
    border-radius: 14px;
    min-width: 250px;
}

/* Features 섹션 */
.mark-redesign .features-section {
    padding: 100px 32px;
    max-width: 1280px;
    margin: 0 auto;
}

.mark-redesign .section-title {
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.mark-redesign .section-subtitle {
    font-size: 20px;
    line-height: 32.5px;
    color: var(--color-text-secondary);
    text-align: center;
    margin-bottom: 64px;
}

.mark-redesign .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.mark-redesign .feature-item {
    text-align: center;
    background: white;
    border: 0.8px solid #f3e8ff;
    border-radius: 14px;
    padding: 32px 24px;
}

.mark-redesign .feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 24px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mark-redesign .feature-icon.purple {
    background: linear-gradient(135deg, #ad46ff 0%, #9810fa 100%);
}

.mark-redesign .feature-icon.blue {
    background: linear-gradient(135deg, #615fff 0%, #4f39f6 100%);
}

.mark-redesign .feature-icon.pink {
    background: linear-gradient(135deg, #f6339a 0%, #e60076 100%);
}

.mark-redesign .feature-icon.violet {
    background: linear-gradient(135deg, #8e51ff 0%, #7f22fe 100%);
}

.mark-redesign .feature-title {
    font-size: 18px;
    line-height: 24.75px;
    font-weight: bold;
    color: #101828;
    margin-bottom: 12px;
}

.mark-redesign .feature-description {
    font-size: 14px;
    line-height: 22.75px;
    color: #4a5565;
}

/* Benefits 섹션 */
.mark-redesign .benefits-section {
    padding: 80px 128px 80px;
    background: linear-gradient(159.13deg, rgba(250, 245, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 242, 255, 1) 100%);
}

.mark-redesign .benefits-section .section-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 48px;
}

.mark-redesign .benefits-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.mark-redesign .benefit-card {
    background: linear-gradient(157.41deg, rgba(152, 16, 250, 1) 0%, rgba(173, 70, 255, 1) 100%);
    border-radius: 14px;
    padding: 32px 0 0 32px;
    color: white;
    box-shadow: 0px 25px 50px -12px #dab2ff;
    display: flex;
    flex-direction: column;
    gap: 48px;
    height: 207.988px;
}

.mark-redesign .benefit-card.blue {
    background: linear-gradient(157.41deg, rgba(79, 57, 246, 1) 0%, rgba(97, 95, 255, 1) 100%);
    box-shadow: 0px 25px 50px -12px #a3b3ff;
}

.mark-redesign .benefit-card-header {
    display: flex;
    gap: 16px;
    align-items: flex-start !important;
}

.mark-redesign .benefit-icon-container {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mark-redesign .benefit-icon-container img {
    width: 24px;
    height: 24px;
}

.mark-redesign .benefit-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mark-redesign .benefit-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: white;
    margin: 0;
}

.mark-redesign .benefit-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #f3e8ff;
    margin: 0;
}

.mark-redesign .benefit-card.blue .benefit-subtitle {
    color: #e0e7ff;
}

.mark-redesign .benefit-extra {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #f3e8ff;
}

.mark-redesign .benefit-extra-plus {
    font-size: 18px;
    line-height: 28px;
    color: white;
}

/* Expertise 섹션 - Figma 픽셀 단위 구현 */
.mark-redesign .expertise-section {
    padding: 80px 64px 80px;
    background: white;
}

/* 헤더 컨테이너 */
.mark-redesign .expertise-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 84px;
    margin-bottom: 48px;
    text-align: center;
}

.mark-redesign .expertise-section .section-title {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #101828;
    margin: 0;
    height: 40px;
}

.mark-redesign .expertise-section .section-subtitle {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #4a5565;
    margin: 0;
    height: 28px;
}

.mark-redesign .expertise-grid {
    display: grid;
    grid-template-columns: 560px 560px;
    gap: 32px;
    align-items: flex-start;
    height: 560px;
    position: relative;
    max-width: 1152px;
    margin: 0 auto;
}

.mark-redesign .expertise-image {
    width: 560px;
    height: 560px;
    background: linear-gradient(135deg, rgba(243, 232, 255, 1) 0%, rgba(224, 231, 255, 1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mark-redesign .expertise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mark-redesign .expertise-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 55.6px;
}

.mark-redesign .expertise-item {
    background: white;
    border: 0.8px solid #e9d4ff;
    border-radius: 14px;
    padding: 24.8px 0.8px 0.8px 24.8px;
    display: flex;
    gap: 16px;
    height: 133.6px;
}

.mark-redesign .expertise-item:nth-child(2) {
    border-color: #c6d2ff;
}

.mark-redesign .expertise-item:nth-child(3) {
    border-color: #fccee8;
}

.mark-redesign .expertise-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mark-redesign .expertise-item-icon img {
    width: 24px;
    height: 24px;
}

.mark-redesign .expertise-item-icon.purple {
    background: linear-gradient(135deg, rgba(173, 70, 255, 1) 0%, rgba(152, 16, 250, 1) 100%);
}

.mark-redesign .expertise-item-icon.blue {
    background: linear-gradient(135deg, rgba(97, 95, 255, 1) 0%, rgba(79, 57, 246, 1) 100%);
}

.mark-redesign .expertise-item-icon.pink {
    background: linear-gradient(135deg, rgba(246, 51, 154, 1) 0%, rgba(230, 0, 118, 1) 100%);
}

.mark-redesign .expertise-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mark-redesign .expertise-item-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #101828;
    margin: 0;
}

.mark-redesign .expertise-item-description {
    font-size: 16px;
    line-height: 24px;
    color: #4a5565;
    max-width: 446px;
    margin: 0;
}

/* AWS 섹션 */
.mark-redesign .aws-section {
    padding: 100px 32px;
    background: var(--color-bg-purple);
}

.mark-redesign .aws-content {
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
}

.mark-redesign .aws-badge {
    display: inline-block;
    background: #fff3cd;
    color: #ff6b00;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 32px;
}

.mark-redesign .aws-card {
    background: white;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.mark-redesign .aws-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 32px 0;
}

.mark-redesign .aws-stat {
    padding: 24px;
    border-radius: 16px;
}

.mark-redesign .aws-stat.green {
    background: #d1fae5;
}

.mark-redesign .aws-stat.blue {
    background: #dbeafe;
}

.mark-redesign .aws-stat.purple {
    background: #f3e8ff;
}

.mark-redesign .aws-stat-value {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 8px;
}

.mark-redesign .aws-stat-label {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-secondary);
}

.mark-redesign .btn-orange {
    background: #ff6b00;
    color: white;
    border-radius: 12px;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: bold;
}

/* AI 섹션 */
/* AI Section (Symphonia) - Figma 디자인 픽셀 단위 구현 */
.mark-redesign .ai-section {
    position: relative;
    background: linear-gradient(148.5deg, rgb(89, 22, 139) 0%, rgb(49, 44, 133) 50%, rgb(110, 17, 176) 100%);
    color: white;
    padding: 80px 64px;
    overflow: hidden;
    min-height: 784.2px;
}

/* 배경 블러 효과 */
.mark-redesign .ai-blur-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    max-width: 100%;
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
}

.mark-redesign .ai-blur-1 {
    position: absolute;
    width: 384px;
    height: 384px;
    background: #ad46ff;
    border-radius: 50%;
    filter: blur(96px);
    top: 0;
    left: 0;
}

.mark-redesign .ai-blur-2 {
    position: absolute;
    width: 384px;
    height: 384px;
    background: #615fff;
    border-radius: 50%;
    filter: blur(96px);
    top: 400.2px;
    left: 896px;
}

/* 컨텐츠 컨테이너 */
.mark-redesign .ai-content {
    max-width: 1152px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
    position: relative;
    z-index: 1;
}

/* AI 기술 적용 배지 */
.mark-redesign .ai-badge {
    width: 134.85px;
    height: 36px;
    background: rgba(110, 17, 176, 0.5);
    border-radius: 26843500px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
}

.mark-redesign .ai-badge svg {
    width: 16px;
    height: 16px;
}

.mark-redesign .ai-badge-text {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #e9d4ff;
}

/* 헤더 섹션 */
.mark-redesign .ai-header {
    height: 185px;
    width: 100%;
    text-align: center;
}

/* 타이틀 */
.mark-redesign .ai-title-container {
    height: 44px;
    margin: 60px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.mark-redesign .ai-title-gradient {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    background: linear-gradient(90deg, #dab2ff 0%, #a3b3ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mark-redesign .ai-title-symphonia {
    font-family: 'Arimo', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 10px;
    margin: 0 8px;
}

.mark-redesign .ai-title-symphonia-img {
    height: 44px;
    vertical-align: middle;
    margin: 0 8px;
    display: inline-block;
}

/* 서브타이틀 */
.mark-redesign .ai-subtitle {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 20px;
    line-height: 32.5px;
    color: #e5e7eb;
    text-align: center;
}

/* 설명 카드 */
.mark-redesign .ai-description-card {
    background: rgba(255, 255, 255, 0.1);
    border: 0.8px solid #8200db;
    border-radius: 14px;
    padding: 24.8px;
    height: 133.6px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mark-redesign .ai-description-text {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #f3f4f6;
    text-align: center;
    margin: 0;
}

/* 카드 그리드 */
.mark-redesign .ai-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    height: 225.6px;
}

/* AI 카드 공통 스타일 */
.mark-redesign .ai-card {
    background: rgba(255, 255, 255, 0.1);
    border: 0.8px solid;
    border-radius: 14px;
    padding: 24.8px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mark-redesign .ai-card.card-1 {
    border-color: #8200db;
}

.mark-redesign .ai-card.card-2 {
    border-color: #432dd7;
}

.mark-redesign .ai-card.card-3 {
    border-color: #c6005c;
}

/* 카드 아이콘 */
.mark-redesign .ai-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mark-redesign .ai-card-icon svg {
    width: 24px;
    height: 24px;
}

.mark-redesign .ai-card.card-1 .ai-card-icon {
    background: linear-gradient(135deg, #ad46ff 0%, #9810fa 100%);
}

.mark-redesign .ai-card.card-2 .ai-card-icon {
    background: linear-gradient(135deg, #615fff 0%, #4f39f6 100%);
}

.mark-redesign .ai-card.card-3 .ai-card-icon {
    background: linear-gradient(135deg, #f6339a 0%, #e60076 100%);
}

/* 카드 타이틀 */
.mark-redesign .ai-card-title {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: white;
    margin: 0;
}

/* 카드 설명 */
.mark-redesign .ai-card-description {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #d1d5dc;
    margin: 0;
}

/* Testimonials 섹션 */
.mark-redesign .testimonials-section {
    padding: 80px 32px 80px;
    background: linear-gradient(152.62deg, #faf5ff 0%, #ffffff 50%, #eef2ff 100%);
    position: relative;
    overflow: hidden;
}

.mark-redesign .testimonials-content {
    max-width: 1280px;
    margin: 0 auto;
}

.mark-redesign .testimonials-section .section-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
}

.mark-redesign .testimonials-section .section-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 64px;
}

.mark-redesign .gradient-text {
    background: linear-gradient(90deg, #9810fa 0%, #c27aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
}

.mark-redesign .testimonials-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mark-redesign .testimonials-slider {
    display: flex;
    gap: 24px;
    width: fit-content;
    transform: translateX(0);
}

.mark-redesign .testimonial-card {
    background: white;
    border: 0.8px solid #f3e8ff;
    border-radius: 14px;
    padding: 24.8px;
    width: 320px;
    flex-shrink: 0;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-height: 370.9px;
}

.mark-redesign .testimonial-stars {
    display: flex;
    gap: 4px;
    height: 16px;
}

.mark-redesign .testimonial-stars img {
    width: 16px;
    height: 16px;
}

.mark-redesign .testimonial-text {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: #364153;
    margin: 0;
    flex: 1;
}

.mark-redesign .testimonial-footer {
    border-top: 0.8px solid #f3e8ff;
    padding-top: 16.8px;
    display: flex;
    flex-direction: column;
}

.mark-redesign .testimonial-author {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #101828;
    margin: 0 0 0 0;
}

.mark-redesign .testimonial-role {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4a5565;
    margin: 0 0 0 0;
}

.mark-redesign .testimonial-company {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #9810fa;
    margin: 0;
}

/* Pricing 섹션 */
.mark-redesign .pricing-section {
    padding: 80px 32px 80px;
    background: linear-gradient(141.39deg, #faf5ff 0%, #ffffff 50%, #eef2ff 100%);
}

.mark-redesign .pricing-content {
    max-width: 1280px;
    margin: 0 auto;
}

.mark-redesign .pricing-section .section-title {
    font-family: 'Arimo', sans-serif;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
}

.mark-redesign .pricing-section .section-subtitle {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 64px;
}

.mark-redesign .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    justify-items: center;
    margin: 0 auto;
    max-width: 1120px;
}

.mark-redesign .pricing-card {
    background: white;
    border: 1.6px solid #e9d4ff;
    border-radius: 14px;
    padding: 33.6px 33.6px 33.6px 33.6px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 48px;
    min-height: 714.25px;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.mark-redesign .pricing-card.basic {
    background: linear-gradient(118.26deg, #f3e8ff 0%, #faf5ff 100%);
}

.mark-redesign .pricing-card.smart {
    background: linear-gradient(118.26deg, #e0e7ff 0%, #eef2ff 100%);
    border-color: #a3b3ff;
}

.mark-redesign .pricing-card.premium {
    background: linear-gradient(118.26deg, #fce7f3 0%, #fdf2f8 100%);
    border-color: #fda5d5;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.mark-redesign .pricing-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #e60076, #f6339a);
    color: white;
    padding: 0 16px;
    border-radius: 26843500px;
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.mark-redesign .pricing-badge img {
    width: 16px;
    height: 16px;
}

.mark-redesign .pricing-title {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #101828;
    text-align: center;
    margin: 0;
}

.mark-redesign .pricing-discount {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4a5565;
    text-align: center;
    margin: 0;
}

.mark-redesign .pricing-price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mark-redesign .pricing-price {
    font-family: 'Arimo', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #101828;
    text-align: center;
}

.mark-redesign .pricing-price-unit {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4a5565;
}

.mark-redesign .pricing-note {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4a5565;
    text-align: center;
    margin: 0;
}

.mark-redesign .pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mark-redesign .pricing-features li {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: #364153;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.mark-redesign .pricing-check-icon {
    width: 20px;
    height: 20px;
    background: #00c950;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.mark-redesign .pricing-check-icon img {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.mark-redesign .pricing-btn {
    width: 316.8px;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

/* Footer */
.mark-redesign .footer {
    background: #1e1b4b;
    color: white;
    padding: 80px 32px 32px;
}

.mark-redesign .footer-content {
    max-width: 1280px;
    margin: 0 auto;
}

.mark-redesign .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 64px;
    margin-bottom: 64px;
}

.mark-redesign .footer-column h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.mark-redesign .footer-column ul {
    list-style: none;
    padding: 0;
}

.mark-redesign .footer-column ul li {
    margin-bottom: 12px;
}

.mark-redesign .footer-column a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

.mark-redesign .footer-column a:hover {
    color: white;
}

.mark-redesign .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mark-redesign .footer-legal {
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.mark-redesign .footer-legal a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.mark-redesign .footer-legal a:hover {
    color: white;
}

.mark-redesign .footer-info {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.mark-redesign .footer-copyright {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

/* 반응형 디자인 */
@media (max-width: 1024px) {
    .mark-redesign .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mark-redesign .pricing-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .mark-redesign .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mark-redesign .expertise-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mark-redesign .header-nav {
        display: none;
    }

    .mark-redesign .features-grid {
        grid-template-columns: 1fr;
    }

    .mark-redesign .benefits-grid {
        grid-template-columns: 1fr;
    }

    .mark-redesign .ai-grid {
        grid-template-columns: 1fr;
    }

    /* AI Section 반응형 */
    .mark-redesign .ai-section {
        padding: 60px 16px;
        min-height: auto;
    }

    .mark-redesign .ai-blur-container {
        display: none;
    }

    .mark-redesign .ai-content {
        max-width: 100%;
    }

    .mark-redesign .ai-badge {
        width: auto;
        padding: 0 16px;
    }

    .mark-redesign .ai-title-container {
        flex-wrap: wrap;
        justify-content: center;
        margin: 40px 0 12px;
    }

    .mark-redesign .ai-title-gradient {
        font-size: 22px;
        line-height: 28px;
    }

    .mark-redesign .ai-title-symphonia {
        font-size: 20px;
        line-height: 26px;
    }

    .mark-redesign .ai-title-symphonia-img {
        height: 26px;
    }

    .mark-redesign .ai-subtitle {
        font-size: 16px;
        line-height: 24px;
        padding: 0 16px;
    }

    .mark-redesign .ai-description-card {
        height: auto;
        padding: 20px;
    }

    .mark-redesign .ai-description-text {
        font-size: 14px;
        line-height: 22px;
    }

    .mark-redesign .ai-grid {
        height: auto;
        gap: 16px;
    }

    .mark-redesign .ai-card {
        padding: 20px;
        gap: 24px;
    }

    .mark-redesign .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .mark-redesign .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .mark-redesign .hero-title-brand,
    .mark-redesign .hero-title-text {
        font-size: 36px;
        line-height: 48px;
    }

    .mark-redesign .section-title {
        font-size: 32px;
        line-height: 40px;
    }

    /* Expertise Section 반응형 */
    .mark-redesign .expertise-section {
        padding: 60px 16px 60px;
    }

    .mark-redesign .expertise-header {
        margin-bottom: 32px;
        height: auto;
    }

    .mark-redesign .expertise-section .section-title {
        font-size: 28px;
        line-height: 36px;
        height: auto;
    }

    .mark-redesign .expertise-section .section-subtitle {
        font-size: 16px;
        line-height: 24px;
        height: auto;
    }

    .mark-redesign .expertise-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        height: auto;
    }

    .mark-redesign .expertise-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        max-width: 100%;
    }

    .mark-redesign .expertise-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .mark-redesign .expertise-list {
        padding-top: 0;
        gap: 16px;
    }

    .mark-redesign .expertise-item {
        height: auto;
        min-height: 120px;
        padding: 20px;
    }

    .mark-redesign .expertise-item-icon {
        width: 40px;
        height: 40px;
    }

    .mark-redesign .expertise-item-icon img {
        width: 20px;
        height: 20px;
    }

    .mark-redesign .expertise-item-title {
        font-size: 16px;
        line-height: 24px;
    }

    .mark-redesign .expertise-item-description {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }

    /* Hero Section 반응형 */
    .mark-redesign .hero-section {
        height: auto;
        min-height: auto;
    }

    .mark-redesign .hero-blur-1,
    .mark-redesign .hero-blur-2 {
        display: none;
    }

    .mark-redesign .hero-content {
        padding: 36px 16px 60px; /* Reduced from 144px: 108px(banner+header) already handled by .mark-redesign */
    }

    .mark-redesign .hero-badge {
        padding: 6px 12px;
        margin-bottom: 24px;
    }

    .mark-redesign .hero-badge-text {
        font-size: 12px;
        line-height: 18px;
    }

    .mark-redesign .hero-title {
        margin-bottom: 16px;
    }

    .mark-redesign .hero-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
        padding: 0 8px;
    }

    .mark-redesign .hero-quote-box {
        margin: 0 0 32px;
        padding: 24px;
    }

    .mark-redesign .hero-quote-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .mark-redesign .hero-quote-text {
        font-size: 14px;
        line-height: 22px;
    }

    .mark-redesign .btn-large {
        padding: 14px 28px;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        max-width: 300px;
    }

    /* Features Section 반응형 */
    .mark-redesign .features-section {
        padding: 60px 16px;
    }

    .mark-redesign .section-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .mark-redesign .section-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
        padding: 0 8px;
    }

    .mark-redesign .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mark-redesign .feature-item {
        padding: 24px 20px;
    }

    .mark-redesign .feature-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 16px;
    }

    .mark-redesign .feature-icon img {
        width: 20px;
        height: 20px;
    }

    .mark-redesign .feature-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .mark-redesign .feature-description {
        font-size: 13px;
        line-height: 20px;
    }

    /* Benefits Section 반응형 */
    .mark-redesign .benefits-section {
        padding: 60px 16px 60px;
    }

    .mark-redesign .benefits-section .section-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .mark-redesign .benefits-grid {
        gap: 16px;
    }

    .mark-redesign .benefit-card {
        padding: 24px 0 0 24px;
        height: auto;
        min-height: 180px;
        gap: 32px;
    }

    .mark-redesign .benefit-icon-container {
        width: 40px;
        height: 40px;
    }

    .mark-redesign .benefit-icon-container img {
        width: 20px;
        height: 20px;
    }

    .mark-redesign .benefit-title {
        font-size: 20px;
        line-height: 28px;
    }

    .mark-redesign .benefit-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .mark-redesign .benefit-image-container {
        height: 140px;
    }

    .mark-redesign .benefit-image-container img {
        max-height: 120px;
    }

    /* AWS Section 반응형 */
    .mark-redesign .aws-section {
        padding: 60px 16px;
    }

    .mark-redesign .aws-content {
        max-width: 100%;
    }

    .mark-redesign .aws-badge {
        font-size: 12px;
        padding: 6px 12px;
        margin-bottom: 24px;
    }

    .mark-redesign .aws-card {
        padding: 32px 20px;
        border-radius: 20px;
    }

    .mark-redesign .aws-stats {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 24px 0;
    }

    .mark-redesign .aws-stat {
        padding: 20px;
    }

    .mark-redesign .aws-stat-value {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 4px;
    }

    .mark-redesign .aws-stat-label {
        font-size: 13px;
        line-height: 18px;
    }

    .mark-redesign .btn-orange {
        padding: 12px 24px;
        font-size: 16px;
        width: 100%;
        max-width: 280px;
    }

    /* Testimonials Section 반응형 */
    .mark-redesign .testimonials-section {
        padding: 60px 16px;
    }

    .mark-redesign .testimonials-section .section-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .mark-redesign .testimonials-section .section-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
        padding: 0 8px;
    }

    .mark-redesign .testimonials-slider-container {
        padding: 0;
        margin: 0 auto;
    }

    .mark-redesign .testimonials-slider {
        gap: 16px;
        justify-content: flex-start;
    }

    .mark-redesign .testimonial-card {
        width: calc(100vw - 60px);
        max-width: 340px;
        min-width: 280px;
        padding: 20px;
        gap: 32px;
        min-height: 340px;
    }

    .mark-redesign .testimonial-stars {
        height: 14px;
    }

    .mark-redesign .testimonial-stars img {
        width: 14px;
        height: 14px;
    }

    .mark-redesign .testimonial-text {
        font-size: 13px;
        line-height: 20px;
    }

    .mark-redesign .testimonial-footer {
        padding-top: 14px;
    }

    .mark-redesign .testimonial-author {
        font-size: 15px;
        line-height: 22px;
    }

    .mark-redesign .testimonial-role,
    .mark-redesign .testimonial-company {
        font-size: 13px;
        line-height: 18px;
    }

    /* Pricing Section 반응형 */
    .mark-redesign .pricing-section {
        padding: 60px 16px 60px;
    }

    .mark-redesign .pricing-section .section-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .mark-redesign .pricing-section .section-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
        padding: 0 8px;
    }

    .mark-redesign .pricing-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        justify-items: center;
    }

    .mark-redesign .pricing-card {
        padding: 24px;
        min-height: auto;
        gap: 32px;
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
    }

    .mark-redesign .pricing-badge {
        top: -14px;
        padding: 0 12px;
        height: 32px;
        font-size: 13px;
    }

    .mark-redesign .pricing-badge img {
        width: 14px;
        height: 14px;
    }

    .mark-redesign .pricing-title {
        font-size: 18px;
        line-height: 26px;
    }

    .mark-redesign .pricing-discount {
        font-size: 13px;
        line-height: 18px;
    }

    .mark-redesign .pricing-price {
        font-size: 32px;
        line-height: 40px;
    }

    .mark-redesign .pricing-price-unit {
        font-size: 15px;
        line-height: 22px;
    }

    .mark-redesign .pricing-note {
        font-size: 13px;
        line-height: 18px;
    }

    .mark-redesign .pricing-features {
        gap: 12px;
        padding-right: 20px;
    }

    .mark-redesign .pricing-features li {
        font-size: 14px;
        line-height: 20px;
    }

    .mark-redesign .pricing-check-icon {
        width: 18px;
        height: 18px;
        margin-top: 1px;
    }

    .mark-redesign .pricing-check-icon img {
        width: 10px;
        height: 10px;
    }

    .mark-redesign .pricing-btn {
        padding: 12px 24px;
        font-size: 16px;
        margin-right: 20px;
    }

    /* 배너 + 헤더 높이만큼 padding-top (모바일) */
    .mark-redesign {
        padding-top: 108px; /* 배너(44px) + 헤더(64px) */
    }

    .mark-redesign.banner-hidden {
        padding-top: 64px; /* 헤더만 (64px) */
    }
}
