.am-left { padding: 20px 0; }

.am-label {
    color: #555;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    font-style: italic;
}

.am-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1a1a;
}

.am-intro {
    color: #555;
    line-height: 1.8;
    margin-bottom: 32px;
}

.am-feature {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.am-feature img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    object-fit: contain;
}

.am-feature-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.am-feature-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.am-btn {
    display: inline-block;
    background: #1a1a1a;
    color: #fff !important;
    padding: 13px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 10px;
}

.am-btn:hover {
    background: #333;
}
