.bento-tile-7badb0c7 {
    --mx: 50%;
    --my: 50%;
    --spotlight-color: rgba(255, 255, 255, 0.10);
    position: relative;
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
    box-sizing: border-box;
}

.bento-tile-7badb0c7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(320px circle at var(--mx) var(--my), var(--spotlight-color), transparent 80%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.bento-tile-7badb0c7:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.22);
}

.bento-tile-7badb0c7:hover::before {
    opacity: 1;
}

.bento-tile-top-7badb0c7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.bento-tile-eyebrow-7badb0c7 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #ffffff;
    opacity: 0.5;
}

.bento-tile-icon-7badb0c7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
}

.bento-tile-icon-7badb0c7 svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.bento-tile-body-7badb0c7 {
    position: relative;
    z-index: 2;
}

.bento-tile-title-7badb0c7 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 8px 0;
    color: #ffffff;
}

.bento-tile-desc-7badb0c7 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #a3a3a3;
}
