@tailwind base;
@tailwind components;
@tailwind utilities;

/* 섹션 배경 */
.counter-section {
    border-bottom: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #d1fae5, #cffafe, #ffffff);
    padding: 4rem 0;
    text-align: center;
}

/* 컨테이너 */
.counter-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* 소제목 */
.subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b7280;
}

/* 제목 */
.title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
}

.title .highlight {
    color: #0d9488; /* 강조 텍스트 */
}

/* 본문 */
.description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #374151;
}

.description .all-in-one {
    font-weight: 600;
    color: #14b8a6;
}

/* 특징 리스트 */
.features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: #0d9488;
    font-size: 1rem;
    margin-top: 2rem;
}

@media(min-width: 640px) {
    .features {
        flex-direction: row;
        justify-content: center;
    }
}

/* 아이콘 */
.feature .icon {
    margin-right: 0.5rem;
    font-size: 1.25rem;
}
/* 섹션 배경 - 그라데이션 */
.counter-section {
    border-bottom: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #1f2937, #f59e0b, #111827);
    padding: 4rem 0;
    text-align: center;
    color: #ffffff;
}

/* 컨테이너 */
.counter-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* 소제목 */
.subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

/* 제목 */
.title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
}

.title .highlight {
    color: #facc15; /* 노란색 강조 */
}

/* 본문 */
.description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #ffffff;
}

.description .all-in-one {
    font-weight: 600;
    color: #fde68a; /* 연한 노란색 */
}

/* 특징 리스트 */
.features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1rem;
    margin-top: 2rem;
}

@media(min-width: 640px) {
    .features {
        flex-direction: row;
        justify-content: center;
    }
}

/* 아이콘 */
.feature .icon {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: #fcd34d; /* 아이콘 색상 노란색 계열 */
}
/* 섹션 배경 - 그라데이션 */
.counter-section {
    border-bottom: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #1f2937, #f59e0b, #111827);
    padding: 4rem 0;
    text-align: center;
    color: #ffffff;
}

/* 컨테이너 */
.counter-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* 소제목 */
.subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

/* 제목 */
.title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
}

.title .highlight {
    color: #facc15; /* 노란색 강조 */
}

/* 본문 */
.description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #ffffff;
}

.description .all-in-one {
    font-weight: 600;
    color: #fde68a; /* 연한 노란색 */
}

/* 특징 리스트 */
.features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1rem;
    margin-top: 2rem;
}

@media(min-width: 640px) {
    .features {
        flex-direction: row;
        justify-content: center;
    }
}

/* 아이콘 색상 변경 */
.feature .icon {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: #14b8a6; /* 민트 계열 */
}
