
.total-money-container {
    background: linear-gradient(135deg, #b0d194 0%, #9bc37d 100%);
    color: #fff;
    padding: 22px 22px;
    border-radius: 26px;
    margin-bottom: 16px;
    box-shadow: 0 18px 35px rgba(176, 209, 148, 0.30);
    position: relative;
    overflow: hidden;
}

.total-money-container::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -20px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    border-radius: 50%;
}

.total-money-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    position: relative;
    z-index: 1;
}

.total-money-texts {
    min-width: 0;
}

.total-money-title {
    font-size: 15px;
    opacity: 0.95;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.total-money {
    font-size: 34px;
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.4px;
    line-height: 1.1;
}

.total-money-trend {
    margin: 10px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.trend-dot {
    font-size: 12px;
    opacity: 0.95;
}

.trend-value {
    font-weight: 800;
}
.total-money-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    position: relative;
    z-index: 1;
}

.total-money-title {
    font-size: 15px;
    opacity: 0.95;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.total-money {
    font-size: 34px;
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.4px;
    line-height: 1.1;
}

.total-money-bottom {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.total-money-trend,
.money-summary-simple {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.2px;
    white-space: nowrap;
}

.bottom-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.28);
}

.trend-dot {
    font-size: 12px;
    opacity: 0.95;
}

.trend-value,
.money-summary-count {
    font-weight: 900;
    color: #fff;
}

.money-summary-bullet {
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
}
/* =========================
   AI Feature Card - Strong Version
========================= */

.ai-feature-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    min-height: 178px;
    padding: 14px 18px 8px;
    border-radius: 28px;
    border: 1px solid #ecd6ab;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 252, 241, 0.92) 0%, rgba(255, 248, 226, 0.38) 24%, rgba(255, 248, 226, 0) 44%),
        radial-gradient(circle at 20% 30%, rgba(255, 247, 227, 1) 0%, rgba(248, 241, 225, 0.98) 40%, rgba(243, 236, 220, 0.98) 100%);
    box-shadow:
        0 10px 22px rgba(186, 156, 101, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

/* 상단 오른쪽 빛 번짐 */
.ai-feature-card::before {
    content: '';
    position: absolute;
    right: -8px;
    top: -18px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.55) 0%, rgba(255, 249, 232, 0.22) 36%, rgba(255, 249, 232, 0) 72%);
    pointer-events: none;
    z-index: 1;
}

/* 배경 반짝/도트/은은한 장식 */
.ai-feature-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 62% 20%, rgba(255, 211, 84, 0.95) 0 2px, transparent 3px),
        radial-gradient(circle at 68% 26%, rgba(255, 211, 84, 0.85) 0 3px, transparent 4px),
        radial-gradient(circle at 74% 14%, rgba(255, 211, 84, 0.82) 0 2px, transparent 3px),
        radial-gradient(circle at 79% 24%, rgba(255, 211, 84, 0.72) 0 2px, transparent 3px),
        radial-gradient(circle at 86% 16%, rgba(255, 211, 84, 0.86) 0 2px, transparent 3px),
        radial-gradient(circle at 92% 24%, rgba(255, 211, 84, 0.76) 0 2px, transparent 3px),
        radial-gradient(circle at 58% 28%, rgba(255, 244, 212, 0.88) 0 2px, transparent 3px),
        radial-gradient(circle at 65% 10%, rgba(255, 244, 212, 0.88) 0 2px, transparent 3px),
        radial-gradient(circle at 89% 10%, rgba(255, 244, 212, 0.88) 0 2px, transparent 3px),
        radial-gradient(circle at 9% 88%, rgba(244, 226, 182, 0.30) 0 11px, transparent 12px),
        radial-gradient(circle at 24% 92%, rgba(244, 226, 182, 0.24) 0 8px, transparent 9px),
        radial-gradient(circle at 48% 89%, rgba(244, 226, 182, 0.26) 0 9px, transparent 10px),
        radial-gradient(circle at 72% 91%, rgba(244, 226, 182, 0.22) 0 7px, transparent 8px);
    pointer-events: none;
    z-index: 1;
}

.ai-feature-top {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.36fr) minmax(150px, 0.78fr);
    column-gap: 10px;
    align-items: end;
}

.ai-feature-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ai-feature-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #d99933 0%, #bf7a17 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.2px;
    box-shadow: 0 6px 14px rgba(191, 122, 23, 0.18);
}

.ai-feature-sub {
    margin: 12px 0 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.28;
    color: #2b2722;
    letter-spacing: -0.2px;
    white-space: nowrap;
}

.ai-feature-title {
    margin: 0;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.7px;
    color: #181612;
    white-space: nowrap;
}

.ai-feature-desc {
    margin: 10px 0 20px;
    max-width: 340px;
    font-size: 14px;
    line-height: 1.45;
    color: #6a655b;
    word-break: keep-all;
}

.ai-feature-visual {
    min-width: 0;
    min-height: 112px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
    position: relative;
    z-index: 3;
}

/* 토끼 뒤쪽 큰 빛 */
.ai-feature-visual::before {
    content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.52) 0%, rgba(255, 248, 226, 0.22) 42%, rgba(255, 248, 226, 0) 74%);
    bottom: -6px;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

/* 토끼 뒤 부드러운 반원 면 */
.ai-feature-visual::after {
    content: '';
    position: absolute;
    width: 230px;
    height: 120px;
    bottom: -8px;
    right: -14px;
    border-radius: 120px 120px 0 0;
    background: linear-gradient(180deg, rgba(248, 235, 200, 0.10) 0%, rgba(242, 225, 182, 0.22) 100%);
    z-index: -1;
    pointer-events: none;
}

.ai-feature-rabbit {
    width: 208px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    pointer-events: none;
    filter:
        drop-shadow(0 12px 16px rgba(194, 164, 107, 0.20))
        drop-shadow(0 2px 0 rgba(255, 255, 255, 0.25));
}

.ai-feature-action {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
}

.ai-feature-btn {
    width: 162px;
    margin-right: 10px;
    height: 40px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #6e8b44 0%, #4a672e 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(74, 103, 46, 0.18);
    cursor: pointer;
    transition: all 0.18s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.ai-feature-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.ai-feature-btn-arrow {
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
}

/* 바닥 장식 */
.ai-feature-bottom-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 52px;
    pointer-events: none;
    z-index: 1;
}

.ai-feature-bottom-wave::before {
    content: '';
    position: absolute;
    left: -3%;
    right: -3%;
    bottom: 0;
    height: 40px;
    background:
        radial-gradient(140px 30px at 8% 100%, rgba(244, 226, 182, 0.58) 0 58%, transparent 60%),
        radial-gradient(260px 38px at 34% 100%, rgba(244, 226, 182, 0.48) 0 58%, transparent 60%),
        radial-gradient(200px 34px at 62% 100%, rgba(244, 226, 182, 0.42) 0 58%, transparent 60%),
        radial-gradient(180px 32px at 88% 100%, rgba(244, 226, 182, 0.52) 0 58%, transparent 60%),
        linear-gradient(180deg, rgba(247, 232, 193, 0.72) 0%, rgba(241, 221, 174, 0.42) 100%);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.ai-feature-bottom-wave::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 78%, rgba(239, 214, 162, 0.62) 0 10px, transparent 11px),
        radial-gradient(circle at 20% 90%, rgba(239, 214, 162, 0.42) 0 7px, transparent 8px),
        radial-gradient(circle at 44% 82%, rgba(239, 214, 162, 0.36) 0 8px, transparent 9px),
        radial-gradient(circle at 66% 88%, rgba(239, 214, 162, 0.30) 0 6px, transparent 7px),
        radial-gradient(circle at 86% 84%, rgba(239, 214, 162, 0.26) 0 7px, transparent 8px);
}
/* =========================
   Main Cards (main-box)
========================= */

.main-box {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #edf1ee;
    border-radius: 24px;
    padding: 18px 16px 14px;
    margin-bottom: 16px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(2px);
}

.section-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.sub-title1 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 0 4px;
    color: #1d2228;
}

.service-alert-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff6f4;
    border: 1px solid #ffe4de;
    color: #c95c45;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.service-alert-icon {
    font-size: 12px;
}

.service-alert-text {
    line-height: 1;
}

