.ic-69d1f52f-container {
    width: 100%;
}

.ic-69d1f52f-header {
    margin-bottom: 40px;
}

.ic-69d1f52f-subtitle-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.ic-69d1f52f-line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #FCC53A;
}

.ic-69d1f52f-subtitle {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ic-69d1f52f-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

/* Right / Center Align Overrides */
.ic-69d1f52f-header[style*="text-align: center"] .ic-69d1f52f-subtitle-wrap {
    justify-content: center;
}
.ic-69d1f52f-header[style*="text-align: right"] .ic-69d1f52f-subtitle-wrap {
    justify-content: flex-end;
}

.ic-69d1f52f-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.ic-69d1f52f-card {
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ic-69d1f52f-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateY(-8px);
}

.ic-69d1f52f-watermark {
    position: absolute;
    bottom: -10%;
    right: -5%;
    font-size: 180px;
    opacity: 0.1;
    z-index: -1;
    transition: all 0.5s ease;
    pointer-events: none;
    line-height: 1;
}

.ic-69d1f52f-card:hover .ic-69d1f52f-watermark {
    transform: scale(1.1) rotate(-5deg);
    opacity: 0.15;
}

.ic-69d1f52f-watermark svg {
    width: 1em;
    height: 1em;
    display: block;
}

.ic-69d1f52f-indicator {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
    display: inline-block;
}

.ic-69d1f52f-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.ic-69d1f52f-icon i {
    color: currentColor;
}

.ic-69d1f52f-card-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.ic-69d1f52f-card-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}
