/* 
   키워드 조합 모바일 서비스 소개 페이지 스타일
   .diad-m-intro-wrap 컨테이너 내의 스타일 정의
*/

.diad-m-intro-wrap {
    background: #fff;
    color: #333;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.5;
    word-break: keep-all;
    overflow-x: hidden;
}

.diad-m-intro-wrap * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 모바일 공통 컨테이너 */
.diad-m-container {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* 1. Hero 섹션 */
.diad-m-hero {
    position: relative;
    padding: 80px 0 60px;
    background: radial-gradient(at 0% 0%, rgba(243, 232, 255, 0.6) 0, transparent 60%), 
                radial-gradient(at 100% 0%, rgba(224, 231, 255, 0.6) 0, transparent 60%),
                radial-gradient(at 50% 100%, rgba(238, 242, 255, 0.5) 0, transparent 60%),
                #fff;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
    overflow: hidden;
}

.m-hero-orb {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.6;
    animation: orbFloatM 8s infinite alternate ease-in-out;
}

.m-orb-1 {
    top: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: #c7d2fe;
}

.m-orb-2 {
    right: -30px;
    bottom: -30px;
    width: 200px;
    height: 200px;
    background: #f5d0fe;
    animation-delay: -2s;
}

@keyframes orbFloatM {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(20px, 30px) scale(1.05);
    }
}

.diad-m-hero .badge {
    display: inline-block;
    margin-bottom: 24px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(126, 34, 206, 0.15);
    border-radius: 100px;
    color: #7e22ce;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(126, 34, 206, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.diad-m-hero h1 {
    margin-bottom: 20px;
    color: #0f172a;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -1px;
}

.diad-m-hero h1 .text-gradient {
    display: block;
    margin-top: 4px;
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.diad-m-hero p {
    margin-bottom: 32px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

.diad-m-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    background: #0f172a;
    color: #fff !important;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 10px 20px -5px rgba(15, 23, 42, 0.3);
    transition: all 0.3s ease;
}

/* 2. 특장점 섹션 (모바일 1단 배열) */
.diad-m-features {
    padding: 80px 0;
    background: #fff;
}

.diad-m-section-title {
    margin-bottom: 48px;
    text-align: center;
}

.diad-m-section-title h2 {
    margin-bottom: 12px;
    color: #111827;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.diad-m-section-title p {
    color: #6b7280;
    font-size: 15px;
}

.m-feature-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.m-feature-card {
    padding: 32px 24px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
}

.m-feature-card .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    border-radius: 16px;
}

.icon-box.purple {
    background: #f3e8ff;
    color: #9333ea;
}

.icon-box.indigo {
    background: #e0e7ff;
    color: #4f46e5;
}

.icon-box.blue {
    background: #dbeafe;
    color: #2563eb;
}

.m-feature-card h3 {
    margin-bottom: 12px;
    color: #111827;
    font-size: 16px !important;
    font-weight: 700;
}

.m-feature-card p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

/* 3. 사용법 가이드 섹션 */
.diad-m-guide {
    padding: 80px 0 60px;
    background: #fcfcfd;
    border-top: 1px solid #f1f5f9;
}

.m-guide-step {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 80px;
}

.m-guide-step:last-child {
    margin-bottom: 0;
}

/* 텍스트 영역 */
.m-step-content {
    text-align: left;
}

.m-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
    background: #0f172a;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.m-step-content h3 {
    margin-bottom: 16px;
    color: #111827;
    font-size: 18px !important;
    font-weight: 800;
    line-height: 1.4;
}

.m-step-content > p {
    margin-bottom: 20px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.m-step-list {
    list-style: none;
}

.m-step-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

.m-step-list li::before {
    content: '→';
    position: absolute;
    top: 0;
    left: 0;
    color: #6366f1;
    font-weight: 800;
}

/* 모바일 UI 목업 스타일 */
.m-step-image {
    width: 100%;
}

.diad-m-mockup {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    color: #374151;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.dm-m-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
    font-weight: 700;
}

.dm-m-body {
    padding: 16px;
    background: #f8fafc;
}

.dm-m-info-box {
    margin-bottom: 16px;
    padding: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.dm-m-info-box strong {
    display: block;
    margin-bottom: 8px;
    color: #6366f1;
    font-size: 11px;
    text-transform: uppercase;
}

.dm-m-info-box ul {
    margin: 0;
    padding-left: 14px;
    color: #64748b;
    font-size: 11px;
}

/* 모바일용 그리드 변환 (1단 스택) */
.dm-m-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dm-m-group-box {
    display: flex;
    flex-direction: column;
    min-height: 90px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.dm-m-group-head {
    padding: 10px 14px;
    border-bottom: 1px dashed #e2e8f0;
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
}

.dm-m-group-content {
    flex: 1;
    padding: 12px 14px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 500;
}

/* 모바일용 패턴 버튼 (2단 그리드) */
.dm-m-rule-sec {
    margin-bottom: 20px;
}

.dm-m-rule-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.dm-m-btn-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.dm-m-btn {
    padding: 10px 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.dm-m-btn.active {
    background: #6366f1;
    border-color: #6366f1;
    color: #fff;
}

.dm-m-actions {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.dm-m-actions button {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
}

.dm-m-btn-reset {
    background: #e2e8f0;
    color: #475569;
}

.dm-m-btn-submit {
    background: #0f172a;
    color: #fff;
}

/* 결과 리스트 (모바일 최적화) */
.dm-m-table-wrap {
    background: #fff;
}

.dm-m-row {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f8fafc;
}

.dm-m-row.th {
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
}

.dm-m-col-name {
    flex: 1;
    color: #1e293b;
    font-size: 12px;
    font-weight: 500;
}

.dm-m-col-len {
    width: 40px;
    margin-right: 12px;
    color: #94a3b8;
    font-size: 11px;
    text-align: right;
}

.dm-m-col-copy {
    width: 30px;
    color: #6366f1;
    font-size: 14px;
    text-align: center;
}

/* 4. 무료 혜택 강조 배너 섹션 (모바일) */
.diad-m-benefit {
    padding: 40px 0 80px;
    background: #fcfcfd;
}

.m-benefit-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 24px;
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(99, 102, 241, 0.2);
    color: #fff;
    text-align: left;
    overflow: hidden;
}

.m-benefit-box::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(30px);
}

.m-benefit-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    color: #fff;
    backdrop-filter: blur(10px);
}

.m-benefit-icon svg {
    width: 26px;
    height: 26px;
}

.m-benefit-text {
    position: relative;
    z-index: 2;
}

.m-benefit-text h2 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.m-benefit-text h2 span {
    display: block;
    margin-top: 4px;
    color: #fde047;
}

.m-benefit-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
}

/* 5. 하단 CTA 섹션 */
.diad-m-cta {
    padding: 80px 0;
    background: #0f172a;
    text-align: center;
}

.diad-m-cta h2 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1px;
}

.diad-m-cta p {
    margin-bottom: 32px;
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
}

.diad-m-cta .diad-m-btn {
    background-color: #fff !important;
    color: #0f172a !important;
}

/* Extracted Inline Styles */
.m-kc-sticky-header { position: sticky !important; top: 12px !important; z-index: 1999 !important; width: 100% !important; margin: 0 auto !important; background: #fff !important; }
.m-kc-feature-icon-svg { width: 24px !important; height: 24px !important; }
.m-kc-guide-label { color: #6366f1 !important; font-weight: 800 !important; font-size: 12px !important; letter-spacing: 1px !important; text-transform: uppercase !important; }
.m-kc-guide-title { margin-top: 8px !important; }
.m-kc-dm-header-badge { border: 1px solid #e2e8f0 !important; padding: 2px 6px !important; margin-right: 6px !important; font-size: 10px !important; border-radius: 4px !important; color: #94a3b8 !important; }
.m-kc-dm-header-rule { background:#f1f5f9 !important; padding: 4px 10px !important; border-radius: 6px !important; color: #475569 !important; font-weight: 600 !important; font-size: 10px !important; }
.m-kc-dm-body-white { background:#fff !important; }
.m-kc-dm-header-excel { background:#0f172a !important; padding: 4px 10px !important; border-radius: 6px !important; color: #fff !important; font-size: 10px !important; }
