﻿
.intro-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: block;
    position: relative;
    z-index: 2;
}

.strength-intro h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.strength-intro p {
    color: #cccccc;
    font-size: 1.2rem;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

/* 媛뺤젏 洹몃━??*/
.strengths-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.strength-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 35px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.strength-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00d4ff, #0099cc);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.strength-card:hover::before {
    transform: scaleX(1);
}

.strength-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.4);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.strength-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.strength-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}

.strength-card p {
    color: #cccccc;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 25px;
}

.strength-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.strength-details span {
    color: #00d4ff;
    font-size: 0.9rem;
    font-weight: 500;
}

/* 媛뺤젏 寃곕줎 */
.strength-conclusion {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.08) 0%, rgba(0, 153, 204, 0.08) 100%);
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.strength-conclusion::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.05) 0%, transparent 70%);
    animation: rotate 25s linear infinite;
}

.strength-conclusion h4 {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.strength-conclusion p {
    color: #cccccc;
    font-size: 1.2rem;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

/* ?쒕퉬???붿빟 ?뱀뀡 */
.services-overview {
    margin-bottom: 80px;
}

.service-intro {
    text-align: center;
    margin-bottom: 70px;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-intro h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.service-intro p {
    color: #cccccc;
    font-size: 1.2rem;
    line-height: 1.7;
}

/* ?쒕퉬??洹몃━??*/
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 70px;
}

.service-overview-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 45px 35px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.service-overview-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.service-overview-card:hover::before {
    left: 100%;
}

.service-overview-card:hover {
    transform: translateY(-12px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.4);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: block;
}

.service-overview-card h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}

.service-overview-card p {
    color: #cccccc;
    line-height: 1.6;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    margin-bottom: 25px;
}

.service-features span {
    color: #00d4ff;
    font-size: 0.95rem;
    font-weight: 500;
}

.card-arrow {
    font-size: 1.5rem;
    color: #00d4ff;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.service-overview-card:hover .card-arrow {
    transform: translateX(5px);
}

/* ?쒕퉬??CTA */
.services-cta {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.08) 0%, rgba(0, 153, 204, 0.08) 100%);
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.services-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.05) 0%, transparent 70%);
    animation: rotate 25s linear infinite;
}

.services-cta h4 {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.services-cta p {
    color: #cccccc;
    font-size: 1.1rem;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.services-cta .cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* 諛섏쓳???붿옄???낅뜲?댄듃 */
@media (max-width: 768px) {
    .strengths-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .strength-card {
        padding: 35px 25px;
    }
    
    .strength-intro h3 {
        font-size: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .service-overview-card {
        padding: 35px 25px;
    }
    
    .service-intro h3 {
        font-size: 2rem;
    }
    
    .services-cta .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .services-cta .cta-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .strength-intro {
        padding: 40px 25px;
    }
    
    .strength-card {
        padding: 30px 20px;
    }
    
    .service-overview-card {
        padding: 30px 20px;
    }
    
    .strength-intro h3,
    .service-intro h3 {
        font-size: 1.8rem;
    }
    
    .services-cta h4 {
        font-size: 1.8rem;
    }
} 

/* 2?뱀뀡 - 媛뺤젏/李⑤퀎???명듃濡?*/
.strengths-intro {
    padding: 120px 10%;
    background: #ffffff;
    text-align: center;
    position: relative;
}

.strengths-intro::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="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e5e7eb"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.5;
    pointer-events: none;
}

.strengths-intro .section-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0B1220;
    line-height: 1.2;
}

.strengths-intro .highlight {
    color: #2563EB;
}

.strengths-intro .section-subtitle {
    font-size: 1.25rem;
    color: #4B5563;
    margin-bottom: 80px;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.strengths-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 80px 0;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.strength-preview-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    width: 320px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(30px);
}

.strength-preview-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
    border-color: #2563EB;
}

.strength-preview-card .preview-icon {
    color: #6b7280;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.strength-preview-card:hover .preview-icon {
    color: #2563EB;
}

.strength-preview-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.4;
}

.strength-preview-card p {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.strengths-intro .cta-section {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.strengths-intro .cta-button {
    background: #2563EB;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: normal;
}

.strengths-intro .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
    background: #1d4ed8;
}

/* 怨듯넻 ?뱀뀡 ?ㅽ???*/
.section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* 최종 CTA 섹션 스타일 */
.final-cta-section {
    background: #1a1a1a;
    padding: 100px 0;
    position: relative;
    text-align: center;
}

.cta-overlay {
    display: none;
}

.final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.final-cta-title {
    font-size: 4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.final-cta-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

.main-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.8rem 3.5rem;
    background: #00d4ff;
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.3);
}

.main-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 212, 255, 0.5);
    background: #00b8e6;
}

.cta-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

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

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #00d4ff;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .final-cta-section {
        padding: 80px 0;
    }
    
    .final-cta-title {
        font-size: 2.8rem;
    }
    
    .final-cta-subtitle {
        font-size: 1.1rem;
    }
    
    .final-cta-actions {
        flex-direction: column;
        gap: 1rem;
    }
    
    .main-cta-btn {
        width: 100%;
        max-width: 320px;
        padding: 1.5rem 2.5rem;
        font-size: 1rem;
    }
    
    .cta-stats {
        gap: 2rem;
    }
    
    .stat-divider {
        display: none;
    }
}

@media (max-width: 480px) {
    .final-cta-title {
        font-size: 2.2rem;
    }
    
    .cta-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}